summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_str.c
Commit message (Expand)AuthorAgeFilesLines
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-129/+152
* modified domain_client_validate to take trust account name / type. thisLuke Leighton1999-11-201-1/+33
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-1/+1
* - added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1999-10-071-1/+1
* allow safe_strcpy() to pass 0 for max length of string, resulting in noLuke Leighton1999-07-081-0/+5
* Same infinite loop bug as I fixed in SAMBA_2_0, but I just spent halfMatthew Chapman1999-03-231-4/+4
* bitmap to stringsLuke Leighton1999-02-161-0/+70
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-2/+2
* unused variable removedLuke Leighton1998-11-231-1/+1
* replace ' with _ as wellAndrew Tridgell1998-11-231-1/+2
* changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1998-11-231-19/+52
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-35/+35
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-121-4/+4
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-111-0/+31
* rpcclient registry commands.Luke Leighton1998-11-101-0/+50
* split string and unicode string routines into these files.Luke Leighton1998-11-051-0/+976