debug: factor out logfile size check
[samba.git] / lib / util / util_strlist.c
2016-02-05 Martin Schwenkeutil: Make util_strlist.c standalone with its own heade...
2016-02-05 Martin Schwenkeutil: Split str_list_make_v3() into separate file
2014-11-17 Günther Deschnerlib/util: use size_t for add_string_to_array().
2014-11-14 Stefan Metzmacherlib/util: add str_list_make_v3_const()
2014-07-07 Garming Samparam: Add null checks for upcoming str_list_make changes
2014-05-07 Garming Sammove str_list_make_v3 out of s3 code
2014-04-02 Stefan Metzmacherlib/util: fix const warnings
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2011-04-13 Andrew Bartlettlib/util Move simple string routines into common code.
2010-02-22 Brad HardsSpelling fixes for libutil
2010-02-14 Andrew Tridgelllib: use TYPESAFE_QSORT() in lib/ and libcli/
2009-12-01 Matthias Dieter... util/util_strlist - add a call "const_str_list" for...
2009-11-20 Matthias Dieter... util/strlist: Fix up "const" warnings in the string...
2009-11-13 Kamen Mazdrashkiutil: str_list_unique() bugfix
2009-09-25 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-09-24 Jeremy AllisonRemove the const from the str_list_XXX functions that
2009-09-10 Matthias Dieter... util_strlist: Add some more "const"s - small correction
2009-09-10 Matthias Dieter... util_strlist: Add some more "const"s
2009-05-14 Volker LendeckeRemove two unused variables
2009-05-13 Andrew BartlettAdd new functions and tests: str_list_make_empty()...
2009-05-03 Volker LendeckeClean up after Tridge's util_strlist changes
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-09 Andrew Tridgelladded _const versions of some of the str_list_*() functions
2009-04-09 Andrew Tridgelladded str_list_unique() and str_list_show()
2009-04-08 Andrew BartlettRework util_strlist prototypes to use a bit more and...
2009-04-07 Andrew Tridgelladded a str_list_append() function
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-12 Jelmer VernooijAdd extra const.
2008-10-11 Jelmer VernooijUse common strlist implementation in Samba 3 and Samba 4.
2008-10-11 Jelmer VernooijMove lib/util from source4 to top-level libutil.