summaryrefslogtreecommitdiffstats
path: root/source3/smbd/filename.c
Commit message (Expand)AuthorAgeFilesLines
* r11945: Make us follow the newly documented pathname processing rules:Jeremy Allison2007-10-101-0/+13
* r11861: Fix inspired by Thomas Neumann <t.neumann@iku-ag.de> to ensure thatJeremy Allison2007-10-101-10/+8
* r11346: Fix for bug found by Dina Fine. If in case sensitive mode thenJeremy Allison2007-10-101-1/+10
* r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison2007-10-101-1/+1
* r7210: Fix my own mistakes up, sorry.Jeremy Allison2007-10-101-1/+1
* r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).Jeremy Allison2007-10-101-3/+3
* r6631: More typo's. Sorry.Jeremy Allison2007-10-101-2/+2
* r6625: Remove another global variable left over from a long time ago (magic c...Jeremy Allison2007-10-101-5/+5
* r5792: Added new parameter "inherit owner". If set on a share, the created fi...Jeremy Allison2007-10-101-1/+1
* r5183: Ensure we correctly set the per-connection "case_sensitive" setting.Jeremy Allison2007-10-101-4/+0
* r5160: First cut at refactoring of directory code to handle non-wildcardJeremy Allison2007-10-101-1/+1
* r5152: Restructure the directory handling code, stop using void * pointersJeremy Allison2007-10-101-1/+1
* r5063: Shamelessly steal the Samba4 logic (and some code :-) for directoryJeremy Allison2007-10-101-1/+3
* r2152: Fix for bug #1674, move the symlinks checks into reduce_name().Jeremy Allison2007-10-101-17/+1
* r2076: Removed old dir caching code - not being used now we have theJeremy Allison2007-10-101-15/+3
* r1570: merging changes from 3.0.5Gerald Carter2007-10-101-2/+2
* r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison2007-10-101-3/+22
* r933: When using widelinks = no, use realpath to canonicalize theJeremy Allison2007-10-101-1/+1
* r716: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after u...Jeremy Allison2007-10-101-0/+4
* r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...Jeremy Allison2007-10-101-1/+1
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-101-16/+15
* Several mb tidyups - getting ready to address the XXX_sub function.Jeremy Allison2004-03-051-5/+9
* all_string_sub() is broken as it doesn't handle mb chars correctly (andJeremy Allison2004-03-051-2/+4
* Use a common function to parse all pathnames from the wire. This allowsJeremy Allison2004-03-031-19/+8
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-2/+2
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-4/+4
* Fix VFS layer:Alexander Bokovoy2003-05-111-4/+4
* Optimisation. We don't need to do 2 strlen's when we're setting the statJeremy Allison2003-05-101-9/+0
* Fix nasty bug pointed out by samba-technical poster. If name is mangledJeremy Allison2003-05-091-1/+12
* 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