summaryrefslogtreecommitdiff
path: root/lib/util/util_strlist.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-15lib: Remove unused str_list_showVolker Lendecke1-15/+0
2022-12-14lib: Use talloc_asprintf_addbuf() in str_list_join_shell()Volker Lendecke1-4/+5
2022-12-14lib: Use talloc_asprintf_addbuf() in str_list_join()Volker Lendecke1-1/+1
2022-12-14lib: Fix whitespaceVolker Lendecke1-24/+24
2021-05-11lib: Add str_list_add_printf()Volker Lendecke1-0/+51
2021-05-11lib: Simplify str_list_make_empty()Volker Lendecke1-9/+1
2019-07-01util: Fix signed/unsigned comparisons by declaring as size_tMartin Schwenke1-3/+3
2016-02-05util: Make util_strlist.c standalone with its own header fileMartin Schwenke1-3/+5
2016-02-05util: Split str_list_make_v3() into separate fileMartin Schwenke1-82/+0
2014-11-17lib/util: use size_t for add_string_to_array().Günther Deschner1-1/+1
2014-11-14lib/util: add str_list_make_v3_const()Stefan Metzmacher1-0/+7
2014-07-07param: Add null checks for upcoming str_list_make changesGarming Sam1-2/+2
2014-05-07move str_list_make_v3 out of s3 codeGarming Sam1-0/+66
2014-04-02lib/util: fix const warningsStefan Metzmacher1-1/+1
2011-04-13lib/util Move simple string routines into common code.Andrew Bartlett1-0/+26
2010-02-22Spelling fixes for libutilBrad Hards1-4/+4
2010-02-14lib: use TYPESAFE_QSORT() in lib/ and libcli/Andrew Tridgell1-1/+2
2009-12-01util/util_strlist - add a call "const_str_list" for making "unconst" lists "c...Matthias Dieter Wallnöfer1-0/+9
2009-11-20util/strlist: Fix up "const" warnings in the string list and test codeMatthias Dieter Wallnöfer1-1/+2
2009-11-13util: str_list_unique() bugfixKamen Mazdrashki1-1/+1
2009-09-24Remove the const from the str_list_XXX functions thatJeremy Allison1-19/+19
2009-09-10util_strlist: Add some more "const"s - small correctionMatthias Dieter Wallnöfer1-1/+1
2009-09-10util_strlist: Add some more "const"sMatthias Dieter Wallnöfer1-17/+19
2009-05-14Remove two unused variablesVolker Lendecke1-2/+0
2009-05-14Add new functions and tests: str_list_make_empty(), str_list_make_single()Andrew Bartlett1-0/+41
2009-05-03Clean up after Tridge's util_strlist changesVolker Lendecke1-18/+21
2009-04-09added _const versions of some of the str_list_*() functionsAndrew Tridgell1-0/+64
2009-04-09added str_list_unique() and str_list_show()Andrew Tridgell1-28/+49
2009-04-08Rework util_strlist prototypes to use a bit more and less constAndrew Bartlett1-7/+32
2009-04-07added a str_list_append() functionAndrew Tridgell1-0/+23
2008-10-12Add extra const.Jelmer Vernooij1-1/+1
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-8/+10
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-0/+308