]> git.ipfire.org Git - thirdparty/samba.git/commit
ldb: Attach appropriate ldb context to returned result
authorJo Sutton <josutton@catalyst.net.nz>
Wed, 1 May 2024 04:54:01 +0000 (16:54 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 11 Jun 2024 04:32:30 +0000 (04:32 +0000)
commit4e8ca6140aff0cac534d2ea2e370c1dc70a73b21
tree8ddbec85f5c7a5158720ef0f3d645a77f206c883
parent225e6aeafc78d0508881915b8406273c15966e63
ldb: Attach appropriate ldb context to returned result

This is done by adding a new API that avoids the problems of
ldb_dn_copy() and makes it clear that a struct ldb_context *
pointer will be stored in the new copy.

Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/ABI/ldb-2.10.0.sigs
lib/ldb/common/ldb_dn.c
lib/ldb/include/ldb.h
lib/ldb/ldb_key_value/ldb_kv_search.c
python/samba/tests/krb5/gmsa_tests.py