summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_setfileinfo.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-03ntvfs: support setfileinfo with FULL_EA_INFORMATIONDavid Disseldorp1-1/+6
2011-12-01s4-ntvfs: added allow_override check based on use of NT ACLAndrew Tridgell1-2/+2
2011-09-05s4:ntvfs: s/!= PROTOCOL_SMB2/< PROTOCOL_SMB2_02/Stefan Metzmacher1-2/+2
2011-09-05s4:ntvfs: s/== PROTOCOL_SMB2/>= PROTOCOL_SMB2_02/Stefan Metzmacher1-1/+1
2010-03-05s4-pvfs: use pvfs_sys_fchmod()Andrew Tridgell1-2/+2
2009-10-18s4-streams: fixed handling of stream rename and overwriteAndrew Tridgell1-1/+2
2009-10-18s4-pvfs: rename with full name gives SHARING_VIOLATIONAndrew Tridgell1-1/+3
2009-10-18s4-pvfs: change the handling of access checking on createAndrew Tridgell1-1/+1
2009-02-05s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher1-3/+6
2009-01-07added support for stream renames in Samba4Andrew Tridgell1-4/+40
2008-06-03pvfs: use utimes() instead of utime() to get better timestamp resolutionStefan Metzmacher1-14/+26
2008-06-03pvfs_setfileinfo: update the write time in the opendbStefan Metzmacher1-0/+47
2008-05-28don't allow a file to be changed to a directory with setfileinfoAndrew Tridgell1-1/+6
2008-05-07pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME codeStefan Metzmacher1-2/+0
2008-03-01pvfs_rename: move odb_rename() onto pvfs_do_rename()Stefan Metzmacher1-4/+1
2008-02-29pvfs_setfileinfo: support renaming of directoriesStefan Metzmacher1-5/+0
2008-02-29pvfs_setfileinfo: tell the opendb about renamesStefan Metzmacher1-3/+22
2008-02-29pvfs: use pvfs_resolve_name_handle() in qfileinfo and setfileinfoStefan Metzmacher1-1/+1
2008-02-26pvfs_setpathinfo: retry setpathinfo after oplock not granted on on setpathinf...Stefan Metzmacher1-0/+107
2008-02-26pvfs_setfileinfo: break level2 oplocks on setfileinfo() ALLOCATION_INFO and E...Stefan Metzmacher1-0/+6
2008-02-26pvfs_setfileinfo_rename: map DELETE_PENDING to ACCESS_DENIEDStefan Metzmacher1-0/+3
2008-02-25pvfs: pass NULL to pvfs_can_*() when no odb_lock is needed by the callerStefan Metzmacher1-3/+1
2008-02-14A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell1-0/+3
2008-02-14we need to refuse a root_fid in rename on SMB but not SMB2Andrew Tridgell1-3/+5
2008-02-14Fixed SMB2 rename operations from Vista clientsAndrew Tridgell1-13/+24
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r16706: for RAW_SFILEINFO_SETATTR attrib == 0 means set it to FILE_ATTRIB_NORMALStefan Metzmacher1-1/+3
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher1-1/+1
2007-10-10r15057: fix access masks for getting and setting security_descriptorsStefan Metzmacher1-2/+9
2007-10-10r14947: add support for file truncate eventsAndrew Tridgell1-5/+8
2007-10-10r14933: fix the handling of notify filters to be much closer to the behaviourAndrew Tridgell1-5/+10
2007-10-10r14925: trigger NOTIFY_ACTION_OLD_NAME and NOTIFY_ACTION_NEW_NAME events forAndrew Tridgell1-10/+4
2007-10-10r14808: added notify_trigger() calls for rename and setfileinfo callsAndrew Tridgell1-0/+36
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-1/+1
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-9/+10
2007-10-10r14174: fix typosStefan Metzmacher1-1/+1
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher1-3/+3
2007-10-10r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETEAndrew Tridgell1-9/+5
2007-10-10r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij1-1/+1
2007-10-10r5666: winxp will use a NTTIME of -1 to mean "don't change" in setfileinfoAndrew Tridgell1-8/+8
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-2/+2
2007-10-10r4615: added acl checking on directory search in pvfsAndrew Tridgell1-1/+1
2007-10-10r4584: fix pvfs backend to pass the new enhanced RAW-ACLS test. Easy once I r...Andrew Tridgell1-1/+1
2007-10-10r4448: - fixed access_mask checking on acl setAndrew Tridgell1-5/+12
2007-10-10r4409: fixed handling of zero access masks for the POSITION_INFORMATION query...Andrew Tridgell1-1/+1
2007-10-10r4408: added the remaining access check hooks into pvfs. All calls should now...Andrew Tridgell1-3/+49
2007-10-10r4406: - don't call the xattr unlink hook on unlink unless the link count is ...Andrew Tridgell1-6/+4
2007-10-10r4314: added ACL checking on unlinkAndrew Tridgell1-1/+1
2007-10-10r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...Andrew Tridgell1-19/+35