summaryrefslogtreecommitdiff
path: root/source3/lib/string_replace.h
AgeCommit message (Collapse)AuthorFilesLines
2025-02-05lib: Remove a pointer from R/W .dataVolker Lendecke1-1/+1
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2025-02-05lib: Convert string_replace_allocate() to return 0/errnoVolker Lendecke1-6/+6
This is only used in the VFS, which is still in large parts errno-based. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2019-07-12s3: move fruit catia string replace mappings to s3/lib/Ralph Boehme1-0/+2
This will be needed by another component soonish. Signed-off-by: Ralph Boehme <slow@samba.org>
2019-07-12s3:{modules => lib}/string_replace.[c|h]Ralph Boehme1-0/+33
This is now also consumed by something outside source3/modules/. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>