summaryrefslogtreecommitdiff
path: root/source3/smbd/mangle.c
Commit message (Expand)AuthorAgeFilesLines
* s3/smbd: convert "mangled names" option to an enumRalph Boehme2017-01-091-2/+2
* param: rename lp function and variable from 'defaultcase' to 'default_case'Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'manglednames' to 'mangled_names'Garming Sam2014-02-071-2/+2
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-build: include mangle.h only where needed.Günther Deschner2010-08-261-0/+1
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-2/+1
* s3:smbd: make mangle_fns constStefan Metzmacher2009-01-081-2/+2
* Fix bug 5860: safe_strcpy gives a nasty error message for overlong stringsVolker Lendecke2008-11-021-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-7/+7
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-101-0/+2
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-101-32/+33
* r23866: Fix a 1-byte buffer overrunVolker Lendecke2007-10-101-1/+1
* r23844: Add patch series from Volker (after review and consultation).Jeremy Allison2007-10-101-0/+15
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-12/+16
* r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...Jeremy Allison2007-10-101-1/+9
* r6625: Remove another global variable left over from a long time ago (magic c...Jeremy Allison2007-10-101-10/+9
* r1570: merging changes from 3.0.5Gerald Carter2007-10-101-2/+2
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-101-1/+1
* Merge from HEAD:Andrew Bartlett2003-03-171-1/+1
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-7/+14
* don't try to return a voidAndrew Tridgell2002-04-111-1/+1
* this adds a completely new hash based mangling schemeAndrew Tridgell2002-04-111-0/+1
* This split the mangling code up to allow for the possibility of multipleAndrew Tridgell2002-04-111-915/+68
* a fix yet committed to 2.2 sometimes ago and reintroduced here!Simo Sorce2002-04-081-1/+1
* Reintroduce the 2.2 name mangling code, until we get are more flexible solution.Andrew Bartlett2002-04-081-820/+785
* Actually include some *information* in the mangle debug messages.Andrew Bartlett2002-03-141-14/+39
* in dos_unmangle() the only function call was to *mangle()*. Adding theAndrew Bartlett2002-02-191-1/+1
* better debug messages!Simo Sorce2002-02-041-8/+8
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Fix a 'const' warning.Andrew Bartlett2002-01-251-1/+1
* micro fix :-)Simo Sorce2002-01-251-0/+1
* minor fixesSimo Sorce2002-01-251-3/+5
* handle filenames like .bashrc better in the new mangling codeAndrew Tridgell2002-01-241-8/+12
* removed unused functionAndrew Tridgell2001-11-241-18/+0
* some bugfix and new functions,Simo Sorce2001-11-121-31/+10
* fixed, moved and added some functionsSimo Sorce2001-11-101-1/+1
* Fixed compiler warnings.Tim Potter2001-11-051-3/+2
* a big one:Simo Sorce2001-11-041-1084/+249
* - fix string len for an ucs2_to_dos function as any ucs2 char may be up to 4 ...Simo Sorce2001-10-291-4/+81
* fix a logic bug on max size of a returned string,Simo Sorce2001-10-281-3/+9
* Fixed compile warning.Tim Potter2001-10-261-1/+1
* get rid of compiler warnings (casts and delete unused variables)Herb Lewis2001-10-231-1/+0
* ops, some testing code in compat function let only mangled name come back.Simo Sorce2001-10-221-12/+12
* lets try the new mangling codeSimo Sorce2001-10-221-7/+39
* introduce mangle backward compatibility functionsSimo Sorce2001-10-131-2/+147
* remove unused function in mangle.cSimo Sorce2001-10-111-12/+0