summaryrefslogtreecommitdiff
path: root/source3/smbd/mangle.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-04init only in test code.Simo Sorce1-48/+55
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-29undef the code for nowSimo Sorce1-2/+2
2001-09-29further devel and test kit.Simo Sorce1-67/+264
2001-09-27get out unicode_from_buffer and buffer_from_unicode, unneeded.Simo Sorce1-112/+139
2001-09-27minor fixesSimo Sorce1-10/+5
2001-09-25- the inactive core of the new mangling code that use tdbSimo Sorce1-0/+357
2001-09-17move to SAFE_FREE()Simo Sorce1-4/+4
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-12/+12
2001-07-04The big character set handling changeover!Andrew Tridgell1-65/+5
2001-07-02Very minor cleanup. I was looking for another problem and found some bitsChristopher R. Hertel1-2/+2
2000-06-13Removed a patch that Andrew had added because 'insure' was incorrectlyChristopher R. Hertel1-9/+0
2000-04-23avoided a memory leak in the ubi code by deleting a mangled cacheAndrew Tridgell1-1/+11
2000-01-26Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-4/+4
2000-01-08smbd/mangle.cJeremy Allison1-1/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-30/+71
1998-11-02removed comment line at end of fileLuke Leighton1-1/+0
1998-09-08Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison1-3/+4
1998-09-03fixed a bug in the name mangling code. It implicitly assumed thatAndrew Tridgell1-39/+39
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-25/+0
1998-07-25Noticed that I was using the strlen() of a string that I had strdup()'dChristopher R. Hertel1-1/+1
1998-05-22I've put the ubiqx headers back into includes.h, and removed them fromChristopher R. Hertel1-1/+0
1998-05-12This is a security audit change of the main source.Jeremy Allison1-8/+8
1998-05-06Andrew redefines the free() function to do some memory management testing.Christopher R. Hertel1-1/+19
1998-04-13Fixed aggregate initializer problem for gcc.Jeremy Allison1-1/+1
1998-04-13Changes include:Christopher R. Hertel1-409/+694
1998-03-04Removed broken change I made to mangle.c (ooops. Andrew's originalJeremy Allison1-1/+1
1998-03-03Change the multibyte character set support so thatJeremy Allison1-88/+48
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-11-07Modified Files:Christopher R. Hertel1-241/+316
1997-10-12remove { and } from the list of illegal characters in filenames. TheAndrew Tridgell1-1/+1
1997-09-26Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1-4/+4
1997-09-11charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison1-96/+109
1997-08-28mangle.c: Fixed bug that caused string to run off the end of the mangled map.Jeremy Allison1-1/+1
1997-05-08'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1-1/+1
1997-02-11Replaced YOST code with more functionally equivalent code thatSamba Release Account1-8/+3
1997-02-10JHT ===> William Yost patches integrated to fix leading path on 8.3Samba Release Account1-0/+5
1996-10-05- replace the base36 function with one that works on more systemsAndrew Tridgell1-6/+3
1996-08-13- sequent-ptx support from bressler@iftccu.ca.boeing.com (RickAndrew Tridgell1-0/+54
1996-06-10got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1-1/+0
1996-05-04move the dot_pos calculation down a bitAndrew Tridgell1-2/+2
1996-05-04Initial version imported to CVS Samba Release Account1-0/+610