summaryrefslogtreecommitdiff
path: root/source3/lib/substitute_generic.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-27Finally remove all malloc()'s from the substitute code. Now totallyJeremy Allison1-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
2011-05-31s3-lib Move realloc based string substitution functions out of util_str.cAndrew Bartlett1-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