r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
[samba.git] / source3 / smbd / dir.c
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:
2003-01-14 Gerald Carterremoving unused variable and unused file
2003-01-07 Tim PotterRemove unused variable.
2003-01-03 Jeremy AllisonFix problem with "hide unreadable". stat file opens...
2003-01-03 Jeremy AllisonFix problem with "hide unreadable". stat file opens...
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-10 Jeremy AllisonAdded final Steve French patch for "required" attribute...
2002-08-28 Simo Sorcefix file_is_special test, was wrong.
2002-08-26 Jeremy AllisonReverted and tidied up the "special" files patch. Adds...
2002-08-24 Simo Sorcedo not expose special files, only files, directories...
2002-08-17 Jelmer VernooijSync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-29 Simo Sorceas suggested by Alexander Oswald <oswald@is.haw-hamburg.de>
2002-07-27 Simo Sorcenice day today
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-06-13 Jeremy AllisonMerge in mangle fixes from 2.2.
2002-05-20 Jeremy AllisonStop smbd looping when hide unreadable is true and...
2002-04-13 Jeremy AllisonTidy up winbindd debug. Added Bill Moran's hide unreada...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-04-11 Andrew TridgellThis split the mangling code up to allow for the possib...
2002-03-23 Jeremy AllisonFix the mp3 rename bug - also tidy up our open code...
2002-03-21 Herb Lewisreturn . and .. first in readdir - this fixes masktest...
2002-03-20 Jeremy AllisonRemove the "stat open" code - make it inline. This...
2002-01-30 Tim PotterRemoved version number from file header.
2001-12-17 Jeremy AllisonMade "hide unreadable" work much more reliably (just...
2001-11-05 Tim PotterDon't put a \n on the end of the arg to exit_server()
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-04-28 Andrew Tridgelluse asprintf for hideunreadable option
2001-04-18 Jeremy AllisonRememver to use VFS at all times... even in new user_ca...
2001-04-16 Andrew Tridgellhide unreadable patch from idra
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-02-23 Gerald Carterremoved wrong patch to get_dir_entry(). This was left...
2001-02-08 Gerald Cartermerge from SAMBA_2_2
2001-01-30 Tim PotterTurned down noisy debug statement.
next