summaryrefslogtreecommitdiff
path: root/lib/util/substitute.c
Commit message (Expand)AuthorAgeFilesLines
* util:str_sub: talloc_free on errorDouglas Bagnall2021-03-111-0/+1
* lib/util: Replace buggy string_sub_talloc() with talloc_string_sub() in lib/utilAndrew Bartlett2021-03-101-49/+117
* util: Fix off-by-one error in message about overflowMartin Schwenke2019-07-051-8/+10
* util: Avoid localised underflowMartin Schwenke2019-07-051-6/+6
* util: Fix signed/unsigned comparisons by declaring as size_tMartin Schwenke2019-07-011-8/+8
* lib:util: Add FALL_THROUGH statements in substitute.cAndreas Schneider2018-03-011-0/+2
* lib/util: Use charset_compat.h if SAMBA_UTIL_CORE_ONLYMartin Schwenke2014-10-041-0/+4
* lib/util: Clean up includes for substitute.cMartin Schwenke2014-10-041-1/+4
* lib/util: Replace an SMB_ASSERT()Martin Schwenke2014-10-041-1/+5
* lib/util Re-merge the string_sub() and all_string_sub() from source3Andrew Bartlett2011-04-291-13/+42
* util_str: setup the correct talloc name for stringsStefan Metzmacher2009-01-191-0/+2
* Move substitute functions to a different file.Jelmer Vernooij2008-10-181-0/+165