Use VFS operations for file I/O.
[ira/wip.git] / source / smbd / filename.c
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