s3:smbd: use new function cluster_probe_ok()
[mat/samba.git] / lib / ldb /
2013-10-10 Stefan Metzmacherldb:rdn_name: reject 'distinguishedName' depending...
2013-09-24 Nadezhda Ivanovas4-openldap: Remove use of talloc_reference in ldb_map_...
2013-09-24 Howard ChuAdd LDB_MAP_RENDROP option
2013-09-18 Howard ChuFix SEGV from improperly formed SUBSTRING/PRESENCE...
2013-09-17 Howard ChuCleanup map return codes
2013-09-16 Andrew Bartlettldb: Show the type of failing operation in default...
2013-09-10 Jeroen Dekkersldb: Do not build libldb-cmdline when using system...
2013-08-18 Volker Lendeckeldb_map: Fix CID 1034791 Dereference null return value
2013-08-18 Volker Lendeckepyldb: Fix CID 1034792 Dereference null return value
2013-08-18 Volker Lendeckeldb: Fix CID 1034793 Dereference null return value
2013-08-18 Volker Lendeckeldb: Fix a const warning
2013-08-05 Matthieu Patoupyldb: decrement ref counters on py_results and quiet...
2013-06-24 Andrew Bartlettldb: bump version to allow a depencency on the substrin...
2013-06-24 Andrew Bartlettldb: Cope with substring match with no chunks in ldb_fi...
2013-06-22 Andrew Bartlettldb: Ensure not to segfault on a filter such as (mail=)
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...
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_...
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...
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...
2012-08-28 Andrew Bartlettlib/ldb: Bump ldb version to 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...
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
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...
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
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.
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...
next