summaryrefslogtreecommitdiff
path: root/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2013-10-22ldb: Fix CID 240798 Uninitialized pointer readVolker Lendecke1-1/+1
2013-10-10ldb:rdn_name: reject 'distinguishedName' depending of the MOD flagsStefan Metzmacher1-2/+8
2013-09-23s4-openldap: Remove use of talloc_reference in ldb_map_outbound.cNadezhda Ivanova1-9/+13
2013-09-23Add LDB_MAP_RENDROP optionHoward Chu4-8/+23
2013-09-19Fix SEGV from improperly formed SUBSTRING/PRESENCE filterHoward Chu1-1/+1
2013-09-17Cleanup map return codesHoward Chu1-18/+17
2013-09-16ldb: Show the type of failing operation in default error messageAndrew Bartlett1-1/+26
2013-09-10ldb: Do not build libldb-cmdline when using system ldb.Jeroen Dekkers1-4/+4
2013-08-19ldb_map: Fix CID 1034791 Dereference null return valueVolker Lendecke1-0/+6
2013-08-19pyldb: Fix CID 1034792 Dereference null return valueVolker Lendecke1-0/+4
2013-08-19ldb: Fix CID 1034793 Dereference null return valueVolker Lendecke1-0/+4
2013-08-18ldb: Fix a const warningVolker Lendecke2-3/+3
2013-08-06pyldb: decrement ref counters on py_results and quiet warningsMatthieu Patou1-0/+4
2013-06-24ldb: bump version to allow a depencency on the substring crash fixAndrew Bartlett3-1/+265
2013-06-24ldb: Cope with substring match with no chunks in ldb_filter_from_treeAndrew Bartlett1-1/+1
2013-06-22ldb: Ensure not to segfault on a filter such as (mail=)Andrew Bartlett1-0/+5
2013-05-20ldb_tdb: Warn when reindexing is doneMatthieu Patou2-1/+12
2013-05-17More generic check for OpenBSD platformVadim Zhukov1-1/+1
2013-02-22ldb: Add missing dependency on replace for ldbAndrew Bartlett1-1/+1
2013-02-08ldb: Add more data test data for one level test casesMatthieu Patou1-0/+14
2013-02-08ldb: Add tests for the python apiMatthieu Patou1-0/+8
2013-02-08ldb: Add more tests related to onelevel searchMatthieu Patou2-0/+14
2013-02-08ldb: use strncmp instead of strcmp when comparing the val partMatthieu Patou1-2/+2
2013-02-08ldb: make test output more readableMatthieu Patou1-4/+2
2013-02-08ldb-tdb: Document ltdb_index_add1 for more clarityMatthieu Patou1-3/+20
2013-02-08ldb-tdb: Fix a wrong parameter in ltdb_storeMatthieu Patou1-1/+2
2013-02-08ldb_tdb: raise level of full index scan message so that it starts to be reall...Matthieu Patou1-1/+1
2013-01-26ldb: Ensure to decrement the transaction_active whenever we delete a transactionAndrew Bartlett4-1/+266
2013-01-26ldb: fix a warning by converting from TDB_DATA to struct ldb_valStefan Metzmacher1-1/+5
2013-01-24docs: ldbsearch.1.xml: Correct meta data.Karolin Seeger1-3/+3
2013-01-24docs: ldbrename.1.xml: Correct meta data.Karolin Seeger1-3/+3
2013-01-24docs: ldbmodify.1.xml: Correct meta data.Karolin Seeger1-3/+3
2013-01-24docs: ldbedit.1.xml: Correct meta data.Karolin Seeger1-3/+3
2013-01-24docs: ldbdel.1.xml: Correct meta data.Karolin Seeger1-3/+3
2013-01-24docs: ldbadd.1.xml: Correct meta data.Karolin Seeger1-3/+3
2013-01-24docs: ldb.3.xml: Correct meta data.Karolin Seeger1-2/+2
2013-01-14ldb: Move doxygen comments for ldb_connect to the right placeStephen Gallagher1-13/+12
2012-11-30ldb: fix a typo in the comment for ldb_req_is_untrusted()Michael Adam1-1/+1
2012-11-29docs: man ldbsearch: Add missing meta data.Karolin Seeger1-0/+3
2012-11-29docs: man ldbrename: Add missing meta data.Karolin Seeger1-0/+3
2012-11-29docs: man ldbmodify: Add missing meta data.Karolin Seeger1-0/+3
2012-11-29docs: man ldbedit: Add missing meta data.Karolin Seeger1-0/+3
2012-11-29docs: man ldbdel: Add missing meta data.Karolin Seeger1-0/+3
2012-11-29docs: man ldbadd: Add missing meta data.Karolin Seeger1-0/+3
2012-11-29docs: man ldb.3: Add missing meta data.Karolin Seeger1-0/+3
2012-11-13lib/ldb: add missing newline in the output of ldb_ldif_write_trace()Stefan Metzmacher1-1/+1
2012-11-01ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()Andrew Tridgell10-48/+321
2012-11-01ldb: move ldb_pack.c into commonAndrew Tridgell1-11/+11
2012-10-30ldb: Add ldbdump, based on tdbdumpAndrew Bartlett2-0/+223
2012-10-31ldb: Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.hAndrew Bartlett1-2/+0