summaryrefslogtreecommitdiff
path: root/source3/smbd/mangle.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-1/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2010-08-26s3-build: include mangle.h only where needed.Günther Deschner1-0/+1
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-2/+1
2009-01-08s3:smbd: make mangle_fns constStefan Metzmacher1-2/+2
2008-11-02Fix bug 5860: safe_strcpy gives a nasty error message for overlong stringsVolker Lendecke1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-7/+7
2007-10-10r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison1-0/+2
2007-10-10r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison1-32/+33
2007-10-10r23866: Fix a 1-byte buffer overrunVolker Lendecke1-1/+1
2007-10-10r23844: Add patch series from Volker (after review and consultation).Jeremy Allison1-0/+15
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-12/+16
2007-10-10r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...Jeremy Allison1-1/+9
2007-10-10r6625: Remove another global variable left over from a long time ago (magic c...Jeremy Allison1-10/+9
2007-10-10r1570: merging changes from 3.0.5Gerald Carter1-2/+2
2007-10-10r570: Remove lots of globals to handle case issues - move themJeremy Allison1-1/+1
2003-03-17Merge from HEAD:Andrew Bartlett1-1/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-7/+14
2002-04-11don't try to return a voidAndrew Tridgell1-1/+1
2002-04-11this adds a completely new hash based mangling schemeAndrew Tridgell1-0/+1
2002-04-11This split the mangling code up to allow for the possibility of multipleAndrew Tridgell1-915/+68
2002-04-08a fix yet committed to 2.2 sometimes ago and reintroduced here!Simo Sorce1-1/+1
2002-04-08Reintroduce the 2.2 name mangling code, until we get are more flexible solution.Andrew Bartlett1-820/+785
2002-03-14Actually include some *information* in the mangle debug messages.Andrew Bartlett1-14/+39
2002-02-19in dos_unmangle() the only function call was to *mangle()*. Adding theAndrew Bartlett1-1/+1
2002-02-04better debug messages!Simo Sorce1-8/+8
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-25Fix a 'const' warning.Andrew Bartlett1-1/+1
2002-01-25micro fix :-)Simo Sorce1-0/+1
2002-01-25minor fixesSimo Sorce1-3/+5
2002-01-24handle filenames like .bashrc better in the new mangling codeAndrew Tridgell1-8/+12
2001-11-24removed unused functionAndrew Tridgell1-18/+0
2001-11-12some bugfix and new functions,Simo Sorce1-31/+10
2001-11-10fixed, moved and added some functionsSimo Sorce1-1/+1
2001-11-05Fixed compiler warnings.Tim Potter1-3/+2
2001-11-04a big one:Simo Sorce1-1084/+249
2001-10-29- fix string len for an ucs2_to_dos function as any ucs2 char may be up to 4 ...Simo Sorce1-4/+81
2001-10-28fix a logic bug on max size of a returned string,Simo Sorce1-3/+9
2001-10-26Fixed compile warning.Tim Potter1-1/+1
2001-10-23get rid of compiler warnings (casts and delete unused variables)Herb Lewis1-1/+0
2001-10-22ops, some testing code in compat function let only mangled name come back.Simo Sorce1-12/+12
2001-10-22lets try the new mangling codeSimo Sorce1-7/+39
2001-10-13introduce mangle backward compatibility functionsSimo Sorce1-2/+147
2001-10-11remove unused function in mangle.cSimo Sorce1-12/+0
2001-10-10Fixed some compile warnings.Tim Potter1-4/+2
2001-10-08tim suggested to add a copyright note :)Simo Sorce1-1/+21
2001-10-07more fixing and testing.Simo Sorce1-54/+83