summaryrefslogtreecommitdiffstats
path: root/lib/ldb/common/ldb_controls.c
Commit message (Collapse)AuthorAgeFilesLines
* ldb: add the VERIFY_NAME controlMatthieu Patou2012-06-221-0/+53
|
* ldb:ldb/common/ldb_controls.c - reference "err_string" variable correctlyMatthias Dieter Wallnöfer2012-01-021-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Revert "ldb: support raw OIDs in control string parsing"Stefan Metzmacher2011-10-071-18/+0
| | | | | | | | This reverts commit ea41860d32d38448e08cefd79d30ee1150317a9e. This is not needed, because we already have the 'local_oid' magic. metze
* ldb/ldb_controls: allow oid up to 255 charsStefan Metzmacher2011-10-071-1/+1
| | | | | | We have char oid[256], so allow sscanf() to consume 255 chars. metze
* ldb: support raw OIDs in control string parsingAndrew Tridgell2011-10-061-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>
* ldb: fixed memory leak in control string parsingAndrew Tridgell2011-10-061-0/+24
| | | | | | if parsing fails, free ctrl Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* ldb:ldb_controls.c - remove duplicate definition of "LDB_CONTROL_CMP"Matthias Dieter Wallnöfer2011-09-111-11/+3
| | | | | | And fix the comment Reviewed-by: Jelmer
* ldb:ldb_controls.c - cosmetic indentation fixMatthias Dieter Wallnöfer2011-08-191-5/+4
|
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-0/+1043
Signed-off-by: Andrew Tridgell <tridge@samba.org>