summaryrefslogtreecommitdiff
path: root/source3/smbd/filename.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-4/+4
2003-05-11Fix VFS layer:Alexander Bokovoy1-4/+4
2003-05-10Optimisation. We don't need to do 2 strlen's when we're setting the statJeremy Allison1-9/+0
2003-05-09Fix nasty bug pointed out by samba-technical poster. If name is mangledJeremy Allison1-1/+12
2003-03-17Merge from HEAD:Andrew Bartlett1-3/+3
2003-02-07merge from headAndrew Tridgell1-7/+15
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-3/+3
2002-10-11Turns out with Win9x, we could occasionally return from unix_convert() givenJeremy Allison1-0/+12
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-1/+1
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-1/+0
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-391/+369
2002-04-11This split the mangling code up to allow for the possibility of multipleAndrew Tridgell1-31/+15
2002-04-08Reintroduce the 2.2 name mangling code, until we get are more flexible solution.Andrew Bartlett1-1/+14
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-18Fixed the bug with descending into mangled directories.Jeremy Allison1-5/+8
2001-10-29change some more functions to the new mangle interface.Simo Sorce1-9/+11
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-07-25- don't try to print pointersAndrew Tridgell1-11/+0
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-3/+3
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+1
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