summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_str.c
Commit message (Expand)AuthorAgeFilesLines
* Add ntlm_auth, a new program to provide a stable interface to winbind'sAndrew Bartlett2002-11-241-0/+41
* 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
* Vance picked up a pile of typos etc at the CIFS confernce, and finally got themAndrew Bartlett2002-09-271-8/+8
* The idea of this function is not to touch the argument, so make it const too...Andrew Bartlett2002-08-171-1/+1
* Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter2002-08-161-0/+12
* found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce2002-07-281-2/+3
* Add some const to try and get less warnings.Andrew Bartlett2002-07-201-2/+3
* Never ignore valgrind messages :-). Don't reference before the startJeremy Allison2002-07-191-1/+1
* Previous fix was incorrect. len in string_sub and all_string_sub isJeremy Allison2002-07-181-4/+4
* Fixed off-by-one in all_string_sub also.Jeremy Allison2002-07-181-1/+1
* Formatting fixups.Jeremy Allison2002-07-181-66/+73
* The previous code would not allow things like string_sub(str, "\\", "/", 0).Gerald Carter2002-07-181-1/+1
* addedd new (t)alloc_sub_* functionsSimo Sorce2002-07-141-3/+3
* some support functions to ease the next commit.Simo Sorce2002-07-091-6/+96
* Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison2002-07-021-10/+22
* moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce2002-06-141-0/+182
* nicer strndup() functionAndrew Tridgell2002-04-181-6/+6
* make suure we get the return value from the pull_*() functions rightAndrew Tridgell2002-04-171-1/+1
* fixed the handling of STR_TERMINATEAndrew Tridgell2002-04-161-0/+12
* 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