summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/pvfs_rename.c
Commit message (Expand)AuthorAgeFilesLines
* s4-ntvfs: added allow_override check based on use of NT ACLAndrew Tridgell2011-12-011-2/+3
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-9/+7
* s4-pvfs: use pvfs_sys_*() functions to wrap posix callsAndrew Tridgell2010-03-051-1/+1
* s4-pvfs: log more error conditions in NTVFS backendAndrew Tridgell2010-03-051-0/+10
* s4-streams: fixed handling of stream rename and overwriteAndrew Tridgell2009-10-181-1/+2
* Add a new non-convenience version of push_codepoint.Jelmer Vernooij2009-04-231-2/+2
* s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher2009-02-051-5/+10
* s4:pvfs: fix some talloc related compiler warningsStefan Metzmacher2009-02-051-1/+3
* added support for stream renames in Samba4Andrew Tridgell2009-01-071-1/+59
* Add version of next_codepoint without iconv_convenience.Jelmer Vernooij2008-10-241-2/+2
* pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendbStefan Metzmacher2008-06-031-2/+6
* pvfs_rename: implement RAW_RENAME_NTTRANS as noop as w2k3Stefan Metzmacher2008-03-121-1/+10
* pvfs: return NT_STATUS_NOT_IMPLEMENTED on RAW_RENAME_NTTRANSStefan Metzmacher2008-03-111-0/+3
* pvfs_rename: move odb_rename() onto pvfs_do_rename()Stefan Metzmacher2008-03-011-13/+12
* Merge branch 'v4-0-trivial' into v4-0-testJelmer Vernooij2008-02-281-2/+2
|\
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-271-5/+6
| |\
| * | Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-211-2/+2
* | | pvfs_rename: we need a do a odb_rename() after pvfs_do_rename()Stefan Metzmacher2008-02-271-0/+3
* | | pvfs_rename: add retry logic after sharing violation or non granted oplockStefan Metzmacher2008-02-271-2/+103
| |/ |/|
* | pvfs: pass NULL to pvfs_can_*() when no odb_lock is needed by the callerStefan Metzmacher2008-02-251-5/+6
|/
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-6/+8
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-4/+5
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-211-4/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21042: Fix typoVolker Lendecke2007-10-101-1/+1
* r18319: fixed the directory search resume code on IRIXAndrew Tridgell2007-10-101-1/+1
* r14941: a rename of a file (but not a directory) triggers 3 events. The firstAndrew Tridgell2007-10-101-1/+11
* r14933: fix the handling of notify filters to be much closer to the behaviourAndrew Tridgell2007-10-101-14/+21
* r14925: trigger NOTIFY_ACTION_OLD_NAME and NOTIFY_ACTION_NEW_NAME events forAndrew Tridgell2007-10-101-26/+54
* r14808: added notify_trigger() calls for rename and setfileinfo callsAndrew Tridgell2007-10-101-0/+7
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-5/+5
* r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETEAndrew Tridgell2007-10-101-4/+11
* r4615: added acl checking on directory search in pvfsAndrew Tridgell2007-10-101-5/+5
* r4584: fix pvfs backend to pass the new enhanced RAW-ACLS test. Easy once I r...Andrew Tridgell2007-10-101-4/+4
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-1/+1
* r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell2007-10-101-1/+1
* r4410: pvfs_rename_one() should not check for create permissions, as the renameAndrew Tridgell2007-10-101-14/+7
* r4408: added the remaining access check hooks into pvfs. All calls should now...Andrew Tridgell2007-10-101-0/+22
* r4314: added ACL checking on unlinkAndrew Tridgell2007-10-101-1/+1
* r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell2007-10-101-2/+8
* r3747: - added some of the infrastructure needed for streams support in pvfsAndrew Tridgell2007-10-101-6/+4
* r3718: added support for the ntrename level in pvfs_rename().Andrew Tridgell2007-10-101-8/+114
* r3717: - expanded the RAW-RENAME test a littleAndrew Tridgell2007-10-101-3/+222
* r3574: the RAW-OPEN test changes broke a couple of the other tests. ThisAndrew Tridgell2007-10-101-1/+1
* r3544: fixed some #include lines to make them more consistentAndrew Tridgell2007-10-101-1/+1
* r3192: make sure we don't call pvfs_can_delete() until after we have confirme...Andrew Tridgell2007-10-101-10/+5
* r3189: improved the share_conflict() logic (both in terms of readability andAndrew Tridgell2007-10-101-3/+8
* r3177: check for open files on renameAndrew Tridgell2007-10-101-0/+5
* r3133: - more consistent error checking in rename and setfileinfoAndrew Tridgell2007-10-101-1/+1