summaryrefslogtreecommitdiff
path: root/source3/lib/substitute_generic.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:lib: Add FALL_THROUGH statements in substitute_generic.cAndreas Schneider2018-03-011-0/+2
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* Finally remove all malloc()'s from the substitute code. Now totallyJeremy Allison2012-01-271-4/+4
| | | | | | | talloc() based. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Jan 27 03:43:21 CET 2012 on sn-devel-104
* s3-lib Move realloc based string substitution functions out of util_str.cAndrew Bartlett2011-05-311-0/+116
This makes the dependency set for source3/lib/util_str.c simpiler, which in turn makes it easier to build a dependency tree. Andrew Bartlett