summaryrefslogtreecommitdiff
path: root/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* ldb: bump version to 1.1.13 so the 4.0 release can get the isprint fixldb-1.1.13Andrew Bartlett2012-09-173-1/+263
* At Michael's suggestion, factor common code into a function. My bad :-).Jeremy Allison2012-09-111-4/+9
* Fix bug #9147 - winbind can't fetch user or group info from AD via LDAPJeremy Allison2012-09-101-2/+4
* lib/ldb: Avoid printing secret attributes in ldb trace logsldb-1.1.12Andrew Bartlett2012-08-298-14/+352
* lib/ldb: Bump ldb version to 1.1.11ldb-1.1.11Andrew Bartlett2012-08-283-1/+262
* LDB:ldb_tdb.c - deny multi-valued attributes manipulation with doubletsMatthias Dieter Wallnöfer2012-08-221-1/+18
* LDB:ldbsearch - add search filter testsMatthias Dieter Wallnöfer2012-08-221-0/+2
* LDB:ldbsearch - search filters do not only contain "="Matthias Dieter Wallnöfer2012-08-221-1/+1
* LDB:ldif_handlers.c - LDB_OP_GREATER/LDB_OP_LESS are thought as ">=" or "<="Matthias Dieter Wallnöfer2012-08-221-1/+1
* lib/ldb: Use tdb_parse_record and a callback rather than tdb_fetch()Andrew Bartlett2012-08-101-16/+38
* lib/ldb: Do not vasprintf() the tevent debug messages that will not be shownldb-1.1.10Andrew Bartlett2012-08-096-10/+279
* lib/ldb: Use tdb_exists() rather than tdb_fetch()/talloc_free()Andrew Bartlett2012-08-091-7/+7
* Revert "ldb: Add parameter to avoid NULL format string flagged by -Werror=for...Andrew Bartlett2012-08-061-1/+1
* lib/ldb: Ensure rename target does not exist before deleting old recordAndrew Bartlett2012-07-314-3/+301
* ldb: Add parameter to avoid NULL format string flagged by -Werror=formatAndrew Bartlett2012-07-301-1/+1
* lib/ldb: Bump ldb release due to pyldb changesldb-1.1.8Andrew Bartlett2012-07-093-1/+261
* pyldb: Add bindings for ldb_dn_remove_base_componentsAndrew Bartlett2012-07-062-0/+20
* pyldb: Fix dn concat operation to be the other way aroundAndrew Bartlett2012-07-062-2/+2
* ldb: bump version due to header and internal implementation changesAndrew Bartlett2012-07-033-1/+261
* ccan: we're subsystems, not a library.Rusty Russell2012-06-291-4/+1
* lib/ldb: Print trace messages for modify correctlyAndrew Bartlett2012-06-271-1/+1
* ldb: lay foundation for proper utc/generalized time handlingMatthieu Patou2012-06-223-5/+42
* ldb: add the VERIFY_NAME controlMatthieu Patou2012-06-222-0/+68
* ldb: use tdb directly, not tdb_compat.Rusty Russell2012-06-196-18/+20
* TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2012-06-192-31/+0
* ldb:tests: fix use of a non-existent word (existant)Michael Adam2012-06-121-1/+1
* pyldb: Ensure that the ldb argument is really an ldb before we dereferenceAndrew Bartlett2012-06-111-0/+10
* lib/ldb/tools: add missing "replace.h"Stefan Metzmacher2012-06-114-0/+4
* LDB:ldb_tdb/ldb_tdb.c - allow LDB modify replaces with different value orderingldb-1.1.6Matthias Dieter Wallnöfer2012-04-181-3/+10
* ldb: added ldb_msg_element_equal_ordered()Andrew Tridgell2012-04-185-1/+286
* LDB:ldb_msg.c - add another OOM check in "ldb_msg_copy()"Matthias Dieter Wallnöfer2012-04-111-0/+1
* ldb-tools: Place the whole of an ldif file in a transactionldb-1.1.5Andrew Bartlett2012-04-107-16/+136
* ldb: Allow access to the line number while reading ldif from a fileAndrew Bartlett2012-04-105-7/+281
* ldb: Detect failures in ldb.base againAndrew Bartlett2012-04-103-4/+15
* Revert "ldb: Permit desactivation of autocomit for every ldb_xxx_ctrl function"Andrew Bartlett2012-04-108-28/+23
* ldb: Permit desactivation of autocomit for every ldb_xxx_ctrl functionMatthieu Patou2012-03-308-23/+28
* LDB/s4 - deny the "(dn=...)" syntax on search filters when in AD modeMatthias Dieter Wallnöfer2012-03-263-2/+19
* build: Fix build issue on OpenBSD 5.xAmitay Isaacs2012-03-161-1/+1
* pyldb: Fix some more long lines, fix formatting.Jelmer Vernooij2012-03-021-14/+37
* pyldb: Avoid using PyErr_LDB_ERROR_IS_ERR_RAISE where PyErr_SetLdbError suffi...Jelmer Vernooij2012-03-011-13/+16
* LDB:pyldb.c - use always the case insensitive comparison for attribute namesMatthias Dieter Wallnöfer2012-02-131-2/+2
* selftest: Remove unused support for --exeextAndrew Bartlett2012-02-014-58/+58
* ldbedit: prevent a transaction warning on failureKelly Yeoh2012-01-251-0/+1
* pyldb: raise an exception if we can't add the attributeMatthieu Patou2012-01-031-1/+6
* ldb:ldb/common/ldb_controls.c - reference "err_string" variable correctlyMatthias Dieter Wallnöfer2012-01-021-1/+1
* ldb:ldb_tdb.c - fix warnings in "ltdb_init_rootdse"Matthias Dieter Wallnöfer2011-12-231-7/+1
* pyldb: Add more docstrings.Jelmer Vernooij2011-12-081-7/+12
* Update ldb API sigs.ldb-1.1.4Jelmer Vernooij2011-11-302-0/+258
* Bump ldb version to 1.1.4 after introduction of ldb_module_error.Jelmer Vernooij2011-11-301-1/+1
* ldb: Add handy macros for reporting error inside ldb moduleAmitay Isaacs2011-11-171-0/+2