Merge from HEAD - make Samba compile with -Wwrite-strings without additional
[tprouty/samba.git] / source / smbd / dir.c
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-10 Jeremy AllisonAdded final Steve French patch for "required" attribute...
2002-08-28 Simo Sorcefix file_is_special test, was wrong.
2002-08-26 Jeremy AllisonReverted and tidied up the "special" files patch. Adds...
2002-08-24 Simo Sorcedo not expose special files, only files, directories...
2002-08-17 Jelmer VernooijSync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-29 Simo Sorceas suggested by Alexander Oswald <oswald@is.haw-hamburg.de>
2002-07-27 Simo Sorcenice day today
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-06-13 Jeremy AllisonMerge in mangle fixes from 2.2.
2002-05-20 Jeremy AllisonStop smbd looping when hide unreadable is true and...
2002-04-13 Jeremy AllisonTidy up winbindd debug. Added Bill Moran's hide unreada...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-04-11 Andrew TridgellThis split the mangling code up to allow for the possib...
2002-03-23 Jeremy AllisonFix the mp3 rename bug - also tidy up our open code...
2002-03-21 Herb Lewisreturn . and .. first in readdir - this fixes masktest...
2002-03-20 Jeremy AllisonRemove the "stat open" code - make it inline. This...
2002-01-30 Tim PotterRemoved version number from file header.
2001-12-17 Jeremy AllisonMade "hide unreadable" work much more reliably (just...
2001-11-05 Tim PotterDon't put a \n on the end of the arg to exit_server()
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-04-28 Andrew Tridgelluse asprintf for hideunreadable option
2001-04-18 Jeremy AllisonRememver to use VFS at all times... even in new user_ca...
2001-04-16 Andrew Tridgellhide unreadable patch from idra
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-02-23 Gerald Carterremoved wrong patch to get_dir_entry(). This was left...
2001-02-08 Gerald Cartermerge from SAMBA_2_2
2001-01-30 Tim PotterTurned down noisy debug statement.
2000-10-06 Jeremy AllisonRestructuring of vfs layer to include a "this" pointer...
2000-05-10 Andrew Tridgellmore merging voodoo
2000-04-30 Andrew Tridgellfixed our smbsearch code. We now store the mask with...
2000-04-30 Andrew Tridgell- removed all our old wildcard matching code and replac...
2000-03-29 Tim PotterMore Japanese filename fixes wrt VFS code from
2000-02-03 Tim PotterPut back lots of missing calls to dos_to_unix(). Thanks to
2000-02-03 Tim PotterMega-VFS merge. Yeah baby!
2000-01-25 Jeremy AllisonFirst set of speed improvements from Ying Chen <ying...
2000-01-05 Jeremy Allisonclient/client.c: I18N fixes.
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-04-08 Tim PotterForgot about closedir() function for VFS. Hoo embarassing.
1999-04-04 Tim PotterUse VFS operations for file I/O.
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-10-08 Andrew Tridgellreally fixed the warning this time :)
1998-10-08 Andrew Tridgellfixed a warning
1998-10-08 Andrew Tridgell- fixed a bunch of warnings and minor errors
1998-10-05 Andrew Tridgellfixed some cast warnings from "cc -64" on IRIX
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-03 Jeremy AllisonOk - this is the 64 bit widening check in. It changes...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch
1998-07-24 Christopher R. HertelChanged the definition of the linked list header used...
1998-07-17 Jeremy AllisonCode added to fix the renaming of a directory under...
1998-05-22 Christopher R. HertelI've put the ubiqx headers back into includes.h, and...
1998-05-22 Christopher R. HertelRemoved all ubiqx includes from includes.h. So far...
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-02-26 Jeremy AllisonFix for NT redirector bug where deltree fails if the...
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
1997-10-17 Christopher R. HertelSimply moved the #include for ubi_dLinkList.h from...
1997-10-16 Christopher R. HertelMade changes to the dir cache functions:
1997-09-30 Jeremy Allisondir.c: more pstrcpys.
1997-09-26 Jeremy AllisonAdding Andrews buffer overflow fixes into the main...
1997-08-20 Samba Release AccountFix suggested by "Christian Groessler" <chris@fast...
1997-07-24 Samba Release AccountMakefile: Added UNIXWARE 2.x with shadow passwords...
1997-07-06 Samba Release Accountadded, tested and debugged new "hide files" option.
1997-07-03 Samba Release AccountFix for deleting directories that contain only veto...
1997-07-01 Samba Release AccountRolled back Lukes changes. Not quite ready for prime...
1997-07-01 Samba Release Accountmade "hide files" and "veto files" into per-service...
1997-05-20 Samba Release Accountdir.c: Fixed double slash issue.
1997-05-08 Samba Release Account'The mother of all checkins' :-). Jeremy Allison (jalli...
1996-12-10 Samba Release AccountAdded in veto files parameter create by Whistle.
1996-08-24 Andrew Tridgelladded debug info
1996-08-24 Samba Release Accountfixed dircahe bug
1996-08-17 Andrew Tridgell- added support for Amiga-unix (based on BSD I think)
1996-06-10 Andrew Tridgellgot rid of a lot of redundent header files as we now...
1996-06-05 Andrew Tridgell- changed some debug levels in clientutil.c
1996-05-05 Andrew Tridgellhandle being passed a dptr of -1 to mean "close all...
1996-05-04 Samba Release AccountInitial version imported to CVS
1996-05-04 Samba Release AccountThis commit was generated by cvs2svn to compensate...