summaryrefslogtreecommitdiffstats
path: root/source3/smbd/filename.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from HEAD:Andrew Bartlett2003-03-171-3/+3
* merge from headAndrew Tridgell2003-02-071-7/+15
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-3/+3
* Turns out with Win9x, we could occasionally return from unix_convert() givenJeremy Allison2002-10-111-0/+12
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-1/+1
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-1/+0
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-391/+369
* This split the mangling code up to allow for the possibility of multipleAndrew Tridgell2002-04-111-31/+15
* Reintroduce the 2.2 name mangling code, until we get are more flexible solution.Andrew Bartlett2002-04-081-1/+14
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Fixed the bug with descending into mangled directories.Jeremy Allison2001-12-181-5/+8
* change some more functions to the new mangle interface.Simo Sorce2001-10-291-9/+11
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* - don't try to print pointersAndrew Tridgell2001-07-251-11/+0
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-3/+3
* The big character set handling changeover!Andrew Tridgell2001-07-041-1/+1
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-5/+0
* Sorry Gerald, I think the original code was better (plus safer as I'm sureJeremy Allison2000-12-121-7/+10
* subtle bug where files which missed the stat_cache but were addedGerald Carter2000-12-111-10/+7
* Fixed *very* subtle statcache bug where invalid stat state could beJeremy Allison2000-12-081-1/+2
* Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison2000-10-191-40/+43
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-3/+3
* Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2000-09-271-1/+1
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-257/+2
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-101-0/+6
* Fix some more compile warnings.Tim Potter2000-02-071-1/+2
* Fix some compile warnings.Tim Potter2000-02-041-1/+1
* Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter2000-02-031-2/+2
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-031-6/+8
* Added hash-based stat cache code from Ying Chen.Jeremy Allison2000-01-261-81/+92
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-49/+19
* more dfs stuff. this looks like it's going to be more appropriate to useLuke Leighton1999-07-151-3/+33
* Use VFS I/O for stat_cache_lookup()Tim Potter1999-04-051-3/+5
* Use VFS operations for file I/O.Tim Potter1999-04-041-3/+4
* formatting changeAndrew Tridgell1998-11-211-1/+1
* Added code to convert empty file names to "." so we avoidRichard Sharpe1998-10-091-0/+12
* Add a DEBUG to unix_convertRichard Sharpe1998-10-091-0/+2
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-13/+11
* Fixed the problem with reply_getatr() being passed a "" name in reply_getatr,Jeremy Allison1998-09-261-3/+0
* I've disabled the conversion of null filenames to "." until we solveAndrew Tridgell1998-09-251-0/+3
* Small bit of paranioa. Ensure that if the incoming name toJeremy Allison1998-09-191-2/+14
* Improved stat cache code by uppercasing any search name that gets added toJeremy Allison1998-09-101-17/+15
* Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison1998-09-081-0/+14
* add a "stat cache" boolean smb.conf option. (defaults to on)Andrew Tridgell1998-09-061-2/+10
* fixed a stat cache bug (the one found by Matthew Geier).Andrew Tridgell1998-09-051-1/+5
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-051-2/+3
* tridge the destroyer returns!Andrew Tridgell1998-09-051-5/+5
* fixed a bug in the name mangling code. It implicitly assumed thatAndrew Tridgell1998-09-031-1/+1
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-9/+9