summaryrefslogtreecommitdiffstats
path: root/source/smbd/mangle.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed some compile warnings.Tim Potter2001-10-101-4/+2
* tim suggested to add a copyright note :)Simo Sorce2001-10-081-1/+21
* more fixing and testing.Simo Sorce2001-10-071-54/+83
* init only in test code.Simo Sorce2001-10-041-48/+55
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* undef the code for nowSimo Sorce2001-09-291-2/+2
* further devel and test kit.Simo Sorce2001-09-291-67/+264
* get out unicode_from_buffer and buffer_from_unicode, unneeded.Simo Sorce2001-09-271-112/+139
* minor fixesSimo Sorce2001-09-271-10/+5
* - the inactive core of the new mangling code that use tdbSimo Sorce2001-09-251-0/+357
* move to SAFE_FREE()Simo Sorce2001-09-171-4/+4
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-12/+12
* The big character set handling changeover!Andrew Tridgell2001-07-041-65/+5
* Very minor cleanup. I was looking for another problem and found some bitsChristopher R. Hertel2001-07-021-2/+2
* Removed a patch that Andrew had added because 'insure' was incorrectlyChristopher R. Hertel2000-06-131-9/+0
* avoided a memory leak in the ubi code by deleting a mangled cacheAndrew Tridgell2000-04-231-1/+11
* Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-261-4/+4
* smbd/mangle.cJeremy Allison2000-01-081-1/+1
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-30/+71
* removed comment line at end of fileLuke Leighton1998-11-021-1/+0
* Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison1998-09-081-3/+4
* fixed a bug in the name mangling code. It implicitly assumed thatAndrew Tridgell1998-09-031-39/+39
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-25/+0
* Noticed that I was using the strlen() of a string that I had strdup()'dChristopher R. Hertel1998-07-251-1/+1
* I've put the ubiqx headers back into includes.h, and removed them fromChristopher R. Hertel1998-05-221-1/+0
* This is a security audit change of the main source.Jeremy Allison1998-05-121-8/+8
* Andrew redefines the free() function to do some memory management testing.Christopher R. Hertel1998-05-061-1/+19
* Fixed aggregate initializer problem for gcc.Jeremy Allison1998-04-131-1/+1
* Changes include:Christopher R. Hertel1998-04-131-409/+694
* Removed broken change I made to mangle.c (ooops. Andrew's originalJeremy Allison1998-03-041-1/+1
* Change the multibyte character set support so thatJeremy Allison1998-03-031-88/+48
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* Modified Files:Christopher R. Hertel1997-11-071-241/+316
* remove { and } from the list of illegal characters in filenames. TheAndrew Tridgell1997-10-121-1/+1
* Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1997-09-261-4/+4
* charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison1997-09-111-96/+109
* mangle.c: Fixed bug that caused string to run off the end of the mangled map.Jeremy Allison1997-08-281-1/+1