summaryrefslogtreecommitdiff
path: root/lib/util/util_strlist.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Use talloc_asprintf_addbuf() in str_list_join_shell()Volker Lendecke2022-12-141-4/+5
* lib: Use talloc_asprintf_addbuf() in str_list_join()Volker Lendecke2022-12-141-1/+1
* lib: Fix whitespaceVolker Lendecke2022-12-141-24/+24
* lib: Add str_list_add_printf()Volker Lendecke2021-05-111-0/+51
* lib: Simplify str_list_make_empty()Volker Lendecke2021-05-111-9/+1
* util: Fix signed/unsigned comparisons by declaring as size_tMartin Schwenke2019-07-011-3/+3
* util: Make util_strlist.c standalone with its own header fileMartin Schwenke2016-02-051-3/+5
* util: Split str_list_make_v3() into separate fileMartin Schwenke2016-02-051-82/+0
* lib/util: use size_t for add_string_to_array().Günther Deschner2014-11-171-1/+1
* lib/util: add str_list_make_v3_const()Stefan Metzmacher2014-11-141-0/+7
* param: Add null checks for upcoming str_list_make changesGarming Sam2014-07-071-2/+2
* 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