summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/pvfs_setfileinfo.c
Commit message (Expand)AuthorAgeFilesLines
* r5666: winxp will use a NTTIME of -1 to mean "don't change" in setfileinfoAndrew Tridgell2007-10-101-8/+8
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
* r4615: added acl checking on directory search in pvfsAndrew Tridgell2007-10-101-1/+1
* r4584: fix pvfs backend to pass the new enhanced RAW-ACLS test. Easy once I r...Andrew Tridgell2007-10-101-1/+1
* r4448: - fixed access_mask checking on acl setAndrew Tridgell2007-10-101-5/+12
* r4409: fixed handling of zero access masks for the POSITION_INFORMATION query...Andrew Tridgell2007-10-101-1/+1
* r4408: added the remaining access check hooks into pvfs. All calls should now...Andrew Tridgell2007-10-101-3/+49
* r4406: - don't call the xattr unlink hook on unlink unless the link count is ...Andrew Tridgell2007-10-101-6/+4
* r4314: added ACL checking on unlinkAndrew Tridgell2007-10-101-1/+1
* r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...Andrew Tridgell2007-10-101-19/+35
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-101-2/+3
* r3939: - added "posix:fakeoplocks" option for testing with oplocks forced onAndrew Tridgell2007-10-101-0/+2
* r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL isAndrew Tridgell2007-10-101-0/+3
* r3806: added support to smb_server and pvfs for the NTTRANS Create call. ThisAndrew Tridgell2007-10-101-3/+3
* r3801: added allocation size rounding. This is needed for ifstest.Andrew Tridgell2007-10-101-0/+4
* r3800: - fixed delete-on-close behaviour for streamsAndrew Tridgell2007-10-101-1/+7
* r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell2007-10-101-8/+20
* r3747: - added some of the infrastructure needed for streams support in pvfsAndrew Tridgell2007-10-101-3/+13
* r3729: permission changes on directories always include the FILE_ATTRIBUTE_DI...Andrew Tridgell2007-10-101-0/+1
* r3717: - expanded the RAW-RENAME test a littleAndrew Tridgell2007-10-101-1/+1
* r3694: added support for the RENAME_INFORMATION level of setfileinfo andAndrew Tridgell2007-10-101-10/+48
* r3618: - this adds the special case for DENY_DOS semantics, as shown by the B...Andrew Tridgell2007-10-101-2/+2
* r3615: split out struct pvfs_file_handle from struct pvfs_file. This is inAndrew Tridgell2007-10-101-20/+73
* r3595: - fixed a talloc_free ordering problem on cleanup with pending requestsAndrew Tridgell2007-10-101-0/+31
* r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge...Andrew Tridgell2007-10-101-1/+7
* r3549: added support for DOS extended attribute lists (name/value pairs)Andrew Tridgell2007-10-101-14/+64
* r3545: initial support for using extended attributes to hold extended dos att...Andrew Tridgell2007-10-101-1/+16
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3351: handle far more operations on open directory handles. pvfs was failingAndrew Tridgell2007-10-101-0/+7
* r3258: fixed "don't change" attribute for RAW_SFILEINFO_BASIC_INFOAndrew Tridgell2007-10-101-1/+1
* r3247: FILE_ATTRIBUTE_NORMAL is only a null-op for setattr and setattre, not ...Andrew Tridgell2007-10-101-1/+1
* r3240: - update the rules for what error codes should be given on theAndrew Tridgell2007-10-101-41/+172
* r3179: - fixed error return on utime failureAndrew Tridgell2007-10-101-1/+1
* r3161: pvfs now passes the RAW-SEEK testAndrew Tridgell2007-10-101-0/+67
* r3160: recognise RAW_SFILEINFO_DISPOSITION_INFORMATION (fixes temporary files...Andrew Tridgell2007-10-101-0/+3
* r3153: pvfs now passes the first 9 of the BASE-DELETE testsAndrew Tridgell2007-10-101-0/+13
* r3133: - more consistent error checking in rename and setfileinfoAndrew Tridgell2007-10-101-1/+1
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-3/+4
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-1/+1
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-101-1/+1
* r2436: the second big lump of posix vfs code.Andrew Tridgell2007-10-101-0/+69