summaryrefslogtreecommitdiffstats
path: root/source3/lib/cbuf.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:lib fix output of hex escapes > 0x7F with cbuf_print_quotedGregor Beck2011-11-251-1/+1
| | | | (cherry picked from commit a1fcb7e37a23dcc035686486d4afe32a67082ae1)
* s3: add function cbuf_print_quotedGregor Beck2011-04-041-0/+33
|
* s3: fix cbuf_swapptrGregor Beck2011-04-041-0/+2
|
* s3: Attempt to get the Tru64 build a bit furtherVolker Lendecke2010-10-041-1/+0
|
* s3-registry: fix some c++ build warnings.Günther Deschner2010-09-221-2/+2
| | | | Guenther
* s3-lib: add cbuf, a talloced character bufferGregor Beck2010-09-221-0/+287
Signed-off-by: Michael Adam <obnox@samba.org>