summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_str.c
Commit message (Expand)AuthorAgeFilesLines
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-7/+8
* Added const. Anal formatting fixup.Jeremy Allison2002-10-021-175/+222
* syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter2002-10-011-2/+2
* Updates from Samba HEAD:Andrew Bartlett2002-10-011-6/+6
* sync 3.0 branch with headJelmer Vernooij2002-08-171-72/+93
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-18/+314
* added strndup() for systems that don't have itAndrew Tridgell2002-04-111-0/+19
* this adds a completely new hash based mangling schemeAndrew Tridgell2002-04-111-0/+20
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* minor fixesSimo Sorce2002-01-251-3/+4
* Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool2002-01-161-2/+2
* Add constness to filenames passed to functions.Martin Pool2002-01-151-0/+25
* fixed warnings on irix and crash bug on big endian machinesAndrew Tridgell2001-12-201-2/+2
* make sid_binstring available without HAVE_ADSAndrew Tridgell2001-12-101-0/+23
* fixed some bugs.Simo Sorce2001-11-181-9/+14
* Removed unused variable.Tim Potter2001-11-141-1/+0
* a big one:Simo Sorce2001-11-041-5/+62
* Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett2001-10-311-1/+1
* 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