summaryrefslogtreecommitdiff
path: root/source/smbd/mangle.c
Commit message (Expand)AuthorAgeFilesLines
* merge of smbd and related files, from cvs main.Luke Leighton2000-04-031-35/+76
* series of perl scripts (thanks tim!) to replace all calls to bzero:Luke Leighton2000-03-311-1/+1
* 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
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* Replaced YOST code with more functionally equivalent code thatSamba Release Account1997-02-111-8/+3
* JHT ===> William Yost patches integrated to fix leading path on 8.3Samba Release Account1997-02-101-0/+5
* - replace the base36 function with one that works on more systemsAndrew Tridgell1996-10-051-6/+3
* - sequent-ptx support from bressler@iftccu.ca.boeing.com (RickAndrew Tridgell1996-08-131-0/+54
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-101-1/+0
* move the dot_pos calculation down a bitAndrew Tridgell1996-05-041-2/+2
* Initial version imported to CVS Samba Release Account1996-05-041-0/+610