Age | Commit message (Expand) | Author | Files | Lines |
2001-11-05 | Fixed compiler warnings. | Tim Potter | 1 | -3/+2 |
2001-11-04 | a big one: | Simo Sorce | 1 | -1084/+249 |
2001-10-29 | - fix string len for an ucs2_to_dos function as any ucs2 char may be up to 4 ... | Simo Sorce | 1 | -4/+81 |
2001-10-28 | fix a logic bug on max size of a returned string, | Simo Sorce | 1 | -3/+9 |
2001-10-26 | Fixed compile warning. | Tim Potter | 1 | -1/+1 |
2001-10-23 | get rid of compiler warnings (casts and delete unused variables) | Herb Lewis | 1 | -1/+0 |
2001-10-22 | ops, some testing code in compat function let only mangled name come back. | Simo Sorce | 1 | -12/+12 |
2001-10-22 | lets try the new mangling code | Simo Sorce | 1 | -7/+39 |
2001-10-13 | introduce mangle backward compatibility functions | Simo Sorce | 1 | -2/+147 |
2001-10-11 | remove unused function in mangle.c | Simo Sorce | 1 | -12/+0 |
2001-10-10 | Fixed some compile warnings. | Tim Potter | 1 | -4/+2 |
2001-10-08 | tim suggested to add a copyright note :) | Simo Sorce | 1 | -1/+21 |
2001-10-07 | more fixing and testing. | Simo Sorce | 1 | -54/+83 |
2001-10-04 | init only in test code. | Simo Sorce | 1 | -48/+55 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-29 | undef the code for now | Simo Sorce | 1 | -2/+2 |
2001-09-29 | further devel and test kit. | Simo Sorce | 1 | -67/+264 |
2001-09-27 | get out unicode_from_buffer and buffer_from_unicode, unneeded. | Simo Sorce | 1 | -112/+139 |
2001-09-27 | minor fixes | Simo Sorce | 1 | -10/+5 |
2001-09-25 | - the inactive core of the new mangling code that use tdb | Simo Sorce | 1 | -0/+357 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -4/+4 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -12/+12 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -65/+5 |
2001-07-02 | Very minor cleanup. I was looking for another problem and found some bits | Christopher R. Hertel | 1 | -2/+2 |
2000-06-13 | Removed a patch that Andrew had added because 'insure' was incorrectly | Christopher R. Hertel | 1 | -9/+0 |
2000-04-23 | avoided a memory leak in the ubi code by deleting a mangled cache | Andrew Tridgell | 1 | -1/+11 |
2000-01-26 | Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 1 | -4/+4 |
2000-01-08 | smbd/mangle.c | Jeremy Allison | 1 | -1/+1 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -30/+71 |
1998-11-02 | removed comment line at end of file | Luke Leighton | 1 | -1/+0 |
1998-09-08 | Added back groupname map stuff removed by Andrew's "slash 'n' burn" | Jeremy Allison | 1 | -3/+4 |
1998-09-03 | fixed a bug in the name mangling code. It implicitly assumed that | Andrew Tridgell | 1 | -39/+39 |
1998-08-14 | this is the bug change to using connection_struct* instead of cnum. | Andrew Tridgell | 1 | -25/+0 |
1998-07-25 | Noticed that I was using the strlen() of a string that I had strdup()'d | Christopher R. Hertel | 1 | -1/+1 |
1998-05-22 | I've put the ubiqx headers back into includes.h, and removed them from | Christopher R. Hertel | 1 | -1/+0 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 1 | -8/+8 |
1998-05-06 | Andrew redefines the free() function to do some memory management testing. | Christopher R. Hertel | 1 | -1/+19 |
1998-04-13 | Fixed aggregate initializer problem for gcc. | Jeremy Allison | 1 | -1/+1 |
1998-04-13 | Changes include: | Christopher R. Hertel | 1 | -409/+694 |
1998-03-04 | Removed broken change I made to mangle.c (ooops. Andrew's original | Jeremy Allison | 1 | -1/+1 |
1998-03-03 | Change the multibyte character set support so that | Jeremy Allison | 1 | -88/+48 |
1998-01-22 | This is *not* a big change (although it looks like one). | Jeremy Allison | 1 | -1/+1 |
1997-11-07 | Modified Files: | Christopher R. Hertel | 1 | -241/+316 |
1997-10-12 | remove { and } from the list of illegal characters in filenames. The | Andrew Tridgell | 1 | -1/+1 |
1997-09-26 | Adding Andrews buffer overflow fixes into the main branch. | Jeremy Allison | 1 | -4/+4 |
1997-09-11 | charcnv.c client.c clitar.c kanji.c kanji.h loadparm.c | Jeremy Allison | 1 | -96/+109 |
1997-08-28 | mangle.c: Fixed bug that caused string to run off the end of the mangled map. | Jeremy Allison | 1 | -1/+1 |
1997-05-08 | 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com) | Samba Release Account | 1 | -1/+1 |
1997-02-11 | Replaced YOST code with more functionally equivalent code that | Samba Release Account | 1 | -8/+3 |
1997-02-10 | JHT ===> William Yost patches integrated to fix leading path on 8.3 | Samba Release Account | 1 | -0/+5 |