summaryrefslogtreecommitdiffstats
path: root/source/lib/util_str.c
Commit message (Expand)AuthorAgeFilesLines
* OHKAWA Yuichi (kuri@makino.ecei.tohoku.ac.jp) points out that usingAndrew Bartlett2003-04-021-2/+2
* NTLM Authentication:Andrew Bartlett2003-03-231-2/+22
* use strnlen to prevent coredumpsJim McDonough2003-03-191-3/+3
* Step one of optimizations for StrCaseCmp:Martin Pool2003-03-181-7/+72
* Split "clobber" function and variables into its own file before itMartin Pool2003-03-181-39/+0
* Update comment: Valgrind 1.9.4 seems to always respect clientMartin Pool2003-03-181-1/+1
* global_globber_region_function/line ought to be recorded beforeMartin Pool2003-03-181-3/+15
* String handling parinoia fixes.Andrew Bartlett2003-03-151-42/+30
* Remove valgrind_strlen function, hopefully no longer needed withMartin Pool2003-03-111-9/+0
* Clobber strings with 0xf1f1f1f1 before writing to them to check bufferMartin Pool2003-03-101-8/+33
* Doxygen janitor: add note that strequal is in fact case-insensitive.Martin Pool2003-02-281-6/+8
* base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().Jim McDonough2003-02-191-1/+1
* Doxygen janitor. No other changes.Martin Pool2003-02-181-120/+119
* Add comment explaining the -DDEVELOPER safe_strcpy overflow hack.Martin Pool2003-02-171-1/+5
* This is a very nice way to detect pstrcpy() into a malloc()ed string, butAndrew Bartlett2003-02-171-0/+2
* This patch fixes one of my longest-standing pet hates with Samba :-).Andrew Bartlett2003-02-171-3/+5
* make sure we don't run over the end of 'name' in unix_convert()Andrew Tridgell2003-02-071-2/+6
* fix some undefined behaviour with increments in C. In theory aAndrew Tridgell2003-01-171-4/+8
* Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett2003-01-161-0/+94
* Doing a malloc(strlen(s)) then a pstrpcp(y, s) is just silly, make it a strdupAndrew Bartlett2003-01-151-3/+1
* Accessing data after it's been free()ed really is a no-no...Andrew Bartlett2003-01-131-2/+16
* Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids inAndrew Bartlett2003-01-021-2/+2
* BIG patch...Andrew Bartlett2003-01-021-2/+2
* Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-111-0/+9
* removing inet_aton()Gerald Carter2002-11-271-1/+2
* Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett2002-11-261-0/+111
* 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