+ fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxx
+ Fix check for third_party
+ make the successful ldb_transaction_start() message clearer
+ ldb-samba: fix a memory leak in ldif_canonicalise_objectCategory()
+ ldb-samba: Move pyldb-utils dependency to python_samba__ldb
+ build: improve detection of srcdir
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=58
- Update to 1.1.17.
+ pyldb: add some more helper functions for LdbDn
+ pyldb: fix doc string for set_extended_component()
+ pyldb: add some const to PyObject_FromLdbValue()
+ Add a env variable to disable RTLD_DEEPBIND.
+ ldb_ildap: Map some wrong username/password errors on to
LDB_ERR_INVALID_CREDENTIALS
+ pass module init errors back to the caller
+ Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR on
EACCES and EPERM
+ Fix 1138330 Dereference null return value
+ bad if test in ldb_comparison_fold()
+ use of NULL pointer bugfix
+ Fix CID 241329 Array compared against 0
+ Fix CID 240798 Uninitialized pointer read
+ rdn_name: reject 'distinguishedName' depending of the MOD flags
+ Show the type of failing operation in default error message
+ Do not build libldb-cmdline when using system ldb.
+ ldb_map: Fix CID 1034791 Dereference null return value
+ Fix a const warning
OBS-URL: https://build.opensuse.org/request/show/232735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldb?expand=0&rev=12
+ pyldb: add some more helper functions for LdbDn
+ pyldb: fix doc string for set_extended_component()
+ pyldb: add some const to PyObject_FromLdbValue()
+ Add a env variable to disable RTLD_DEEPBIND.
+ ldb_ildap: Map some wrong username/password errors on to
LDB_ERR_INVALID_CREDENTIALS
+ pass module init errors back to the caller
+ Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR on
EACCES and EPERM
+ Fix 1138330 Dereference null return value
+ bad if test in ldb_comparison_fold()
+ use of NULL pointer bugfix
+ Fix CID 241329 Array compared against 0
+ Fix CID 240798 Uninitialized pointer read
+ rdn_name: reject 'distinguishedName' depending of the MOD flags
+ Show the type of failing operation in default error message
+ Do not build libldb-cmdline when using system ldb.
+ ldb_map: Fix CID 1034791 Dereference null return value
+ Fix a const warning
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=43
- Update to 1.1.16.
+ Bump version to allow a depencency on the substring crash fix.
+ Cope with substring match with no chunks in ldb_filter_from_tree().
+ Ensure not to segfault on a filter such as (mail=).
+ Add missing dependency on replace for ldb.
+ Add more data test data for one level test cases.
+ Add tests for the python api.
+ Add more tests related to onelevel search.
+ Use strncmp instead of strcmp when comparing the val part.
+ Make test output more readable.
OBS-URL: https://build.opensuse.org/request/show/181747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldb?expand=0&rev=8
+ Bump version to allow a depencency on the substring crash fix.
+ Cope with substring match with no chunks in ldb_filter_from_tree().
+ Ensure not to segfault on a filter such as (mail=).
+ Add missing dependency on replace for ldb.
+ Add more data test data for one level test cases.
+ Add tests for the python api.
+ Add more tests related to onelevel search.
+ Use strncmp instead of strcmp when comparing the val part.
+ Make test output more readable.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=32
+ Ensure to decrement the transaction_active whenever we delete
a transaction.
+ Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h.
+ Change ltdb_unpack_data to take an ldb_context.
+ Move doxygen comments for ldb_connect to the right place.
+ Fix callers for ldb_pack_data() and ldb_unpack_data().
+ move ldb_pack.c into common.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=29
+ fixed callers for ldb_pack_data() and ldb_unpack_data()
+ move ldb_pack.c into common
+ Add ldbdump, based on tdbdump
+ Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h
+ Change ltdb_unpack_data to take an ldb_context
- Update to 1.1.13.
+ Don't use "isprint" in ldb_binary_encode(); (bso#9147).
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=27