- removed all our old wildcard matching code and replaced it with a
[nivanova/samba-autobuild/.git] / source3 / smbd / filename.c
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