r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking
[sfrench/samba-autobuild/.git] / source4 / ntvfs / posix / pvfs_setfileinfo.c
2007-10-10 Jelmer Vernooijr9792: Rename StrCaseCmp -> strcasecmp_m. All these...
2007-10-10 Andrew Tridgellr5666: winxp will use a NTTIME of -1 to mean "don't...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4615: added acl checking on directory search in pvfs
2007-10-10 Andrew Tridgellr4584: fix pvfs backend to pass the new enhanced RAW...
2007-10-10 Andrew Tridgellr4448: - fixed access_mask checking on acl set
2007-10-10 Andrew Tridgellr4409: fixed handling of zero access masks for the...
2007-10-10 Andrew Tridgellr4408: added the remaining access check hooks into...
2007-10-10 Andrew Tridgellr4406: - don't call the xattr unlink hook on unlink...
2007-10-10 Andrew Tridgellr4314: added ACL checking on unlink
2007-10-10 Andrew Tridgellr4243: a sniff from kukks showed that the ea_set interf...
2007-10-10 Andrew Tridgellr4011: get rid of rpc_secdes.h and replace it with...
2007-10-10 Andrew Tridgellr3939: - added "posix:fakeoplocks" option for testing...
2007-10-10 Andrew Tridgellr3832: added NT ACL query/set to the posix NTVFS backen...
2007-10-10 Andrew Tridgellr3806: added support to smb_server and pvfs for the...
2007-10-10 Andrew Tridgellr3801: added allocation size rounding. This is needed...
2007-10-10 Andrew Tridgellr3800: - fixed delete-on-close behaviour for streams
2007-10-10 Andrew Tridgellr3798: added support for alternate data streams in...
2007-10-10 Andrew Tridgellr3747: - added some of the infrastructure needed for...
2007-10-10 Andrew Tridgellr3729: permission changes on directories always include...
2007-10-10 Andrew Tridgellr3717: - expanded the RAW-RENAME test a little
2007-10-10 Andrew Tridgellr3694: added support for the RENAME_INFORMATION level...
2007-10-10 Andrew Tridgellr3618: - this adds the special case for DENY_DOS semant...
2007-10-10 Andrew Tridgellr3615: split out struct pvfs_file_handle from struct...
2007-10-10 Andrew Tridgellr3595: - fixed a talloc_free ordering problem on cleanu...
2007-10-10 Andrew Tridgellr3573: added trans2open support to smbd and pvfs, and...
2007-10-10 Andrew Tridgellr3549: added support for DOS extended attribute lists...
2007-10-10 Andrew Tridgellr3545: initial support for using extended attributes...
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3351: handle far more operations on open directory...
2007-10-10 Andrew Tridgellr3258: fixed "don't change" attribute for RAW_SFILEINFO...
2007-10-10 Andrew Tridgellr3247: FILE_ATTRIBUTE_NORMAL is only a null-op for...
2007-10-10 Andrew Tridgellr3240: - update the rules for what error codes should...
2007-10-10 Andrew Tridgellr3179: - fixed error return on utime failure
2007-10-10 Andrew Tridgellr3161: pvfs now passes the RAW-SEEK test
2007-10-10 Andrew Tridgellr3160: recognise RAW_SFILEINFO_DISPOSITION_INFORMATION...
2007-10-10 Andrew Tridgellr3153: pvfs now passes the first 9 of the BASE-DELETE...
2007-10-10 Andrew Tridgellr3133: - more consistent error checking in rename and...
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 Tridgellr2561: completely redid the ntvfs module chaining code...
2007-10-10 Andrew Tridgellr2436: the second big lump of posix vfs code.