s4-dns: set TTL value in the NS server part of the SOA record
[obnox/samba/samba-obnox.git] / lib / ldb /
2013-05-20 Matthieu Patouldb_tdb: Warn when reindexing is done
2013-05-17 Vadim ZhukovMore generic check for OpenBSD platform
2013-02-22 Andrew Bartlettldb: Add missing dependency on replace for ldb
2013-02-08 Matthieu Patouldb: Add more data test data for one level test cases
2013-02-08 Matthieu Patouldb: Add tests for the python api
2013-02-08 Matthieu Patouldb: Add more tests related to onelevel search
2013-02-08 Matthieu Patouldb: use strncmp instead of strcmp when comparing the...
2013-02-08 Matthieu Patouldb: make test output more readable
2013-02-08 Matthieu Patouldb-tdb: Document ltdb_index_add1 for more clarity
2013-02-08 Matthieu Patouldb-tdb: Fix a wrong parameter in ltdb_store
2013-02-08 Matthieu Patouldb_tdb: raise level of full index scan message so...
2013-01-26 Andrew Bartlettldb: Ensure to decrement the transaction_active wheneve... save-diskspace-tags/ldb-1.1.15
2013-01-26 Stefan Metzmacherldb: fix a warning by converting from TDB_DATA to struc...
2013-01-24 Karolin Seegerdocs: ldbsearch.1.xml: Correct meta data.
2013-01-24 Karolin Seegerdocs: ldbrename.1.xml: Correct meta data.
2013-01-24 Karolin Seegerdocs: ldbmodify.1.xml: Correct meta data.
2013-01-24 Karolin Seegerdocs: ldbedit.1.xml: Correct meta data.
2013-01-24 Karolin Seegerdocs: ldbdel.1.xml: Correct meta data.
2013-01-24 Karolin Seegerdocs: ldbadd.1.xml: Correct meta data.
2013-01-24 Karolin Seegerdocs: ldb.3.xml: Correct meta data.
2013-01-14 Stephen Gallagherldb: Move doxygen comments for ldb_connect to the right...
2012-11-30 Michael Adamldb: fix a typo in the comment for ldb_req_is_untrusted()
2012-11-29 Karolin Seegerdocs: man ldbsearch: Add missing meta data.
2012-11-29 Karolin Seegerdocs: man ldbrename: Add missing meta data.
2012-11-29 Karolin Seegerdocs: man ldbmodify: Add missing meta data.
2012-11-29 Karolin Seegerdocs: man ldbedit: Add missing meta data.
2012-11-29 Karolin Seegerdocs: man ldbdel: Add missing meta data.
2012-11-29 Karolin Seegerdocs: man ldbadd: Add missing meta data.
2012-11-29 Karolin Seegerdocs: man ldb.3: Add missing meta data.
2012-11-13 Stefan Metzmacherlib/ldb: add missing newline in the output of ldb_ldif_... save-diskspace-tags/ldb-1.1.14
2012-11-01 Andrew Tridgellldb: fixed callers for ldb_pack_data() and ldb_unpack_d...
2012-11-01 Andrew Tridgellldb: move ldb_pack.c into common
2012-10-30 Andrew Bartlettldb: Add ldbdump, based on tdbdump
2012-10-30 Andrew Bartlettldb: Remove no-longer-existing ltdb_unpack_data_free...
2012-10-30 Andrew Bartlettldb: Change ltdb_unpack_data to take an ldb_context
2012-09-17 Andrew Bartlettldb: bump version to 1.1.13 so the 4.0 release can... save-diskspace-tags/ldb-1.1.13
2012-09-11 Jeremy AllisonAt Michael's suggestion, factor common code into a...
2012-09-10 Jeremy AllisonFix bug #9147 - winbind can't fetch user or group info...
2012-08-29 Andrew Bartlettlib/ldb: Avoid printing secret attributes in ldb trace... save-diskspace-tags/ldb-1.1.12
2012-08-28 Andrew Bartlettlib/ldb: Bump ldb version to 1.1.11 save-diskspace-tags/ldb-1.1.11
2012-08-21 Matthias Dieter... LDB:ldb_tdb.c - deny multi-valued attributes manipulati...
2012-08-21 Matthias Dieter... LDB:ldbsearch - add search filter tests
2012-08-21 Matthias Dieter... LDB:ldbsearch - search filters do not only contain "="
2012-08-21 Matthias Dieter... LDB:ldif_handlers.c - LDB_OP_GREATER/LDB_OP_LESS are...
2012-08-10 Andrew Bartlettlib/ldb: Use tdb_parse_record and a callback rather...
2012-08-09 Andrew Bartlettlib/ldb: Do not vasprintf() the tevent debug messages... save-diskspace-tags/ldb-1.1.10
2012-08-09 Andrew Bartlettlib/ldb: Use tdb_exists() rather than tdb_fetch()/tallo...
2012-08-06 Andrew BartlettRevert "ldb: Add parameter to avoid NULL format string...
2012-07-31 Andrew Bartlettlib/ldb: Ensure rename target does not exist before...
2012-07-30 Andrew Bartlettldb: Add parameter to avoid NULL format string flagged...
2012-07-09 Andrew Bartlettlib/ldb: Bump ldb release due to pyldb changes save-diskspace-tags/ldb-1.1.8
2012-07-06 Andrew Bartlettpyldb: Add bindings for ldb_dn_remove_base_components
2012-07-06 Andrew Bartlettpyldb: Fix dn concat operation to be the other way...
2012-07-03 Andrew Bartlettldb: bump version due to header and internal implementa...
2012-06-29 Rusty Russellccan: we're subsystems, not a library.
2012-06-27 Andrew Bartlettlib/ldb: Print trace messages for modify correctly
2012-06-23 Matthieu Patouldb: lay foundation for proper utc/generalized time...
2012-06-23 Matthieu Patouldb: add the VERIFY_NAME control
2012-06-19 Rusty Russellldb: use tdb directly, not tdb_compat.
2012-06-19 Rusty RussellTDB2: make SAMBA use tdb1 again for the moment.
2012-06-12 Michael Adamldb:tests: fix use of a non-existent word (existant)
2012-06-11 Andrew Bartlettpyldb: Ensure that the ldb argument is really an ldb...
2012-06-10 Stefan Metzmacherlib/ldb/tools: add missing "replace.h"
2012-04-18 Matthias Dieter... LDB:ldb_tdb/ldb_tdb.c - allow LDB modify replaces with... save-diskspace-tags/ldb-1.1.6
2012-04-18 Andrew Tridgellldb: added ldb_msg_element_equal_ordered()
2012-04-11 Matthias Dieter... LDB:ldb_msg.c - add another OOM check in "ldb_msg_copy()"
2012-04-10 Andrew Bartlettldb-tools: Place the whole of an ldif file in a transaction save-diskspace-tags/ldb-1.1.5
2012-04-10 Andrew Bartlettldb: Allow access to the line number while reading...
2012-04-10 Andrew Bartlettldb: Detect failures in ldb.base again
2012-04-10 Andrew BartlettRevert "ldb: Permit desactivation of autocomit for...
2012-03-30 Matthieu Patouldb: Permit desactivation of autocomit for every ldb_xx...
2012-03-25 Matthias Dieter... LDB/s4 - deny the "(dn=...)" syntax on search filters...
2012-03-16 Amitay Isaacsbuild: Fix build issue on OpenBSD 5.x
2012-03-02 Jelmer Vernooijpyldb: Fix some more long lines, fix formatting.
2012-03-01 Jelmer Vernooijpyldb: Avoid using PyErr_LDB_ERROR_IS_ERR_RAISE where...
2012-02-12 Matthias Dieter... LDB:pyldb.c - use always the case insensitive compariso...
2012-02-01 Andrew Bartlettselftest: Remove unused support for --exeext
2012-01-25 Kelly Yeohldbedit: prevent a transaction warning on failure
2012-01-03 Matthieu Patoupyldb: raise an exception if we can't add the attribute
2012-01-02 Matthias Dieter... ldb:ldb/common/ldb_controls.c - reference "err_string...
2011-12-23 Matthias Dieter... ldb:ldb_tdb.c - fix warnings in "ltdb_init_rootdse"
2011-12-08 Jelmer Vernooijpyldb: Add more docstrings.
2011-11-30 Jelmer VernooijUpdate ldb API sigs. save-diskspace-tags/ldb-1.1.4
2011-11-30 Jelmer VernooijBump ldb version to 1.1.4 after introduction of ldb_mod...
2011-11-17 Amitay Isaacsldb: Add handy macros for reporting error inside ldb...
2011-11-13 Jelmer Vernooijwaf: Factor checking for undefined symbol flags out...
2011-11-13 Jelmer Vernooijldb: Only check for pkg-config file when checking for...
2011-11-13 Jelmer Vernooijldb: Use pyembed rather than pyext for ldb-util library.
2011-11-10 Jelmer Vernooijldb: Re-apply pyldb fixes from Tridge and Amity, using...
2011-11-10 Jelmer VernooijRevert "pyldb: fixed ldb API test"
2011-11-10 Andrew Tridgellpyldb: fixed ldb API test
2011-11-10 Andrew Tridgellpyldb: enhanced get() method on msg object
2011-11-02 Jelmer Vernooijpyldb: Remove duplicate definition of SYNTAX_DN.
2011-11-02 David Disseldorpldb: fix compiler warning
2011-10-27 Matthias Dieter... ldb:common/ldb_modules.c - fix a typo in comment
2011-10-20 Amitay Isaacsldb: ldb_errstring() takes ldb_contxt as an argument
2011-10-19 Andrew Tridgelldsdb: improve debug message
2011-10-18 Andrew Bartlettldb: Output more error information when a connect fails
2011-10-18 Andrew Tridgellldb: fixed a race in ldb initialisation
2011-10-11 Matthias Dieter... ldb:ldb_autotransaction_request - error string shouldn...
next