summaryrefslogtreecommitdiff
path: root/lib/ldb/common/ldb_controls.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-07ldb/ldb_controls: allow oid up to 255 charsStefan Metzmacher1-1/+1
We have char oid[256], so allow sscanf() to consume 255 chars. metze
2011-10-06ldb: support raw OIDs in control string parsingAndrew Tridgell1-0/+18
this makes it possible to use a raw OID string on the command line or in python scripts Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-10-06ldb: fixed memory leak in control string parsingAndrew Tridgell1-0/+24
if parsing fails, free ctrl Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-09-11ldb:ldb_controls.c - remove duplicate definition of "LDB_CONTROL_CMP"Matthias Dieter Wallnöfer1-11/+3
And fix the comment Reviewed-by: Jelmer
2011-08-19ldb:ldb_controls.c - cosmetic indentation fixMatthias Dieter Wallnöfer1-5/+4
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-0/+1043
Signed-off-by: Andrew Tridgell <tridge@samba.org>