summaryrefslogtreecommitdiff
path: root/source3/smbd/dir.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6044: Ensure the old search calls always ask mask_match to translateJeremy Allison1-2/+2
2007-10-10r6022: Fix for bug #2533. Incorrect dir listings from OS/2 clients.Jeremy Allison1-7/+0
2007-10-10r5922: Fix for NASTY NASTY bug #2501. All my fault :-(. Brown paper bag time.Jeremy Allison1-0/+7
2007-10-10r5843: Removed unused variable - pointed out by jason@ncac.gwu.edu in bugid #...Jeremy Allison1-3/+1
2007-10-10r5632: Fix infinite looping bug found by nasty BlueArc test :-).Jeremy Allison1-0/+20
2007-10-10r5508: Typo - ZERO_STRUCT -> ZERO_STRUCTP.Jeremy Allison1-1/+1
2007-10-10r5183: Ensure we correctly set the per-connection "case_sensitive" setting.Jeremy Allison1-5/+5
2007-10-10r5160: First cut at refactoring of directory code to handle non-wildcardJeremy Allison1-63/+149
2007-10-10r5154: Tidy up interface a little.Jeremy Allison1-2/+4
2007-10-10r5152: Restructure the directory handling code, stop using void * pointersJeremy Allison1-220/+162
2007-10-10r5096: Attempt to fix the buildVolker Lendecke1-1/+1
2007-10-10r5063: Shamelessly steal the Samba4 logic (and some code :-) for directoryJeremy Allison1-135/+215
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-3/+3
2007-10-10r2076: Removed old dir caching code - not being used now we have theJeremy Allison1-109/+0
2007-10-10r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison1-1/+2
2004-04-02Added per-share parameter "store dos attributes". When set, will storeJeremy Allison1-2/+2
2003-12-23Fix for special files being hidden from admins by Dmitry Butskoj <buc@odusz.e...Jeremy Allison1-1/+1
2003-05-29Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison1-2/+4
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-9/+9
2003-05-11Fix VFS layer:Alexander Bokovoy1-9/+9
2003-04-14Whitespace syncup.Tim Potter1-2/+2
2003-03-17Merge from HEAD:Andrew Bartlett1-6/+6
2003-02-27 don't forget the NULLGerald Carter1-3/+3
2003-02-27and the winner of "i should have just written it in assemblyGerald Carter1-3/+3
2003-02-27don't pass NULL pointers to strcmp()Gerald Carter1-2/+2
2003-02-10Cleanups: (merge from HEAD)Andrew Bartlett1-1/+1
2003-01-14removing unused variable and unused fileGerald Carter1-1/+0
2003-01-03Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison1-432/+425
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-8/+13
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-36/+85
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-0/+69
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-68/+88
2002-04-11This split the mangling code up to allow for the possibility of multipleAndrew Tridgell1-3/+3
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison1-2/+2
2002-03-21return . and .. first in readdir - this fixes masktest on IRIX whichHerb Lewis1-1/+13
2002-03-20Remove the "stat open" code - make it inline. This should fix theJeremy Allison1-22/+5
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-17Made "hide unreadable" work much more reliably (just for Volker :-).Jeremy Allison1-1/+37
2001-11-05Don't put a \n on the end of the arg to exit_server()Tim Potter1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-12/+10
2001-07-04The big character set handling changeover!Andrew Tridgell1-5/+2
2001-04-28use asprintf for hideunreadable optionAndrew Tridgell1-14/+8
2001-04-18Rememver to use VFS at all times... even in new user_can_read_file code :-).Jeremy Allison1-3/+3
2001-04-16hide unreadable patch from idraAndrew Tridgell1-0/+49
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2001-02-23removed wrong patch to get_dir_entry(). This was left over from theGerald Carter1-5/+0
2001-02-08merge from SAMBA_2_2Gerald Carter1-0/+5
2001-01-30Turned down noisy debug statement.Tim Potter1-1/+1
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-4/+4