summaryrefslogtreecommitdiff
path: root/source3/lib/util_str.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-23NTLM Authentication:Andrew Bartlett1-2/+22
2003-03-19use strnlen to prevent coredumpsJim McDonough1-3/+3
2003-03-18Step one of optimizations for StrCaseCmp:Martin Pool1-7/+72
2003-03-18Split "clobber" function and variables into its own file before itMartin Pool1-39/+0
2003-03-18Update comment: Valgrind 1.9.4 seems to always respect clientMartin Pool1-1/+1
2003-03-18global_globber_region_function/line ought to be recorded beforeMartin Pool1-3/+15
2003-03-15String handling parinoia fixes.Andrew Bartlett1-42/+30
2003-03-11Remove valgrind_strlen function, hopefully no longer needed withMartin Pool1-9/+0
2003-03-10Clobber strings with 0xf1f1f1f1 before writing to them to check bufferMartin Pool1-8/+33
2003-02-28Doxygen janitor: add note that strequal is in fact case-insensitive.Martin Pool1-6/+8
2003-02-19base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().Jim McDonough1-1/+1
2003-02-18Doxygen janitor. No other changes.Martin Pool1-120/+119
2003-02-17Add comment explaining the -DDEVELOPER safe_strcpy overflow hack.Martin Pool1-1/+5
2003-02-17This is a very nice way to detect pstrcpy() into a malloc()ed string, butAndrew Bartlett1-0/+2
2003-02-17This patch fixes one of my longest-standing pet hates with Samba :-).Andrew Bartlett1-3/+5
2003-02-07make sure we don't run over the end of 'name' in unix_convert()Andrew Tridgell1-2/+6
2003-01-17fix some undefined behaviour with increments in C. In theory aAndrew Tridgell1-4/+8
2003-01-16Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett1-0/+94
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