r20208: Change sprintf_append() never to use malloc,
[kai/samba.git] / source3 / lib / util_str.c
2007-10-10 Jeremy Allisonr20208: Change sprintf_append() never to use malloc,
2007-10-10 Jeremy Allisonr20090: Fix a class of bugs found by James Peach. Ensure
2007-10-10 Volker Lendecker19786: My last checkin to winreg_StringBuf killed...
2007-10-10 Jeremy Allisonr18787: Fix the strlen_m and strlen_m_term code by...
2007-10-10 Stefan Metzmacherr18652: libreplace has replacements for strndup and...
2007-10-10 Jeremy Allisonr17866: Fix possible null deref - found by Stanford...
2007-10-10 Jeremy Allisonr17862: Fix possible NULL deref (like rev 17861) found...
2007-10-10 Volker Lendecker17316: More C++ warnings -- 456 left
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16595: Klocwork #2067. Fix possible memleak on error...
2007-10-10 Jeremy Allisonr16554: Sorry, just had to change this. Don't use int...
2007-10-10 Derrell Lipmanr16552: Fix bug 3849.
2007-10-10 Jeremy Allisonr16375: Klocwork #1670.
2007-10-10 Günther Deschnerr15305: Let winbind search by sid directly (or in windo...
2007-10-10 Gerald Carterr15003: patch based on code from Arkady Glabek <aglabek...
2007-10-10 Jeremy Allisonr13975: Re-fix Coverity #156 - I had left the hidden...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Günther Deschnerr13622: Allow to rename machine accounts in a Samba...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Gerald Carterr13393: Do not initialize the lp_svcctl_list() value...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr12522: Try and fix bug #2926 by removing setlocale...
2007-10-10 Volker Lendecker12313: Introduce yet another copy of the string_sub...
2007-10-10 Jeremy Allisonr9282: Whitespace.
2007-10-10 Jeremy Allisonr9271: Fix problems with german umlauts - strcmp_w...
2007-10-10 Volker Lendecker9201: Ouch.... :-(
2007-10-10 Volker Lendecker9198: Convert hex_encode and strhex_to_data_blob to...
2007-10-10 Günther Deschnerr8686: Revert %LOGONSERVER%-substitution. The substitio...
2007-10-10 Gerald Carterr8506: BUG 2853: don't strip out characters like '...
2007-10-10 Jim McDonoughr8189: commit vampire ldif patch, mostly from Don Watso...
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Gerald Carterr7139: trying to reduce the number of diffs between...
2007-10-10 Derrell Lipmanr6149: Fixes bugs #2498 and 2484.
2007-10-10 Gerald Carterr6014: rather large change set....
2007-10-10 Gerald Carterr5961: final round of compiler warning fixes based...
2007-10-10 Gerald Carterr5956: more compile warngin fixes from the Mr. Mader
2007-10-10 Günther Deschnerr5954: Fix some compiler warnings and add missing exclu...
2007-10-10 Gerald Carterr5953: more compiler cleanups; moved SID_LIST from...
2007-10-10 Gerald Carterr5158: BUG 2263: patch from Timur Bakeyev <timur@com...
2007-10-10 Jeremy Allisonr5066: A couple of small fixes from James Peach @ SGI.
2007-10-10 Gerald Carterr4746: add server support for lsa_enum_acct_rights...
2007-10-10 Jeremy Allisonr4334: Fix for bugid #2186 - from Buck Huppmann <buckh...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr2605: Fix stupid typo in back-port of Samba4 fix.
2007-10-10 Jeremy Allisonr2578: Pick up optimisation from Samba4 - thanks tridge !
2007-10-10 Jeremy Allisonr2361: Fix the appalling toktocliplist() fn. Bug found...
2007-10-10 Jeremy Allisonr2175: Fix for #1546 from fumiya@samba.gr.jp. Preserve...
2007-10-10 Jeremy Allisonr2111: Fix memleak with valid names.
2007-10-10 Simo Sorcer2070: Let's try to overload srnlen and strndup for...
2007-10-10 Gerald Carterr1570: merging changes from 3.0.5
2007-10-10 Gerald Carterr1087: BUG 1221: revert old change that used single...
2007-10-10 Jeremy Allisonr570: Remove lots of globals to handle case issues...
2007-10-10 Gerald Carterr116: volker's patch for local group and group nesting
2007-10-10 Andrew Bartlettr104: Fix ntlm_auth by adding the new strhex_to_data_bl...
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-13 Volker LendeckeRest of my winbindd_passdb alias support
2004-03-13 Jeremy AllisonModified fix for bugid #784. Based on a patch from...
2004-03-13 Jeremy AllisonModified fix for bugid #784. Based on a patch from...
2004-03-09 Andrew BartlettMerge fixes and tests for jra's broken strstr_m() funct...
2004-03-09 Andrew BartlettGiven how core this code is, I figure it should have...
2004-03-09 Andrew BartlettJRA's recent strstr_m work really badly broke our strin...
2004-03-09 Jeremy AllisonAdded strstr_m() function. Use in all places where...
2004-03-09 Jeremy AllisonAdded strstr_m() function. Use in all places where...
2004-02-13 Jeremy AllisonTypo (missed SAFE_FREE).,
2004-02-13 Jeremy AllisonMissed SAFE_FREE (typo).
2004-02-13 Jeremy AllisonAdded Andrew Bartlett's patch to use an allocated buffe...
2004-02-13 Jeremy AllisonAdded Andrew Bartlett's patch to use an allocated buffe...
2004-02-04 Jeremy AllisonFix final valgrind errors with #830. Catch mb conversio...
2004-02-04 Jeremy AllisonFix final valgrind errors with #830. Catch mb conversio...
2004-01-23 Volker LendeckeFix decoding of base64. We got the length wrong when...
2004-01-23 Volker LendeckeFix decoding of base64. We got the length wrong when...
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-07 Jeremy AllisonFix for bug #922. Fast path not called for strlower_m...
2004-01-07 Jeremy AllisonFix for bug #922. Fast path not called for strlower_m...
2003-12-25 Andrew Bartlett(merge from 3.0)
2003-12-25 Andrew BartlettFix bug 916 - do not perform a + -> space substitution...
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-22 Gerald CarterEnsure that items in a list of strings containing white...
2003-11-22 Gerald CarterEnsure that items in a list of strings containing white...
2003-11-19 Rafal SzczesniakAdded useful information to debug lines.
2003-11-19 Rafal SzczesniakAdded useful information to debug lines.
2003-11-18 Rafal SzczesniakUseful debug message. Patch by metze.
2003-11-18 Rafal SzczesniakUseful debug message. Patch by metze.
2003-11-13 Richard SharpeSquelch some warnings with more casty-foo.
2003-11-05 Tim PotterMerge of 64-bit printf warning fixes.
2003-11-03 Tim PotterFix more 64-bit printf warnings.
2003-09-15 Tim PotterMerge from Samba 3.0:
2003-09-13 Jeremy AllisonFix for MacOS/X which uses STUPID BROKEN UNICODE COMPOS...
2003-09-12 Jeremy AllisonFix from Benjamin Riefenstahl <Benjamin.Riefenstahl...
2003-09-10 Jeremy AllisonFix stupid typo bug causing CPU spin. Spotted by Markus...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-05 Jeremy AllisonMore tuning from cachegrind. Change most trim_string...
2003-09-05 Gerald Carterfix bug 397: use a variant of alloc_sub_basic() for...
2003-09-05 Jeremy AllisonHand optimisatinos for strrchr_m using the properties...
2003-09-04 Jeremy AllisonFastpath strchr_m for ASCII.
2003-09-04 Jeremy AllisonUsed cachegrind to track down some bottlenecks.
2003-09-03 Jeremy AllisonFix up overlapping memcpy -> memmove found by valgrind.
2003-08-25 Gerald Carterfix bug 289; make sure to reset the offset into a strin...
2003-08-15 Herb Lewisget rid of more compiler warnings
2003-08-15 Herb Lewisget rid of const as these things really are not const
next