summaryrefslogtreecommitdiff
path: root/source3/lib/util_str.c
AgeCommit message (Expand)AuthorFilesLines
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-1/+1
1999-10-07- added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1-1/+1
1999-07-08allow safe_strcpy() to pass 0 for max length of string, resulting in noLuke Leighton1-0/+5
1999-03-23Same infinite loop bug as I fixed in SAMBA_2_0, but I just spent halfMatthew Chapman1-4/+4
1999-02-16bitmap to stringsLuke Leighton1-0/+70
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-2/+2
1998-11-23unused variable removedLuke Leighton1-1/+1
1998-11-23replace ' with _ as wellAndrew Tridgell1-1/+2
1998-11-23changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1-19/+52
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-35/+35
1998-11-12largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1-4/+4
1998-11-11changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1-0/+31
1998-11-10rpcclient registry commands.Luke Leighton1-0/+50
1998-11-05split string and unicode string routines into these files.Luke Leighton1-0/+976