Age | Commit message (Expand) | Author | Files | Lines |
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -9/+7 |
2010-03-05 | s4-pvfs: use pvfs_sys_*() functions to wrap posix calls | Andrew Tridgell | 1 | -1/+1 |
2010-03-05 | s4-pvfs: log more error conditions in NTVFS backend | Andrew Tridgell | 1 | -0/+10 |
2009-10-18 | s4-streams: fixed handling of stream rename and overwrite | Andrew Tridgell | 1 | -1/+2 |
2009-04-23 | Add a new non-convenience version of push_codepoint. | Jelmer Vernooij | 1 | -2/+2 |
2009-02-05 | s4:pvfs: use talloc_get_type() to cast from void * | Stefan Metzmacher | 1 | -5/+10 |
2009-02-05 | s4:pvfs: fix some talloc related compiler warnings | Stefan Metzmacher | 1 | -1/+3 |
2009-01-07 | added support for stream renames in Samba4 | Andrew Tridgell | 1 | -1/+59 |
2008-10-24 | Add version of next_codepoint without iconv_convenience. | Jelmer Vernooij | 1 | -2/+2 |
2008-06-03 | pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendb | Stefan Metzmacher | 1 | -2/+6 |
2008-03-12 | pvfs_rename: implement RAW_RENAME_NTTRANS as noop as w2k3 | Stefan Metzmacher | 1 | -1/+10 |
2008-03-11 | pvfs: return NT_STATUS_NOT_IMPLEMENTED on RAW_RENAME_NTTRANS | Stefan Metzmacher | 1 | -0/+3 |
2008-03-01 | pvfs_rename: move odb_rename() onto pvfs_do_rename() | Stefan Metzmacher | 1 | -13/+12 |
2008-02-28 | Merge branch 'v4-0-trivial' into v4-0-test | Jelmer Vernooij | 1 | -2/+2 |
2008-02-27 | pvfs_rename: we need a do a odb_rename() after pvfs_do_rename() | Stefan Metzmacher | 1 | -0/+3 |
2008-02-27 | pvfs_rename: add retry logic after sharing violation or non granted oplock | Stefan Metzmacher | 1 | -2/+103 |
2008-02-27 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 1 | -5/+6 |
2008-02-25 | pvfs: pass NULL to pvfs_can_*() when no odb_lock is needed by the caller | Stefan Metzmacher | 1 | -5/+6 |
2008-02-21 | Remove yet more uses of global_loadparm. | Jelmer Vernooij | 1 | -2/+2 |
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -6/+8 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -4/+5 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r21042: Fix typo | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r18319: fixed the directory search resume code on IRIX | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14941: a rename of a file (but not a directory) triggers 3 events. The first | Andrew Tridgell | 1 | -1/+11 |
2007-10-10 | r14933: fix the handling of notify filters to be much closer to the behaviour | Andrew Tridgell | 1 | -14/+21 |
2007-10-10 | r14925: trigger NOTIFY_ACTION_OLD_NAME and NOTIFY_ACTION_NEW_NAME events for | Andrew Tridgell | 1 | -26/+54 |
2007-10-10 | r14808: added notify_trigger() calls for rename and setfileinfo calls | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14157: - pass a struct ntvfs_request to the ntvfs layer | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETE | Andrew Tridgell | 1 | -4/+11 |
2007-10-10 | r4615: added acl checking on directory search in pvfs | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r4584: fix pvfs backend to pass the new enhanced RAW-ACLS test. Easy once I r... | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4547: - added talloc_new(ctx) macro that is a neater form of the common tall... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4410: pvfs_rename_one() should not check for create permissions, as the rename | Andrew Tridgell | 1 | -14/+7 |
2007-10-10 | r4408: added the remaining access check hooks into pvfs. All calls should now... | Andrew Tridgell | 1 | -0/+22 |
2007-10-10 | r4314: added ACL checking on unlink | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3798: added support for alternate data streams in xattrs into pvfs. | Andrew Tridgell | 1 | -2/+8 |
2007-10-10 | r3747: - added some of the infrastructure needed for streams support in pvfs | Andrew Tridgell | 1 | -6/+4 |
2007-10-10 | r3718: added support for the ntrename level in pvfs_rename(). | Andrew Tridgell | 1 | -8/+114 |
2007-10-10 | r3717: - expanded the RAW-RENAME test a little | Andrew Tridgell | 1 | -3/+222 |
2007-10-10 | r3574: the RAW-OPEN test changes broke a couple of the other tests. This | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3544: fixed some #include lines to make them more consistent | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3192: make sure we don't call pvfs_can_delete() until after we have confirme... | Andrew Tridgell | 1 | -10/+5 |
2007-10-10 | r3189: improved the share_conflict() logic (both in terms of readability and | Andrew Tridgell | 1 | -3/+8 |
2007-10-10 | r3177: check for open files on rename | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r3133: - more consistent error checking in rename and setfileinfo | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2751: this is a new ntvfs design which tries to solve: | Stefan Metzmacher | 1 | -2/+3 |