summaryrefslogtreecommitdiff
path: root/lib/util/substitute.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-11util:str_sub: talloc_free on errorDouglas Bagnall1-0/+1
2021-03-10lib/util: Replace buggy string_sub_talloc() with talloc_string_sub() in lib/utilAndrew Bartlett1-49/+117
2019-07-05util: Fix off-by-one error in message about overflowMartin Schwenke1-8/+10
2019-07-05util: Avoid localised underflowMartin Schwenke1-6/+6
2019-07-01util: Fix signed/unsigned comparisons by declaring as size_tMartin Schwenke1-8/+8
2018-03-01lib:util: Add FALL_THROUGH statements in substitute.cAndreas Schneider1-0/+2
2014-10-04lib/util: Use charset_compat.h if SAMBA_UTIL_CORE_ONLYMartin Schwenke1-0/+4
2014-10-04lib/util: Clean up includes for substitute.cMartin Schwenke1-1/+4
2014-10-04lib/util: Replace an SMB_ASSERT()Martin Schwenke1-1/+5
2011-04-29lib/util Re-merge the string_sub() and all_string_sub() from source3Andrew Bartlett1-13/+42
2009-01-19util_str: setup the correct talloc name for stringsStefan Metzmacher1-0/+2
2008-10-18Move substitute functions to a different file.Jelmer Vernooij1-0/+165