Age | Commit message (Expand) | Author | Files | Lines |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 1 | -2/+2 |
2003-05-14 | Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF... | Alexander Bokovoy | 1 | -4/+4 |
2003-05-11 | Fix VFS layer: | Alexander Bokovoy | 1 | -4/+4 |
2003-05-10 | Optimisation. We don't need to do 2 strlen's when we're setting the stat | Jeremy Allison | 1 | -9/+0 |
2003-05-09 | Fix nasty bug pointed out by samba-technical poster. If name is mangled | Jeremy Allison | 1 | -1/+12 |
2003-03-17 | Merge from HEAD: | Andrew Bartlett | 1 | -3/+3 |
2003-02-07 | merge from head | Andrew Tridgell | 1 | -7/+15 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -3/+3 |
2002-10-11 | Turns out with Win9x, we could occasionally return from unix_convert() given | Jeremy Allison | 1 | -0/+12 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -1/+1 |
2002-08-17 | Sync 3.0 branch with head | Jelmer Vernooij | 1 | -1/+0 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -391/+369 |
2002-04-11 | This split the mangling code up to allow for the possibility of multiple | Andrew Tridgell | 1 | -31/+15 |
2002-04-08 | Reintroduce the 2.2 name mangling code, until we get are more flexible solution. | Andrew Bartlett | 1 | -1/+14 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-12-18 | Fixed the bug with descending into mangled directories. | Jeremy Allison | 1 | -5/+8 |
2001-10-29 | change some more functions to the new mangle interface. | Simo Sorce | 1 | -9/+11 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -1/+0 |
2001-07-25 | - don't try to print pointers | Andrew Tridgell | 1 | -11/+0 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -3/+3 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -1/+1 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -5/+0 |
2000-12-12 | Sorry Gerald, I think the original code was better (plus safer as I'm sure | Jeremy Allison | 1 | -7/+10 |
2000-12-11 | subtle bug where files which missed the stat_cache but were added | Gerald Carter | 1 | -10/+7 |
2000-12-08 | Fixed *very* subtle statcache bug where invalid stat state could be | Jeremy Allison | 1 | -1/+2 |
2000-10-19 | Ok - this is a big patch - and it may break smbd a bit (although | Jeremy Allison | 1 | -40/+43 |
2000-10-06 | Restructuring of vfs layer to include a "this" pointer - can be an fsp or | Jeremy Allison | 1 | -3/+3 |
2000-09-27 | Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them | Jeremy Allison | 1 | -1/+1 |
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 |