Revert making public of the samba-module library.
[kai/samba.git] / source4 / ntvfs / posix / pvfs_unlink.c
2011-12-01 Andrew Tridgells4-ntvfs: added allow_override check based on use of...
2010-03-05 Andrew Tridgells4-pvfs: use pvfs_sys_*() functions to wrap posix calls
2009-10-19 Andrew Tridgells4-pvfs: another uninitialised variable
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-05 Stefan Metzmachers4:pvfs: use talloc_get_type() to cast from void *
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-05 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-03 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-03 Stefan Metzmacherpvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write...
2008-03-27 Jelmer VernooijMerge v4.0-test
2008-03-19 Andrew BartlettMerge branch 'v4-0-logon' of git://git.id10ts.net/samba...
2008-03-15 Stefan Metzmacherpvfs_unlink: disable async retries for wildcard deletes
2008-02-27 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-27 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-26 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-26 Stefan Metzmacherpvfs_unlink: retry unlink after oplock not granted
2008-02-26 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-25 Stefan Metzmacherpvfs_unlink: move stream logic into pvfs_unlink_one()
2008-02-25 Stefan Metzmacherpvfs_unlink: splitup the logic into generic and file...
2008-02-25 Stefan Metzmacherpvfs_unlink: add a fast path for the non wildcard case
2008-02-25 Stefan Metzmacherpvfs_unlink: move !name->stream_exists into the caller
2008-02-25 Stefan Metzmacherpvfs_unlink: pass down union smb_unlink completely...
2008-02-25 Stefan Metzmacherpvfs_unlink: pass down a struct pvfs_filename to pvfs_u...
2008-02-25 Stefan Metzmacherpvfs: pass NULL to pvfs_can_*() when no odb_lock is...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr18319: fixed the directory search resume code on IRIX
2007-10-10 James Peachr15186: Introduce ISDOT and ISDOTDOT macros for testing...
2007-10-10 Andrew Tridgellr14797: added checking of the filter in notify requests
2007-10-10 Andrew Tridgellr14616: added notify change support to the posix backend
2007-10-10 Stefan Metzmacherr14173: change smb interface structures to always use
2007-10-10 Stefan Metzmacherr14157: - pass a struct ntvfs_request to the ntvfs...
2007-10-10 Andrew Tridgellr13739: a fairly major overhaul of the opendb code...
2007-10-10 Andrew Tridgellr4406: - don't call the xattr unlink hook on unlink...
2007-10-10 Andrew Tridgellr4314: added ACL checking on unlink
2007-10-10 Andrew Tridgellr4242: added support for storing xattrs in a tdb. This...
2007-10-10 Andrew Tridgellr3798: added support for alternate data streams in...
2007-10-10 Andrew Tridgellr3747: - added some of the infrastructure needed for...
2007-10-10 Andrew Tridgellr3544: fixed some #include lines to make them more...
2007-10-10 Andrew Tridgellr3262: - new pvfs_dirlist code that reopens the directo...
2007-10-10 Andrew Tridgellr3260: redid the pvfs_dirlist() interface in preparatio...
2007-10-10 Andrew Tridgellr3240: - update the rules for what error codes should...
2007-10-10 Andrew Tridgellr3207: - reformat error msgs in BASE-DIR* tests
2007-10-10 Andrew Tridgellr3189: improved the share_conflict() logic (both in...
2007-10-10 Andrew Tridgellr3179: - fixed error return on utime failure
2007-10-10 Andrew Tridgellr3174: added pvfs_is_open() to allow us to check for...
2007-10-10 Stefan Metzmacherr2751: this is a new ntvfs design which tries to solve:
2007-10-10 Andrew Tridgellr2561: completely redid the ntvfs module chaining code...
2007-10-10 Andrew Tridgellr2436: the second big lump of posix vfs code.
2007-10-10 Andrew Tridgellr2404: the first large lump of posix vfs stuff.