summaryrefslogtreecommitdiff
path: root/source3/lib/util_str.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-17The idea of this function is not to touch the argument, so make it const too...Andrew Bartlett1-1/+1
2002-08-16Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter1-0/+12
2002-07-28found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce1-2/+3
2002-07-20Add some const to try and get less warnings.Andrew Bartlett1-2/+3
2002-07-19Never ignore valgrind messages :-). Don't reference before the startJeremy Allison1-1/+1
2002-07-18Previous fix was incorrect. len in string_sub and all_string_sub isJeremy Allison1-4/+4
2002-07-18Fixed off-by-one in all_string_sub also.Jeremy Allison1-1/+1
2002-07-18Formatting fixups.Jeremy Allison1-66/+73
2002-07-18The previous code would not allow things like string_sub(str, "\\", "/", 0).Gerald Carter1-1/+1
2002-07-14addedd new (t)alloc_sub_* functionsSimo Sorce1-3/+3
2002-07-09some support functions to ease the next commit.Simo Sorce1-6/+96
2002-07-02Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison1-10/+22
2002-06-14moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce1-0/+182
2002-04-18nicer strndup() functionAndrew Tridgell1-6/+6
2002-04-17make suure we get the return value from the pull_*() functions rightAndrew Tridgell1-1/+1
2002-04-16fixed the handling of STR_TERMINATEAndrew Tridgell1-0/+12
2002-04-11added strndup() for systems that don't have itAndrew Tridgell1-0/+19
2002-04-11this adds a completely new hash based mangling schemeAndrew Tridgell1-0/+20
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-25minor fixesSimo Sorce1-3/+4
2002-01-16Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool1-2/+2
2002-01-15Add constness to filenames passed to functions.Martin Pool1-0/+25
2001-12-20fixed warnings on irix and crash bug on big endian machinesAndrew Tridgell1-2/+2
2001-12-10make sid_binstring available without HAVE_ADSAndrew Tridgell1-0/+23
2001-11-18fixed some bugs.Simo Sorce1-9/+14
2001-11-14Removed unused variable.Tim Potter1-1/+0
2001-11-04a big one:Simo Sorce1-5/+62
2001-10-31Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett1-1/+1
2001-10-03switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell1-6/+6
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+1
2001-07-06formatting fixesAndrew Tridgell1-7/+7
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-11/+11
2001-07-04The big character set handling changeover!Andrew Tridgell1-627/+181
2001-06-29Replaced memcpy() with memmove() to make safe_strcpy() safe for overlappingTim Potter1-1/+1
2001-06-23Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison1-4/+8
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-57/+72
2001-05-10Needs to be >=, not just >.Jeremy Allison1-1/+1
2001-05-10Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow <...Jeremy Allison1-3/+5
2001-05-07Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter1-21/+0
2001-04-15Added Darwin guess.Jeremy Allison1-88/+93
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-1/+1
2001-01-04Changes from APPLIANCE_HEAD:David O'Neill1-0/+1
2000-08-29needed to use strwicmp() in smbclient code, so I moved it to util_str.cGerald Carter1-0/+30
2000-06-14Merged parse_domain_user() from TNG.Tim Potter1-0/+20
2000-01-26Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-23/+51
2000-01-16make string_init() staticAndrew Tridgell1-1/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-129/+152
1999-11-20modified domain_client_validate to take trust account name / type. thisLuke Leighton1-1/+33
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-1/+1