summaryrefslogtreecommitdiff
path: root/source3/smbd/dir.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-10-08- fixed a bunch of warnings and minor errorsAndrew Tridgell1-1/+1
1998-10-05fixed some cast warnings from "cc -64" on IRIXAndrew Tridgell1-3/+4
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-3/+0
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-1/+2
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-4/+4
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-65/+63
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-287/+14
1998-07-24Changed the definition of the linked list header used in the directoryChristopher R. Hertel1-1/+1
1998-07-17Code added to fix the renaming of a directory under NT SMB calls.Jeremy Allison1-2/+2
1998-05-22I've put the ubiqx headers back into includes.h, and removed them fromChristopher R. Hertel1-1/+0
1998-05-22Removed all ubiqx includes from includes.h. So far, this was only a problemChristopher R. Hertel1-0/+1
1998-05-12This is a security audit change of the main source.Jeremy Allison1-7/+7
1998-02-26Fix for NT redirector bug where deltree fails if the resume keyJeremy Allison1-7/+2
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-10-17Simply moved the #include for ubi_dLinkList.h from within dir.c toChristopher R. Hertel1-2/+0
1997-10-16Made changes to the dir cache functions:Christopher R. Hertel1-83/+121
1997-09-30dir.c: more pstrcpys.Jeremy Allison1-3/+3
1997-09-26Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1-1/+1
1997-08-20Fix suggested by "Christian Groessler" <chris@fast-ag.de>Samba Release Account1-1/+1
1997-07-24Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1-15/+17
1997-07-06added, tested and debugged new "hide files" option.Samba Release Account1-13/+15
1997-07-03Fix for deleting directories that contain only veto files.Samba Release Account1-4/+4
1997-07-01Rolled back Lukes changes. Not quite ready for prime time.Samba Release Account1-11/+11
1997-07-01made "hide files" and "veto files" into per-service parameter sections,Samba Release Account1-11/+11
1997-05-20dir.c: Fixed double slash issue.Samba Release Account1-1/+6