summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/pvfs_setfileinfo.c
Commit message (Expand)AuthorAgeFilesLines
* pvfs: use utimes() instead of utime() to get better timestamp resolutionStefan Metzmacher2008-06-031-14/+26
* pvfs_setfileinfo: update the write time in the opendbStefan Metzmacher2008-06-031-0/+47
* don't allow a file to be changed to a directory with setfileinfoAndrew Tridgell2008-05-281-1/+6
* pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME codeStefan Metzmacher2008-05-071-2/+0
* pvfs_rename: move odb_rename() onto pvfs_do_rename()Stefan Metzmacher2008-03-011-4/+1
* pvfs_setfileinfo: support renaming of directoriesStefan Metzmacher2008-02-291-5/+0
* pvfs_setfileinfo: tell the opendb about renamesStefan Metzmacher2008-02-291-3/+22
* pvfs: use pvfs_resolve_name_handle() in qfileinfo and setfileinfoStefan Metzmacher2008-02-291-1/+1
* pvfs_setpathinfo: retry setpathinfo after oplock not granted on on setpathinf...Stefan Metzmacher2008-02-261-0/+107
* pvfs_setfileinfo: break level2 oplocks on setfileinfo() ALLOCATION_INFO and E...Stefan Metzmacher2008-02-261-0/+6
* pvfs_setfileinfo_rename: map DELETE_PENDING to ACCESS_DENIEDStefan Metzmacher2008-02-261-0/+3
* pvfs: pass NULL to pvfs_can_*() when no odb_lock is needed by the callerStefan Metzmacher2008-02-251-3/+1
* A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell2008-02-141-0/+3
* we need to refuse a root_fid in rename on SMB but not SMB2Andrew Tridgell2008-02-141-3/+5
* Fixed SMB2 rename operations from Vista clientsAndrew Tridgell2008-02-141-13/+24
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r16706: for RAW_SFILEINFO_SETATTR attrib == 0 means set it to FILE_ATTRIB_NORMALStefan Metzmacher2007-10-101-1/+3
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-1/+1
* r15057: fix access masks for getting and setting security_descriptorsStefan Metzmacher2007-10-101-2/+9
* r14947: add support for file truncate eventsAndrew Tridgell2007-10-101-5/+8
* r14933: fix the handling of notify filters to be much closer to the behaviourAndrew Tridgell2007-10-101-5/+10
* r14925: trigger NOTIFY_ACTION_OLD_NAME and NOTIFY_ACTION_NEW_NAME events forAndrew Tridgell2007-10-101-10/+4
* r14808: added notify_trigger() calls for rename and setfileinfo callsAndrew Tridgell2007-10-101-0/+36
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-9/+10
* r14174: fix typosStefan Metzmacher2007-10-101-1/+1
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-3/+3
* r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETEAndrew Tridgell2007-10-101-9/+5
* r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij2007-10-101-1/+1
* 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