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