r3447: more include/system/XXX.h include files
[jelmer/samba4-debian.git] / source / ntvfs / posix / pvfs_open.c
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3387: fixed pvfs to pass the NTDENY tests. The tricky...
2007-10-10 Andrew Tridgellr3373: added better error reporting in pvfs_open
2007-10-10 Andrew Tridgellr3363: added basic support for SA_RIGHT_FILE_EXECUTE...
2007-10-10 Andrew Tridgellr3249: - change_time is closer to ctime than mtime
2007-10-10 Andrew Tridgellr3246: new files should get created with FILE_ATTRIBUTE...
2007-10-10 Andrew Tridgellr3240: - update the rules for what error codes should...
2007-10-10 Andrew Tridgellr3200: - improved the accuracy of openx emulation....
2007-10-10 Andrew Tridgellr3193: improved the initial permissions choice for...
2007-10-10 Andrew Tridgellr3189: improved the share_conflict() logic (both in...
2007-10-10 Andrew Tridgellr3180: - basic support for SEC_RIGHT_MAXIMUM_ALLOWED...
2007-10-10 Andrew Tridgellr3178: honor the write_time on pvfs_close()
2007-10-10 Andrew Tridgellr3174: added pvfs_is_open() to allow us to check for...
2007-10-10 Andrew Tridgellr3161: pvfs now passes the RAW-SEEK test
2007-10-10 Andrew Tridgellr3159: use easy to recognise file handle numbers for...
2007-10-10 Andrew Tridgellr3154: pvfs now passes all of BASE-DELETE
2007-10-10 Andrew Tridgellr3153: pvfs now passes the first 9 of the BASE-DELETE...
2007-10-10 Andrew Tridgellr3147: added basic share modes support for pvfs (or...
2007-10-10 Andrew Tridgellr3142: fill in all the ntcreatex response fields explic...
2007-10-10 Andrew Tridgellr3135: split the "create new" logic out from the "open...
2007-10-10 Andrew Tridgellr3081: several updates to ntvfs and server side async...
2007-10-10 Andrew Tridgellr3064: - use UINT8_MAX and UINT16_MAX instead of hex...
2007-10-10 Andrew Tridgellr3056: added a id -> pointer data structure (a type...
2007-10-10 Andrew Tridgellr3034: - fixed a bug in message dispatch, when the...
2007-10-10 Andrew Tridgellr3031: added support for lock cancelation, which effect...
2007-10-10 Andrew Tridgellr3029: implemented byte range lock timeouts.
2007-10-10 Andrew Tridgellr3012: added initial support for byte range locking...
2007-10-10 Andrew Tridgellr2926: name->dos.attrib is not valid unless name->exist...
2007-10-10 Andrew Tridgellr2916: longhorn client doesn't bother setting the direc...
2007-10-10 Stefan Metzmacherr2751: this is a new ntvfs design which tries to solve:
2007-10-10 Andrew Tridgellr2660: - converted the libcli/raw/ library to use tallo...
2007-10-10 Andrew Tridgellr2613: use a talloc destructor to ensure that file...
2007-10-10 Andrew Tridgellr2561: completely redid the ntvfs module chaining code...
2007-10-10 Andrew Tridgellr2438: compile on systems without O_DIRECTORY (probably...
2007-10-10 Andrew Tridgellr2436: the second big lump of posix vfs code.