summaryrefslogtreecommitdiff
path: root/lib/util/util_str_common.c
AgeCommit message (Collapse)AuthorFilesLines
2011-04-13lib/util: Make string_replace from s3 commonAndrew Bartlett1-0/+43
The s4 implementation didn't do multibyte strings, so was only good for '/' which is known to be safe in all multibyte charsets. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-04-13lib/util ucs2_align is identical, put it in commonAndrew Bartlett1-0/+7
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-04-13lib/util Move simple string routines into common code.Andrew Bartlett1-0/+54
Signed-off-by: Andrew Tridgell <tridge@samba.org>