summaryrefslogtreecommitdiff
path: root/source3/lib/srprs.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: Fix prototype of srprs_strVolker Lendecke2018-07-241-1/+1
| | | | | | | Many callers use "-1" as the "len" argument. That's what ssize_t is for. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* s3:lib: use includes.h with cbuf and srprsGregor Beck2012-09-071-3/+0
| | | | | | hopefully fixes build on hpux Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3: add function srprs_quoted to parse strings written with cbuf_print_quotedGregor Beck2011-04-041-1/+12
|
* s3-lib: add srprs, primitives to build simple recursive parsersGregor Beck2010-09-221-0/+181
Signed-off-by: Michael Adam <obnox@samba.org>