summaryrefslogtreecommitdiff
path: root/source3/smbd/filename.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison1-1/+1
2007-10-10r7210: Fix my own mistakes up, sorry.Jeremy Allison1-1/+1
2007-10-10r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).Jeremy Allison1-3/+3
2007-10-10r6631: More typo's. Sorry.Jeremy Allison1-2/+2
2007-10-10r6625: Remove another global variable left over from a long time ago (magic c...Jeremy Allison1-5/+5
2007-10-10r5792: Added new parameter "inherit owner". If set on a share, the created fi...Jeremy Allison1-1/+1
2007-10-10r5183: Ensure we correctly set the per-connection "case_sensitive" setting.Jeremy Allison1-4/+0
2007-10-10r5160: First cut at refactoring of directory code to handle non-wildcardJeremy Allison1-1/+1
2007-10-10r5152: Restructure the directory handling code, stop using void * pointersJeremy Allison1-1/+1
2007-10-10r5063: Shamelessly steal the Samba4 logic (and some code :-) for directoryJeremy Allison1-1/+3
2007-10-10r2152: Fix for bug #1674, move the symlinks checks into reduce_name().Jeremy Allison1-17/+1
2007-10-10r2076: Removed old dir caching code - not being used now we have theJeremy Allison1-15/+3
2007-10-10r1570: merging changes from 3.0.5Gerald Carter1-2/+2
2007-10-10r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison1-3/+22
2007-10-10r933: When using widelinks = no, use realpath to canonicalize theJeremy Allison1-1/+1
2007-10-10r716: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after u...Jeremy Allison1-0/+4
2007-10-10r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...Jeremy Allison1-1/+1
2007-10-10r570: Remove lots of globals to handle case issues - move themJeremy Allison1-16/+15
2004-03-05Several mb tidyups - getting ready to address the XXX_sub function.Jeremy Allison1-5/+9
2004-03-05all_string_sub() is broken as it doesn't handle mb chars correctly (andJeremy Allison1-2/+4
2004-03-03Use a common function to parse all pathnames from the wire. This allowsJeremy Allison1-19/+8
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-2/+2
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