summaryrefslogtreecommitdiff
path: root/source3/smbd/dir.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-17Add const.Andrew Bartlett1-1/+1
2003-03-16Add const.Andrew Bartlett1-7/+7
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-10Some cleanups:Andrew Bartlett1-1/+1
2003-01-07Remove unused variable.Tim Potter1-1/+0
2003-01-03Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison1-432/+425
2003-01-02BIG patch...Andrew Bartlett1-8/+13
2002-09-10Added final Steve French patch for "required" attributes with oldJeremy Allison1-3/+18
2002-08-28fix file_is_special test, was wrong.Simo Sorce1-2/+10
2002-08-26Reverted and tidied up the "special" files patch. Adds "hide special files"Jeremy Allison1-56/+84
2002-08-24do not expose special files, only files, directories and links (and weSimo Sorce1-51/+49
2002-07-29as suggested by Alexander Oswald <oswald@is.haw-hamburg.de>Simo Sorce1-4/+4
2002-07-27nice day todaySimo Sorce1-0/+69
2002-06-13Merge in mangle fixes from 2.2.Jeremy Allison1-2/+7
2002-05-20Stop smbd looping when hide unreadable is true and .. is unreadable.Jeremy Allison1-65/+72
2002-04-13Tidy up winbindd debug. Added Bill Moran's hide unreadable fix.Jeremy Allison1-1/+9
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
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-04-30fixed our smbsearch code. We now store the mask with the dptr, thisAndrew Tridgell1-10/+11
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell1-1/+1
2000-03-29More Japanese filename fixes wrt VFS code fromTim Potter1-6/+7
2000-02-03Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter1-4/+8
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter1-8/+5
2000-01-25First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-12/+0
2000-01-05client/client.c: I18N fixes.Jeremy Allison1-58/+38
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-236/+407
1999-04-08Forgot about closedir() function for VFS. Hoo embarassing.Tim Potter1-2/+2
1999-04-04Use VFS operations for file I/O.Tim Potter1-3/+3
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-2/+2
1998-10-08really fixed the warning this time :)Andrew Tridgell1-1/+1
1998-10-08fixed a warningAndrew Tridgell1-1/+1