Age | Commit message (Expand) | Author | Files | Lines |
2013-10-10 | ldb:rdn_name: reject 'distinguishedName' depending of the MOD flags | Stefan Metzmacher | 1 | -2/+8 |
2013-09-23 | s4-openldap: Remove use of talloc_reference in ldb_map_outbound.c | Nadezhda Ivanova | 1 | -9/+13 |
2013-09-23 | Add LDB_MAP_RENDROP option | Howard Chu | 4 | -8/+23 |
2013-09-19 | Fix SEGV from improperly formed SUBSTRING/PRESENCE filter | Howard Chu | 1 | -1/+1 |
2013-09-17 | Cleanup map return codes | Howard Chu | 1 | -18/+17 |
2013-09-16 | ldb: Show the type of failing operation in default error message | Andrew Bartlett | 1 | -1/+26 |
2013-09-10 | ldb: Do not build libldb-cmdline when using system ldb. | Jeroen Dekkers | 1 | -4/+4 |
2013-08-19 | ldb_map: Fix CID 1034791 Dereference null return value | Volker Lendecke | 1 | -0/+6 |
2013-08-19 | pyldb: Fix CID 1034792 Dereference null return value | Volker Lendecke | 1 | -0/+4 |
2013-08-19 | ldb: Fix CID 1034793 Dereference null return value | Volker Lendecke | 1 | -0/+4 |
2013-08-18 | ldb: Fix a const warning | Volker Lendecke | 2 | -3/+3 |
2013-08-06 | pyldb: decrement ref counters on py_results and quiet warnings | Matthieu Patou | 1 | -0/+4 |
2013-06-24 | ldb: bump version to allow a depencency on the substring crash fix | Andrew Bartlett | 3 | -1/+265 |
2013-06-24 | ldb: Cope with substring match with no chunks in ldb_filter_from_tree | Andrew Bartlett | 1 | -1/+1 |
2013-06-22 | ldb: Ensure not to segfault on a filter such as (mail=) | Andrew Bartlett | 1 | -0/+5 |
2013-05-20 | ldb_tdb: Warn when reindexing is done | Matthieu Patou | 2 | -1/+12 |
2013-05-17 | More generic check for OpenBSD platform | Vadim Zhukov | 1 | -1/+1 |
2013-02-22 | ldb: Add missing dependency on replace for ldb | Andrew Bartlett | 1 | -1/+1 |
2013-02-08 | ldb: Add more data test data for one level test cases | Matthieu Patou | 1 | -0/+14 |
2013-02-08 | ldb: Add tests for the python api | Matthieu Patou | 1 | -0/+8 |
2013-02-08 | ldb: Add more tests related to onelevel search | Matthieu Patou | 2 | -0/+14 |
2013-02-08 | ldb: use strncmp instead of strcmp when comparing the val part | Matthieu Patou | 1 | -2/+2 |
2013-02-08 | ldb: make test output more readable | Matthieu Patou | 1 | -4/+2 |
2013-02-08 | ldb-tdb: Document ltdb_index_add1 for more clarity | Matthieu Patou | 1 | -3/+20 |
2013-02-08 | ldb-tdb: Fix a wrong parameter in ltdb_store | Matthieu Patou | 1 | -1/+2 |
2013-02-08 | ldb_tdb: raise level of full index scan message so that it starts to be reall... | Matthieu Patou | 1 | -1/+1 |
2013-01-26 | ldb: Ensure to decrement the transaction_active whenever we delete a transaction | Andrew Bartlett | 4 | -1/+266 |
2013-01-26 | ldb: fix a warning by converting from TDB_DATA to struct ldb_val | Stefan Metzmacher | 1 | -1/+5 |
2013-01-24 | docs: ldbsearch.1.xml: Correct meta data. | Karolin Seeger | 1 | -3/+3 |
2013-01-24 | docs: ldbrename.1.xml: Correct meta data. | Karolin Seeger | 1 | -3/+3 |
2013-01-24 | docs: ldbmodify.1.xml: Correct meta data. | Karolin Seeger | 1 | -3/+3 |
2013-01-24 | docs: ldbedit.1.xml: Correct meta data. | Karolin Seeger | 1 | -3/+3 |
2013-01-24 | docs: ldbdel.1.xml: Correct meta data. | Karolin Seeger | 1 | -3/+3 |
2013-01-24 | docs: ldbadd.1.xml: Correct meta data. | Karolin Seeger | 1 | -3/+3 |
2013-01-24 | docs: ldb.3.xml: Correct meta data. | Karolin Seeger | 1 | -2/+2 |
2013-01-14 | ldb: Move doxygen comments for ldb_connect to the right place | Stephen Gallagher | 1 | -13/+12 |
2012-11-30 | ldb: fix a typo in the comment for ldb_req_is_untrusted() | Michael Adam | 1 | -1/+1 |
2012-11-29 | docs: man ldbsearch: Add missing meta data. | Karolin Seeger | 1 | -0/+3 |
2012-11-29 | docs: man ldbrename: Add missing meta data. | Karolin Seeger | 1 | -0/+3 |
2012-11-29 | docs: man ldbmodify: Add missing meta data. | Karolin Seeger | 1 | -0/+3 |
2012-11-29 | docs: man ldbedit: Add missing meta data. | Karolin Seeger | 1 | -0/+3 |
2012-11-29 | docs: man ldbdel: Add missing meta data. | Karolin Seeger | 1 | -0/+3 |
2012-11-29 | docs: man ldbadd: Add missing meta data. | Karolin Seeger | 1 | -0/+3 |
2012-11-29 | docs: man ldb.3: Add missing meta data. | Karolin Seeger | 1 | -0/+3 |
2012-11-13 | lib/ldb: add missing newline in the output of ldb_ldif_write_trace() | Stefan Metzmacher | 1 | -1/+1 |
2012-11-01 | ldb: fixed callers for ldb_pack_data() and ldb_unpack_data() | Andrew Tridgell | 10 | -48/+321 |
2012-11-01 | ldb: move ldb_pack.c into common | Andrew Tridgell | 1 | -11/+11 |
2012-10-30 | ldb: Add ldbdump, based on tdbdump | Andrew Bartlett | 2 | -0/+223 |
2012-10-31 | ldb: Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h | Andrew Bartlett | 1 | -2/+0 |
2012-10-31 | ldb: Change ltdb_unpack_data to take an ldb_context | Andrew Bartlett | 5 | -9/+7 |