summaryrefslogtreecommitdiff
path: root/source3/lib/util_str.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-15Doing a malloc(strlen(s)) then a pstrpcp(y, s) is just silly, make it a strdupAndrew Bartlett1-3/+1
2003-01-13Accessing data after it's been free()ed really is a no-no...Andrew Bartlett1-2/+16
2003-01-02Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids inAndrew Bartlett1-2/+2
2003-01-02BIG patch...Andrew Bartlett1-2/+2
2002-12-11Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison1-0/+9
2002-11-27removing inet_aton()Gerald Carter1-1/+2
2002-11-26Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett1-0/+111
2002-11-24Add ntlm_auth, a new program to provide a stable interface to winbind'sAndrew Bartlett1-0/+41
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-7/+8
2002-10-02Added const. Anal formatting fixup.Jeremy Allison1-175/+222
2002-09-27Vance picked up a pile of typos etc at the CIFS confernce, and finally got themAndrew Bartlett1-8/+8
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