Age | Commit message (Expand) | Author | Files | Lines |
2000-05-10 | more merging voodoo | Andrew Tridgell | 1 | -0/+4 |
2000-04-30 | - removed all our old wildcard matching code and replaced it with a | Andrew Tridgell | 1 | -257/+2 |
2000-04-10 | the bulk of the changes to get rid of fd_ptr and move print open | Andrew Tridgell | 1 | -0/+6 |
2000-02-07 | Fix some more compile warnings. | Tim Potter | 1 | -1/+2 |
2000-02-04 | Fix some compile warnings. | Tim Potter | 1 | -1/+1 |
2000-02-03 | Put back lots of missing calls to dos_to_unix(). Thanks to | Tim Potter | 1 | -2/+2 |
2000-02-03 | Mega-VFS merge. Yeah baby! | Tim Potter | 1 | -6/+8 |
2000-01-26 | Added hash-based stat cache code from Ying Chen. | Jeremy Allison | 1 | -81/+92 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -49/+19 |
1999-07-15 | more dfs stuff. this looks like it's going to be more appropriate to use | Luke Leighton | 1 | -3/+33 |
1999-04-05 | Use VFS I/O for stat_cache_lookup() | Tim Potter | 1 | -3/+5 |
1999-04-04 | Use VFS operations for file I/O. | Tim Potter | 1 | -3/+4 |
1998-11-21 | formatting change | Andrew Tridgell | 1 | -1/+1 |
1998-10-09 | Added code to convert empty file names to "." so we avoid | Richard Sharpe | 1 | -0/+12 |
1998-10-09 | Add a DEBUG to unix_convert | Richard Sharpe | 1 | -0/+2 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 1 | -13/+11 |
1998-09-26 | Fixed the problem with reply_getatr() being passed a "" name in reply_getatr, | Jeremy Allison | 1 | -3/+0 |
1998-09-25 | I've disabled the conversion of null filenames to "." until we solve | Andrew Tridgell | 1 | -0/+3 |
1998-09-19 | Small bit of paranioa. Ensure that if the incoming name to | Jeremy Allison | 1 | -2/+14 |
1998-09-10 | Improved stat cache code by uppercasing any search name that gets added to | Jeremy Allison | 1 | -17/+15 |
1998-09-08 | Added back groupname map stuff removed by Andrew's "slash 'n' burn" | Jeremy Allison | 1 | -0/+14 |
1998-09-06 | add a "stat cache" boolean smb.conf option. (defaults to on) | Andrew Tridgell | 1 | -2/+10 |
1998-09-05 | fixed a stat cache bug (the one found by Matthew Geier). | Andrew Tridgell | 1 | -1/+5 |
1998-09-05 | some cleanups to use ZERO_STRUCT() and friends | Andrew Tridgell | 1 | -2/+3 |
1998-09-05 | tridge the destroyer returns! | Andrew Tridgell | 1 | -5/+5 |
1998-09-03 | fixed a bug in the name mangling code. It implicitly assumed that | Andrew Tridgell | 1 | -1/+1 |
1998-09-01 | More abstraction of file system data types, to move to a 64 | Jeremy Allison | 1 | -9/+9 |
1998-08-28 | This checking fixes the statcache bug that stopped NetBench from running | Jeremy Allison | 1 | -6/+14 |
1998-08-27 | Fixed stat cache statistics calculation. Oops. | Jeremy Allison | 1 | -1/+1 |
1998-08-27 | This is the stat cache code - seems to work fine (needs heavy | Jeremy Allison | 1 | -17/+273 |
1998-08-19 | Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes. | Jeremy Allison | 1 | -102/+152 |
1998-08-17 | more splitting of server.c | Andrew Tridgell | 1 | -0/+380 |