diff options
Diffstat (limited to 'fs/cifs/TODO')
-rw-r--r-- | fs/cifs/TODO | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/fs/cifs/TODO b/fs/cifs/TODO index 1e8490ed6948..8cc881694e29 100644 --- a/fs/cifs/TODO +++ b/fs/cifs/TODO | |||
@@ -1,4 +1,4 @@ | |||
1 | version 1.32 April 3, 2005 | 1 | version 1.34 April 29, 2005 |
2 | 2 | ||
3 | A Partial List of Missing Features | 3 | A Partial List of Missing Features |
4 | ================================== | 4 | ================================== |
@@ -70,7 +70,15 @@ r) Implement O_DIRECT flag on open (already supported on mount) | |||
70 | s) Allow remapping of last remaining character (\) to +0xF000 which | 70 | s) Allow remapping of last remaining character (\) to +0xF000 which |
71 | (this character is valid for POSIX but not for Windows) | 71 | (this character is valid for POSIX but not for Windows) |
72 | 72 | ||
73 | KNOWN BUGS (updated April 3, 2005) | 73 | t) Create UID mapping facility so server UIDs can be mapped on a per |
74 | mount or a per server basis to client UIDs or nobody if no mapping | ||
75 | exists. This is helpful when Unix extensions are negotiated to | ||
76 | allow better permission checking when UIDs differ on the server | ||
77 | and client. Add new protocol request to the CIFS protocol | ||
78 | standard for asking the server for the corresponding name of a | ||
79 | particular uid. | ||
80 | |||
81 | KNOWN BUGS (updated April 29, 2005) | ||
74 | ==================================== | 82 | ==================================== |
75 | See http://bugzilla.samba.org - search on product "CifsVFS" for | 83 | See http://bugzilla.samba.org - search on product "CifsVFS" for |
76 | current bug list. | 84 | current bug list. |