Copy recent spoolss IDL from samba4 into our tree.
[gd/samba/.git] / source / smbd / dir.c
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-12 Volker LendeckeConvert OpenDir to talloc, use talloc_tos()
2008-01-08 Volker LendeckeAllocate dirp->name_cache on demand only
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-06 Michael AdamRemove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().
2007-12-22 James PeachUse filesystem capabilities to support case-insensitive...
2007-11-13 Volker LendeckeMake [f]get_nt_acl return NTSTATUS
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Jeremy Allisonr25117: The mega-patch Jerry was waiting for. Remove...
2007-10-10 Jeremy Allisonr25111: Move to talloced pathnames on most code paths.
2007-10-10 Jeremy Allisonr25102: Rewrite msdfs code to use talloced filenames...
2007-10-10 Jeremy Allisonr25009: Large patch discussed with Volker. Move unix_co...
2007-10-10 Jeremy Allisonr24639: Add parameter "directory name cache size" ...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23724: Reduce access to the global inbuf a tiny bit...
2007-10-10 Jeremy Allisonr21800: Check-in the DFS rewrite. I am still testing...
2007-10-10 Jeremy Allisonr21257: Better fix for bug #4188 :
2007-10-10 Jeremy Allisonr21191: Add in the POSIX open/mkdir/unlink calls.
2007-10-10 Jeremy Allisonr20873: Some correctness fixes w.r.t. Samba4 torture...
2007-10-10 Jeremy Allisonr20844: Somewhat radical change - this may break the...
2007-10-10 Jeremy Allisonr20411: Fix originally from SATOH Fumiyasu (slightly
2007-10-10 Jeremy Allisonr18547: Add in fixes to mangling dir code - ensure...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16537: Fix for bug #3858, all files in a directory not
2007-10-10 Paul Greenr15196: Update a comment that I found confusing (I...
2007-10-10 Jeremy Allisonr14986: Fix OS/2 directory delete bug found by kukks.
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Paul Greenr11657: Tiny improvement to debug error message in...
2007-10-10 Jeremy Allisonr11511: A classic "friday night check-in" :-). This...
2007-10-10 Jeremy Allisonr11420: Fix issue pointed out by Dina Fine <dina@exanet...
2007-10-10 Jeremy Allisonr10558: Fix bug #3010 yet again. Die monster, die !
2007-10-10 Jeremy Allisonr9483: Changed DIR to SMB_STRUCT_DIR because of the...
2007-10-10 Jeremy Allisonr9457: Attempt to fix bug #3010 by handling END_OF_DIRE...
2007-10-10 Jeremy Allisonr9286: Fix false positive found by Coverity - wcard...
2007-10-10 Jeremy Allisonr8689: Fixes bugid #2889 for sure. Turns out the OS...
2007-10-10 Jeremy Allisonr8655: Still trying to fix #2889. We don't need the...
2007-10-10 Jeremy Allisonr8610: If I'm going to do a debug level zero, at least...
2007-10-10 Jeremy Allisonr8609: Fix for bugid #2889. I think the problem is...
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Jeremy Allisonr7893: Add in the extra parameters to opendir() to...
2007-10-10 Jeremy Allisonr7842: With the patch I sent Steve yesterday this gives...
2007-10-10 Jeremy Allisonr7617: Fix for bug #2801 - delete veto files was broken...
2007-10-10 Jeremy Allisonr7474: A *foul* and *disgusting* hack to ensure that...
2007-10-10 Jeremy Allisonr7210: Fix my own mistakes up, sorry.
2007-10-10 Jeremy Allisonr7200: Don't use memset, use SET_STAT_INVALID (has...
2007-10-10 Jeremy Allisonr6625: Remove another global variable left over from...
2007-10-10 Jeremy Allisonr6550: Move function make_dir_struct from util to dir.c
2007-10-10 Jeremy Allisonr6548: Fix bug #2622 - remove DPTR_MASK as it makes...
2007-10-10 Jeremy Allisonr6473: Fix for bug #2644 - test for special files to...
2007-10-10 Jeremy Allisonr6417: Strange old IRIX systems return -1 for telldir...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Jeremy Allisonr6169: Fix bug #2563. Infinite loop on non-existant...
2007-10-10 Jeremy Allisonr6044: Ensure the old search calls always ask mask_matc...
2007-10-10 Jeremy Allisonr6022: Fix for bug #2533. Incorrect dir listings from...
2007-10-10 Jeremy Allisonr5922: Fix for NASTY NASTY bug #2501. All my fault...
2007-10-10 Jeremy Allisonr5843: Removed unused variable - pointed out by jason...
2007-10-10 Jeremy Allisonr5632: Fix infinite looping bug found by nasty BlueArc...
2007-10-10 Jeremy Allisonr5508: Typo - ZERO_STRUCT -> ZERO_STRUCTP.
2007-10-10 Jeremy Allisonr5183: Ensure we correctly set the per-connection ...
2007-10-10 Jeremy Allisonr5160: First cut at refactoring of directory code to...
2007-10-10 Jeremy Allisonr5154: Tidy up interface a little.
2007-10-10 Jeremy Allisonr5152: Restructure the directory handling code, stop...
2007-10-10 Volker Lendecker5096: Attempt to fix the build
2007-10-10 Jeremy Allisonr5063: Shamelessly steal the Samba4 logic (and some...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr2076: Removed old dir caching code - not being used...
2007-10-10 Jeremy Allisonr1085: Now it's had some proper user testing, merge...
2004-04-02 Jeremy AllisonAdded per-share parameter "store dos attributes". When...
2003-12-23 Jeremy AllisonFix for special files being hidden from admins by Dmitr...
2003-12-23 Jeremy AllisonFix for special files being hidden from admins by Dmitr...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-29 Jeremy AllisonChange get_nt_acl() to include security_info wanted...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 Alexander BokovoyPrefix VFS API macros with SMB_ for consistency and...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-11 Alexander BokovoyFix VFS layer:
2003-04-14 Tim PotterWhitespace syncup.
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-29 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-17 Andrew BartlettMerge from HEAD:
2003-03-17 Andrew BartlettAdd const.
2003-03-16 Andrew BartlettAdd const.
2003-02-27 Gerald Carter don't forget the NULL
2003-02-27 Gerald Carter don't forget the NULL
2003-02-27 Gerald Carterand the winner of "i should have just written it in...
2003-02-27 Gerald Carterand the winner of "i should have just written it in...
2003-02-27 Gerald Carterdon't pass NULL pointers to strcmp()
2003-02-27 Gerald Carterdon't pass NULL pointers to strcmp()
2003-02-10 Andrew BartlettCleanups: (merge from HEAD)
2003-02-10 Andrew BartlettSome cleanups:
next