Fix bug 5375
[jra/samba/.git] / source / lib / util_str.c
2008-04-07 Volker LendeckeFix bug 5375
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-25 Volker LendeckeFix some warnings
2008-02-08 Karolin SeegerFix some typos.
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-04 Volker Lendeckestr_list_free is not needed anymore
2008-02-04 Volker LendeckeAlways pass a TALLOC_CTX to str_list_make and str_list_copy
2008-02-04 Volker LendeckeSimplify str_list_xxx
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-19 Kai Blinutil_str: Don't return memory from talloc_tos(), use...
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-10 Jeremy AllisonFixup hot paths - add macro for toupper (c < 0x80).
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Volker LendeckeRemove next_token_nr_talloc and its associated global
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-12-07 Jeremy AllisonDon't build rpctorture anymore - not maintained. Just...
2007-12-07 Jeremy AllisonRemove pstrings completely except for smbctool (what...
2007-12-05 Volker LendeckeRemove some globals
2007-12-05 Jeremy AllisonOk, down to just the client/*.c code now.
2007-12-05 Jeremy AllisonRemove tok pstring from util_str.c
2007-12-04 Jeremy AllisonMake strhex_to_str clear on string limits. Remove pstri...
2007-11-30 Jeremy AllisonFix restart after length count.
2007-11-30 Jeremy AllisonAdd talloc versions of all the next_token() functions.
2007-11-20 Jeremy AllisonRemove more pstring. Unify talloc_sub functions to...
2007-11-15 Jeremy AllisonRemove smbldap_get_single_pstring() and all pstrings
2007-11-12 Jeremy AllisonRemove all pstrings from smbd/chgpasswd.c.
2007-11-09 Volker LendeckeMake base64_encode_data_blob return a talloced string
2007-11-05 Günther DeschnerMerge commit 'origin/v3-2-test' into branches/upstream
2007-11-05 Volker LendeckeRemove unnecessary code
2007-10-26 Jeremy AllisonFix bug in writing names into gencache
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-17 Jeremy AllisonReformatting fix for new coding guidelines. BOOL -...
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create... initial-v3-2-test
2007-10-10 Volker Lendecker25184: Fix some C++ warnings and an uninitialized...
2007-10-10 Jeremy Allisonr25138: More pstring elimination. Add a TALLOC_CTX...
2007-10-10 Jeremy Allisonr25121: Remove pstring limits from much of our string...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23518: Remove the silly assumption that string_replace...
2007-10-10 Simo Sorcer23356: We missed to add the 'c' character to the list...
2007-10-10 Gerald Carterr22852: merge fixes for CVE-2007-2446 and CVE-2007...
2007-10-10 Jeremy Allisonr22045: As Volker noticed, skip_string's last argument is
2007-10-10 Jeremy Allisonr22014: Make us pass RANDOMIPC test again :-(. This...
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...
next