lib/util: Protect time_basic.h against multiple inclusion
[sfrench/samba-autobuild/.git] / lib / ldb /
2014-09-30 Matthieu Patouldb: fix a typo in the comment, LDB_FLAGS_MOD_xxx ...
2014-09-05 Stefan Metzmacherlib/ldb/wscript: pass dep_vars=['LDB_VERSION'] to SAMBA...
2014-08-27 Marc MuehlfeldFix typo in ldbrename manpage
2014-08-21 Amitay Isaacsldb: Fix check for third_party
2014-08-09 Ira Cooperthird_party/popt: Initial support for popt.
2014-06-20 Michael Adamldb:build: improve detection of srcdir
2014-05-03 Andrew Bartlettldb: make the successful ldb_transaction_start() messag...
2014-05-01 Stefan Metzmacherldb: change version to 1.1.17 ldb-1.1.17
2014-05-01 Stefan Metzmacherldb:pyldb: add some more helper functions for LdbDn
2014-05-01 Stefan Metzmacherldb:pyldb: fix doc string for set_extended_component()
2014-05-01 Stefan Metzmacherldb:pyldb: add some const to PyObject_FromLdbValue()
2014-04-17 Andreas Schneiderldb: Add a env variable to disable RTLD_DEEPBIND.
2014-04-02 Volker Lendeckedlinklist: Fix a typo
2014-04-02 Stefan Metzmacherlib/ldb: explicitly use allow_warnings=True
2014-02-05 Andrew Bartlettldb: pass module init errors back to the caller
2014-02-05 Andrew Bartlettldb: Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather...
2014-01-09 Matthias Dieter... samba:python - Py_RETURN_NONE remove compatibility...
2013-12-17 Volker Lendeckeldb: Fix 1138330 Dereference null return value
2013-12-12 Christian Ambachlib/ldb fix compiler warnings
2013-12-12 Christian Ambachlib/ldb fix compiler warnings
2013-12-07 Jeremy Allisonldb: bad if test in ldb_comparison_fold()
2013-12-03 Pavel Reichlldb: use of NULL pointer bugfix
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-11 Volker Lendeckeldb: Fix CID 241329 Array compared against 0
2013-10-22 Volker Lendeckeldb: Fix CID 240798 Uninitialized pointer read
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... ldb-1.1.16
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... 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_... 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... 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... ldb-1.1.12
2012-08-28 Andrew Bartlettlib/ldb: Bump ldb version to 1.1.11 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... 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 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.
next