summaryrefslogtreecommitdiff
path: root/source3/smbd/filename.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-5/+0
2000-12-12Sorry Gerald, I think the original code was better (plus safer as I'm sureJeremy Allison1-7/+10
2000-12-11subtle bug where files which missed the stat_cache but were addedGerald Carter1-10/+7
2000-12-08Fixed *very* subtle statcache bug where invalid stat state could beJeremy Allison1-1/+2
2000-10-19Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison1-40/+43
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-3/+3
2000-09-27Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison1-1/+1
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell1-257/+2
2000-04-10the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell1-0/+6
2000-02-07Fix some more compile warnings.Tim Potter1-1/+2
2000-02-04Fix some compile warnings.Tim Potter1-1/+1
2000-02-03Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter1-2/+2
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter1-6/+8
2000-01-26Added hash-based stat cache code from Ying Chen.Jeremy Allison1-81/+92
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-49/+19
1999-07-15more dfs stuff. this looks like it's going to be more appropriate to useLuke Leighton1-3/+33
1999-04-05Use VFS I/O for stat_cache_lookup()Tim Potter1-3/+5
1999-04-04Use VFS operations for file I/O.Tim Potter1-3/+4
1998-11-21formatting changeAndrew Tridgell1-1/+1
1998-10-09Added code to convert empty file names to "." so we avoidRichard Sharpe1-0/+12
1998-10-09Add a DEBUG to unix_convertRichard Sharpe1-0/+2
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-13/+11
1998-09-26Fixed the problem with reply_getatr() being passed a "" name in reply_getatr,Jeremy Allison1-3/+0
1998-09-25I've disabled the conversion of null filenames to "." until we solveAndrew Tridgell1-0/+3
1998-09-19Small bit of paranioa. Ensure that if the incoming name toJeremy Allison1-2/+14
1998-09-10Improved stat cache code by uppercasing any search name that gets added toJeremy Allison1-17/+15
1998-09-08Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison1-0/+14
1998-09-06add a "stat cache" boolean smb.conf option. (defaults to on)Andrew Tridgell1-2/+10
1998-09-05fixed a stat cache bug (the one found by Matthew Geier).Andrew Tridgell1-1/+5
1998-09-05some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1-2/+3
1998-09-05tridge the destroyer returns!Andrew Tridgell1-5/+5
1998-09-03fixed a bug in the name mangling code. It implicitly assumed thatAndrew Tridgell1-1/+1
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-9/+9
1998-08-28This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1-6/+14
1998-08-27Fixed stat cache statistics calculation. Oops.Jeremy Allison1-1/+1
1998-08-27This is the stat cache code - seems to work fine (needs heavyJeremy Allison1-17/+273
1998-08-19Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison1-102/+152
1998-08-17more splitting of server.cAndrew Tridgell1-0/+380