summaryrefslogtreecommitdiff
path: root/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-31ldb: Change ltdb_unpack_data to take an ldb_contextAndrew Bartlett5-9/+7
2012-09-17ldb: bump version to 1.1.13 so the 4.0 release can get the isprint fixAndrew Bartlett3-1/+263
2012-09-11At Michael's suggestion, factor common code into a function. My bad :-).Jeremy Allison1-4/+9
2012-09-10Fix bug #9147 - winbind can't fetch user or group info from AD via LDAPJeremy Allison1-2/+4
2012-08-29lib/ldb: Avoid printing secret attributes in ldb trace logsAndrew Bartlett8-14/+352
2012-08-28lib/ldb: Bump ldb version to 1.1.11Andrew Bartlett3-1/+262
2012-08-22LDB:ldb_tdb.c - deny multi-valued attributes manipulation with doubletsMatthias Dieter Wallnöfer1-1/+18
2012-08-22LDB:ldbsearch - add search filter testsMatthias Dieter Wallnöfer1-0/+2
2012-08-22LDB:ldbsearch - search filters do not only contain "="Matthias Dieter Wallnöfer1-1/+1
2012-08-22LDB:ldif_handlers.c - LDB_OP_GREATER/LDB_OP_LESS are thought as ">=" or "<="Matthias Dieter Wallnöfer1-1/+1
2012-08-10lib/ldb: Use tdb_parse_record and a callback rather than tdb_fetch()Andrew Bartlett1-16/+38
2012-08-09lib/ldb: Do not vasprintf() the tevent debug messages that will not be shownAndrew Bartlett6-10/+279
2012-08-09lib/ldb: Use tdb_exists() rather than tdb_fetch()/talloc_free()Andrew Bartlett1-7/+7
2012-08-06Revert "ldb: Add parameter to avoid NULL format string flagged by -Werror=for...Andrew Bartlett1-1/+1
2012-07-31lib/ldb: Ensure rename target does not exist before deleting old recordAndrew Bartlett4-3/+301
2012-07-30ldb: Add parameter to avoid NULL format string flagged by -Werror=formatAndrew Bartlett1-1/+1
2012-07-09lib/ldb: Bump ldb release due to pyldb changesAndrew Bartlett3-1/+261
2012-07-06pyldb: Add bindings for ldb_dn_remove_base_componentsAndrew Bartlett2-0/+20
2012-07-06pyldb: Fix dn concat operation to be the other way aroundAndrew Bartlett2-2/+2
2012-07-03ldb: bump version due to header and internal implementation changesAndrew Bartlett3-1/+261
2012-06-29ccan: we're subsystems, not a library.Rusty Russell1-4/+1
2012-06-27lib/ldb: Print trace messages for modify correctlyAndrew Bartlett1-1/+1
2012-06-22ldb: lay foundation for proper utc/generalized time handlingMatthieu Patou3-5/+42
2012-06-22ldb: add the VERIFY_NAME controlMatthieu Patou2-0/+68
2012-06-19ldb: use tdb directly, not tdb_compat.Rusty Russell6-18/+20
2012-06-19TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2-31/+0
2012-06-12ldb:tests: fix use of a non-existent word (existant)Michael Adam1-1/+1