Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings.
[tprouty/samba.git] / source / lib / util_str.c
2003-07-19 Andrew BartlettFix StrCaseCmp() to avoid calling smb_panic() on invali...
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-07-02 Jeremy AllisonAdded fix for Japanese case names in statcache - these...
2003-06-25 Gerald Carterlarge change:
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-12 Alexander BokovoyAdd NT quota support. Patch from Stefan (metze) Metzemacher
2003-04-15 Gerald Cartermerge in metze' smbcquotas patch from HEAD
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-11 Gerald Cartersmbcquota patch from metze
2003-04-02 Andrew BartlettDon't set zero length for the base64 decoded string...
2003-04-02 Andrew BartlettOHKAWA Yuichi (kuri@makino.ecei.tohoku.ac.jp) points...
2003-03-24 Andrew Bartlett(merge from HEAD)
2003-03-23 Andrew BartlettNTLM Authentication:
2003-03-19 Jim McDonoughuse strnlen to prevent coredumps
2003-03-19 Jim McDonoughuse strnlen to prevent coredumps
2003-03-18 Jeremy AllisonMerge mbp's HEAD changes.
2003-03-18 Martin PoolStep one of optimizations for StrCaseCmp:
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-18 Martin PoolSplit "clobber" function and variables into its own...
2003-03-18 Martin PoolUpdate comment: Valgrind 1.9.4 seems to always respect...
2003-03-18 Martin Poolglobal_globber_region_function/line ought to be recorde...
2003-03-18 Jeremy AllisonMerge in the developer string options from HEAD. We...
2003-03-17 Andrew BartlettMerge from (earlier) HEAD - doxygen.
2003-03-15 Andrew BartlettString handling parinoia fixes.
2003-03-11 Martin PoolRemove valgrind_strlen function, hopefully no longer...
2003-03-10 Martin PoolClobber strings with 0xf1f1f1f1 before writing to them...
2003-02-28 Martin PoolDoxygen janitor: add note that strequal is in fact...
2003-02-24 Andrew BartlettMerge doxygen, signed/unsigned, const and other small...
2003-02-19 Jim McDonoughbase64_decode() with heimdal libs, so I've renamed...
2003-02-18 Jim McDonoughbase64_decode() with heimdal libs, so I've renamed...
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-18 Martin PoolDoxygen janitor. No other changes.
2003-02-17 Martin PoolAdd comment explaining the -DDEVELOPER safe_strcpy...
2003-02-17 Andrew BartlettThis is a very nice way to detect pstrcpy() into a...
2003-02-17 Andrew BartlettThis patch fixes one of my longest-standing pet hates...
2003-02-07 Andrew Tridgellmerge from head
2003-02-07 Andrew Tridgellmake sure we don't run over the end of 'name' in unix_c...
2003-02-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-28 Andrew BartlettMerge from HEAD:
2003-01-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-17 Jeremy AllisonJanitorial duty...
2003-01-17 Andrew Tridgellfix some undefined behaviour with increments in C....
2003-01-16 Andrew BartlettUpdates to the NTLMSSP code again - moving the base64...
2003-01-15 Gerald Carter*lots of small merges form HEAD
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-15 Andrew BartlettDoing a malloc(strlen(s)) then a pstrpcp(y, s) is just...
2003-01-13 Andrew BartlettAccessing data after it's been free()ed really is a...
2003-01-04 Andrew BartlettMerge from HEAD - whitespace :-)
2003-01-04 Andrew BartlettMerge from HEAD - mimir's new gencache based namecache...
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-03 Andrew BartlettMerge from HEAD - add PRINTF_ATTRIBUTE to a few more...
2003-01-02 Andrew BartlettAdd PRINTF_ATTRIBUTE() to a few more printf() style...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-12-16 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-11 Jeremy AllisonFixed auth module code. Added VALGRIND defines to reduc...
2002-12-11 Jeremy AllisonFixed auth module code. Added VALGRIND defines to reduc...
2002-11-27 Gerald Carterremoving inet_aton()
2002-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-26 Andrew BartlettHaving waited for *way* too long, this is mimir's namec...
2002-11-24 Andrew BartlettAdd ntlm_auth, a new program to provide a stable interf...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-10-02 Jeremy AllisonAdded const. Anal formatting fixup.
2002-10-02 Jeremy AllisonAdded const. Anal formatting fixup.
2002-10-01 Gerald Cartersyncing up with HEAD. Seems to be a lot of differences...
2002-10-01 Andrew BartlettUpdates from Samba HEAD:
2002-10-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-27 Andrew BartlettVance picked up a pile of typos etc at the CIFS confern...
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-17 Andrew BartlettThe idea of this function is not to touch the argument...
2002-08-16 Tim PotterMerge of netbios namecache code from APPLIANCE_HEAD.
2002-07-28 Simo Sorcefound nasty bug in intl/lang_tdb.c tdb structure was...
2002-07-20 Andrew BartlettAdd some const to try and get less warnings.
2002-07-19 Jeremy AllisonNever ignore valgrind messages :-). Don't reference...
2002-07-18 Jeremy AllisonPrevious fix was incorrect. len in string_sub and all_s...
2002-07-18 Jeremy AllisonFixed off-by-one in all_string_sub also.
2002-07-18 Jeremy AllisonFormatting fixups.
2002-07-18 Gerald CarterThe previous code would not allow things like string_su...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 Simo Sorceaddedd new (t)alloc_sub_* functions
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-09 Simo Sorcesome support functions to ease the next commit.
2002-07-02 Jeremy AllisonAddress the string_sub problem by changing len = 0...
2002-06-14 Simo Sorcemoved lp_list_* functions away from param/loadparm...
2002-04-18 Andrew Tridgellnicer strndup() function
2002-04-17 Andrew Tridgellmake suure we get the return value from the pull_*...
2002-04-16 Andrew Tridgellfixed the handling of STR_TERMINATE
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-04-11 Andrew Tridgelladded strndup() for systems that don't have it
2002-04-11 Andrew Tridgellthis adds a completely new hash based mangling scheme
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-25 Simo Sorceminor fixes
2002-01-16 Martin PoolRoll back PSTRING_SANCTIFY patch; just leave non-contro...
next