summaryrefslogtreecommitdiffstats
path: root/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* lib/ldb: Bump ldb release due to pyldb changesAndrew 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 orderingMatthias 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 transactionAndrew 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.Jelmer 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
* waf: Factor checking for undefined symbol flags out into separate method.Jelmer Vernooij2011-11-131-0/+2
* ldb: Only check for pkg-config file when checking for system ldb.Jelmer Vernooij2011-11-131-2/+2
* ldb: Use pyembed rather than pyext for ldb-util library.Jelmer Vernooij2011-11-131-1/+1
* ldb: Re-apply pyldb fixes from Tridge and Amity, using unittest ratherJelmer Vernooij2011-11-101-33/+37
* Revert "pyldb: fixed ldb API test"Jelmer Vernooij2011-11-101-36/+39
* pyldb: fixed ldb API testAndrew Tridgell2011-11-101-39/+36
* pyldb: enhanced get() method on msg objectAndrew Tridgell2011-11-101-14/+33
* pyldb: Remove duplicate definition of SYNTAX_DN.Jelmer Vernooij2011-11-021-1/+0
* ldb: fix compiler warningDavid Disseldorp2011-11-021-1/+1
* ldb:common/ldb_modules.c - fix a typo in commentMatthias Dieter Wallnöfer2011-10-271-1/+1
* ldb: ldb_errstring() takes ldb_contxt as an argumentAmitay Isaacs2011-10-201-1/+1
* dsdb: improve debug messageAndrew Tridgell2011-10-202-6/+6
* ldb: Output more error information when a connect failsAndrew Bartlett2011-10-182-1/+6
* ldb: fixed a race in ldb initialisationAndrew Tridgell2011-10-181-1/+9
* ldb:ldb_autotransaction_request - error string shouldn't be set hereMatthias Dieter Wallnöfer2011-10-111-5/+0