summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-26 11:31:20 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-26 11:31:20 +0200
commitdc9bd214c6bcfae631a19ff4b56bb25a6a4b41b0 (patch)
tree85fc3ed548c288875274a9b21f50793ba74a50bb /BUGS
parentc6a269743bcbb4870aa4695094a667c93df36889 (diff)
downloadpgfuse-dc9bd214c6bcfae631a19ff4b56bb25a6a4b41b0.tar.gz
pgfuse-dc9bd214c6bcfae631a19ff4b56bb25a6a4b41b0.tar.bz2
normal file renames and moves between directories work
fixed some memory problems in error cases fixed location of read_only check (always after checking metadata of the manipulated objects in order to have proper error messages)
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 540743a..e6dcae4 100644
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,6 @@
- no hard-links
- no mknod support
+- no access right checks
- no rename supported
- no support for extended attributes and ACLs
- tested on Linux only currently