Fix VFS layer:
[tprouty/samba.git] / source / smbd / filename.c
2003-05-11 Alexander BokovoyFix VFS layer:
2003-05-10 Jeremy AllisonOptimisation. We don't need to do 2 strlen's when we...
2003-05-09 Jeremy AllisonFix nasty bug pointed out by samba-technical poster...
2003-03-17 Andrew BartlettMerge from HEAD:
2003-03-17 Andrew BartlettAdd const.
2003-02-07 Andrew Tridgellmerge from head
2003-02-07 Andrew Tridgellmake sure we don't run over the end of 'name' in unix_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-10-11 Jeremy AllisonTurns out with Win9x, we could occasionally return...
2002-10-11 Jeremy AllisonTurns out with Win9x, we could occasionally return...
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-17 Andrew Tridgelldisable stat cache when case sensitive
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-08-11 Andrew BartlettMake 'remote_machine' private to lib/substitute.c,...
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 AllisonVeto files fix.
2002-06-13 Jeremy AllisonMerge in mangle fixes from 2.2.
2002-05-14 Jeremy AllisonRemoved lp_strip_dot code - ensured that mangling code...
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-04-08 Andrew BartlettReintroduce the 2.2 name mangling code, until we get...
2002-01-30 Tim PotterRemoved version number from file header.
2001-12-18 Jeremy AllisonFixed the bug with descending into mangled directories.
2001-10-29 Simo Sorcechange some more functions to the new mangle interface.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-07-25 Andrew Tridgell- don't try to print pointers
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2000-12-12 Jeremy AllisonSorry Gerald, I think the original code was better...
2000-12-11 Gerald Cartersubtle bug where files which missed the stat_cache...
2000-12-08 Jeremy AllisonFixed *very* subtle statcache bug where invalid stat...
2000-10-19 Jeremy AllisonOk - this is a big patch - and it may break smbd a...
2000-10-06 Jeremy AllisonRestructuring of vfs layer to include a "this" pointer...
2000-09-27 Jeremy AllisonRestructuring of the code to remove dos_ChDir/dos_GetWd...
2000-05-10 Andrew Tridgellmore merging voodoo
2000-04-30 Andrew Tridgell- removed all our old wildcard matching code and replac...
2000-04-10 Andrew Tridgellthe bulk of the changes to get rid of fd_ptr and move...
2000-02-07 Tim PotterFix some more compile warnings.
2000-02-04 Tim PotterFix some compile warnings.
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-26 Jeremy AllisonAdded hash-based stat cache code from Ying Chen.
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-07-15 Luke Leightonmore dfs stuff. this looks like it's going to be more...
1999-04-05 Tim PotterUse VFS I/O for stat_cache_lookup()
1999-04-04 Tim PotterUse VFS operations for file I/O.
1998-11-21 Andrew Tridgellformatting change
1998-10-09 Richard SharpeAdded code to convert empty file names to "." so we...
1998-10-09 Richard SharpeAdd a DEBUG to unix_convert
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-26 Jeremy AllisonFixed the problem with reply_getatr() being passed...
1998-09-25 Andrew TridgellI've disabled the conversion of null filenames to ...
1998-09-19 Jeremy AllisonSmall bit of paranioa. Ensure that if the incoming...
1998-09-10 Jeremy AllisonImproved stat cache code by uppercasing any search...
1998-09-08 Jeremy AllisonAdded back groupname map stuff removed by Andrew's...
1998-09-06 Andrew Tridgelladd a "stat cache" boolean smb.conf option. (defaults...
1998-09-05 Andrew Tridgellfixed a stat cache bug (the one found by Matthew Geier).
1998-09-05 Andrew Tridgellsome cleanups to use ZERO_STRUCT() and friends
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-03 Andrew Tridgellfixed a bug in the name mangling code. It implicitly...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-08-28 Jeremy AllisonThis checking fixes the statcache bug that stopped...
1998-08-27 Jeremy AllisonFixed stat cache statistics calculation. Oops.
1998-08-27 Jeremy AllisonThis is the stat cache code - seems to work fine (needs...
1998-08-19 Jeremy AllisonMakefile.in: Moved blocking lock code into smbd/blockin...
1998-08-17 Andrew Tridgellmore splitting of server.c