summaryrefslogtreecommitdiffstats
path: root/source/smbd/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Made "hide unreadable" work much more reliably (just for Volker :-).Jeremy Allison2001-12-171-1/+37
* Don't put a \n on the end of the arg to exit_server()Tim Potter2001-11-051-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-12/+10
* The big character set handling changeover!Andrew Tridgell2001-07-041-5/+2
* use asprintf for hideunreadable optionAndrew Tridgell2001-04-281-14/+8
* Rememver to use VFS at all times... even in new user_can_read_file code :-).Jeremy Allison2001-04-181-3/+3
* hide unreadable patch from idraAndrew Tridgell2001-04-161-0/+49
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* removed wrong patch to get_dir_entry(). This was left over from theGerald Carter2001-02-231-5/+0
* merge from SAMBA_2_2Gerald Carter2001-02-081-0/+5
* Turned down noisy debug statement.Tim Potter2001-01-301-1/+1
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-4/+4
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* fixed our smbsearch code. We now store the mask with the dptr, thisAndrew Tridgell2000-04-301-10/+11
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-1/+1
* More Japanese filename fixes wrt VFS code fromTim Potter2000-03-291-6/+7
* Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter2000-02-031-4/+8
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-031-8/+5
* First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-251-12/+0
* client/client.c: I18N fixes.Jeremy Allison2000-01-051-58/+38
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-236/+407
* Forgot about closedir() function for VFS. Hoo embarassing.Tim Potter1999-04-081-2/+2
* Use VFS operations for file I/O.Tim Potter1999-04-041-3/+3
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-2/+2
* really fixed the warning this time :)Andrew Tridgell1998-10-081-1/+1
* fixed a warningAndrew Tridgell1998-10-081-1/+1
* - fixed a bunch of warnings and minor errorsAndrew Tridgell1998-10-081-1/+1
* fixed some cast warnings from "cc -64" on IRIXAndrew Tridgell1998-10-051-3/+4
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-3/+0
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-1/+2
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-4/+4
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-65/+63
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-287/+14
* Changed the definition of the linked list header used in the directoryChristopher R. Hertel1998-07-241-1/+1
* Code added to fix the renaming of a directory under NT SMB calls.Jeremy Allison1998-07-171-2/+2
* I've put the ubiqx headers back into includes.h, and removed them fromChristopher R. Hertel1998-05-221-1/+0
* Removed all ubiqx includes from includes.h. So far, this was only a problemChristopher R. Hertel1998-05-221-0/+1
* This is a security audit change of the main source.Jeremy Allison1998-05-121-7/+7
* Fix for NT redirector bug where deltree fails if the resume keyJeremy Allison1998-02-261-7/+2
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* Simply moved the #include for ubi_dLinkList.h from within dir.c toChristopher R. Hertel1997-10-171-2/+0
* Made changes to the dir cache functions:Christopher R. Hertel1997-10-161-83/+121
* dir.c: more pstrcpys.Jeremy Allison1997-09-301-3/+3
* Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1997-09-261-1/+1
* Fix suggested by "Christian Groessler" <chris@fast-ag.de>Samba Release Account1997-08-201-1/+1
* Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1997-07-241-15/+17
* added, tested and debugged new "hide files" option.Samba Release Account1997-07-061-13/+15
* Fix for deleting directories that contain only veto files.Samba Release Account1997-07-031-4/+4
* Rolled back Lukes changes. Not quite ready for prime time.Samba Release Account1997-07-011-11/+11