summaryrefslogtreecommitdiffstats
path: root/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* ldb: bad if test in ldb_comparison_fold()Jeremy Allison2013-12-071-1/+1
* ldb: use of NULL pointer bugfixPavel Reichl2013-12-031-2/+2
* ldb: Fix CID 241329 Array compared against 0Volker Lendecke2013-11-111-1/+1
* ldb: Fix CID 240798 Uninitialized pointer readVolker Lendecke2013-10-221-1/+1
* ldb:rdn_name: reject 'distinguishedName' depending of the MOD flagsStefan Metzmacher2013-10-101-2/+8
* s4-openldap: Remove use of talloc_reference in ldb_map_outbound.cNadezhda Ivanova2013-09-231-9/+13
* Add LDB_MAP_RENDROP optionHoward Chu2013-09-234-8/+23
* Fix SEGV from improperly formed SUBSTRING/PRESENCE filterHoward Chu2013-09-191-1/+1
* Cleanup map return codesHoward Chu2013-09-171-18/+17
* ldb: Show the type of failing operation in default error messageAndrew Bartlett2013-09-161-1/+26
* ldb: Do not build libldb-cmdline when using system ldb.Jeroen Dekkers2013-09-101-4/+4
* ldb_map: Fix CID 1034791 Dereference null return valueVolker Lendecke2013-08-191-0/+6
* pyldb: Fix CID 1034792 Dereference null return valueVolker Lendecke2013-08-191-0/+4
* ldb: Fix CID 1034793 Dereference null return valueVolker Lendecke2013-08-191-0/+4
* ldb: Fix a const warningVolker Lendecke2013-08-182-3/+3
* pyldb: decrement ref counters on py_results and quiet warningsMatthieu Patou2013-08-061-0/+4
* ldb: bump version to allow a depencency on the substring crash fixAndrew Bartlett2013-06-243-1/+265
* ldb: Cope with substring match with no chunks in ldb_filter_from_treeAndrew Bartlett2013-06-241-1/+1
* ldb: Ensure not to segfault on a filter such as (mail=)Andrew Bartlett2013-06-221-0/+5
* ldb_tdb: Warn when reindexing is doneMatthieu Patou2013-05-202-1/+12
* More generic check for OpenBSD platformVadim Zhukov2013-05-171-1/+1
* ldb: Add missing dependency on replace for ldbAndrew Bartlett2013-02-221-1/+1
* ldb: Add more data test data for one level test casesMatthieu Patou2013-02-081-0/+14
* ldb: Add tests for the python apiMatthieu Patou2013-02-081-0/+8
* ldb: Add more tests related to onelevel searchMatthieu Patou2013-02-082-0/+14
* ldb: use strncmp instead of strcmp when comparing the val partMatthieu Patou2013-02-081-2/+2
* ldb: make test output more readableMatthieu Patou2013-02-081-4/+2
* ldb-tdb: Document ltdb_index_add1 for more clarityMatthieu Patou2013-02-081-3/+20
* ldb-tdb: Fix a wrong parameter in ltdb_storeMatthieu Patou2013-02-081-1/+2
* ldb_tdb: raise level of full index scan message so that it starts to be reall...Matthieu Patou2013-02-081-1/+1
* ldb: Ensure to decrement the transaction_active whenever we delete a transactionAndrew Bartlett2013-01-264-1/+266
* ldb: fix a warning by converting from TDB_DATA to struct ldb_valStefan Metzmacher2013-01-261-1/+5
* docs: ldbsearch.1.xml: Correct meta data.Karolin Seeger2013-01-241-3/+3
* docs: ldbrename.1.xml: Correct meta data.Karolin Seeger2013-01-241-3/+3
* docs: ldbmodify.1.xml: Correct meta data.Karolin Seeger2013-01-241-3/+3
* docs: ldbedit.1.xml: Correct meta data.Karolin Seeger2013-01-241-3/+3
* docs: ldbdel.1.xml: Correct meta data.Karolin Seeger2013-01-241-3/+3
* docs: ldbadd.1.xml: Correct meta data.Karolin Seeger2013-01-241-3/+3
* docs: ldb.3.xml: Correct meta data.Karolin Seeger2013-01-241-2/+2
* ldb: Move doxygen comments for ldb_connect to the right placeStephen Gallagher2013-01-141-13/+12
* ldb: fix a typo in the comment for ldb_req_is_untrusted()Michael Adam2012-11-301-1/+1
* docs: man ldbsearch: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldbrename: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldbmodify: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldbedit: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldbdel: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldbadd: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldb.3: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* lib/ldb: add missing newline in the output of ldb_ldif_write_trace()Stefan Metzmacher2012-11-131-1/+1
* ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()Andrew Tridgell2012-11-0110-48/+321