summaryrefslogtreecommitdiffstats
path: root/lib/util/util_strlist.c
Commit message (Expand)AuthorAgeFilesLines
* move str_list_make_v3 out of s3 codeGarming Sam2014-05-071-0/+66
* lib/util: fix const warningsStefan Metzmacher2014-04-021-1/+1
* lib/util Move simple string routines into common code.Andrew Bartlett2011-04-131-0/+26
* Spelling fixes for libutilBrad Hards2010-02-221-4/+4
* lib: use TYPESAFE_QSORT() in lib/ and libcli/Andrew Tridgell2010-02-141-1/+2
* util/util_strlist - add a call "const_str_list" for making "unconst" lists "c...Matthias Dieter Wallnöfer2009-12-011-0/+9
* util/strlist: Fix up "const" warnings in the string list and test codeMatthias Dieter Wallnöfer2009-11-201-1/+2
* util: str_list_unique() bugfixKamen Mazdrashki2009-11-131-1/+1
* Remove the const from the str_list_XXX functions thatJeremy Allison2009-09-241-19/+19
* util_strlist: Add some more "const"s - small correctionMatthias Dieter Wallnöfer2009-09-101-1/+1
* util_strlist: Add some more "const"sMatthias Dieter Wallnöfer2009-09-101-17/+19
* Remove two unused variablesVolker Lendecke2009-05-141-2/+0
* Add new functions and tests: str_list_make_empty(), str_list_make_single()Andrew Bartlett2009-05-141-0/+41
* Clean up after Tridge's util_strlist changesVolker Lendecke2009-05-031-18/+21
* added _const versions of some of the str_list_*() functionsAndrew Tridgell2009-04-091-0/+64
* added str_list_unique() and str_list_show()Andrew Tridgell2009-04-091-28/+49
* Rework util_strlist prototypes to use a bit more and less constAndrew Bartlett2009-04-081-7/+32
* added a str_list_append() functionAndrew Tridgell2009-04-071-0/+23
* Add extra const.Jelmer Vernooij2008-10-121-1/+1
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-8/+10
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-0/+308