summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_str.c
Commit message (Expand)AuthorAgeFilesLines
* switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell2001-10-031-6/+6
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-2/+1
* formatting fixesAndrew Tridgell2001-07-061-7/+7
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-11/+11
* The big character set handling changeover!Andrew Tridgell2001-07-041-627/+181
* Replaced memcpy() with memmove() to make safe_strcpy() safe for overlappingTim Potter2001-06-291-1/+1
* Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison2001-06-231-4/+8
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-57/+72
* Needs to be >=, not just >.Jeremy Allison2001-05-101-1/+1
* Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow <...Jeremy Allison2001-05-101-3/+5
* Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter2001-05-071-21/+0
* Added Darwin guess.Jeremy Allison2001-04-151-88/+93
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-1/+1
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-041-0/+1
* needed to use strwicmp() in smbclient code, so I moved it to util_str.cGerald Carter2000-08-291-0/+30
* Merged parse_domain_user() from TNG.Tim Potter2000-06-141-0/+20
* Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-261-23/+51
* make string_init() staticAndrew Tridgell2000-01-161-1/+1
* 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