summaryrefslogtreecommitdiffstats
path: root/source/smbd/dir.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* made "hide files" and "veto files" into per-service parameter sections,Samba Release Account1997-07-011-11/+11
* dir.c: Fixed double slash issue.Samba Release Account1997-05-201-1/+6
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* Added in veto files parameter create by Whistle.Samba Release Account1996-12-101-0/+3
* added debug infoAndrew Tridgell1996-08-241-1/+1
* fixed dircahe bugSamba Release Account1996-08-241-2/+2
* - added support for Amiga-unix (based on BSD I think)Andrew Tridgell1996-08-171-1/+8
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-101-1/+0
* - changed some debug levels in clientutil.cAndrew Tridgell1996-06-051-5/+15
* handle being passed a dptr of -1 to mean "close all open dir handles".Andrew Tridgell1996-05-051-0/+13
* Initial version imported to CVS Samba Release Account1996-05-041-0/+955