1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/lib/ldb/ldb_key_value
Andrew Bartlett 9310d9088d ldb: move ldb_kv's filter into pack code
This patch moves ldb_kv's filter code into the pack code to replace
'only attr list' functionality which will be removed in forthcoming
commit. Unpacking data then filtering the result is not any slower
than the removed 'only attr list' approach.
'only attr list' test repurposed to test unpack -> filter flow.

NOTE: Configure with --abi-check-disable to build this commit. This
patch is part of a set of LDB ABI changes, and the version update is
done on the last commit.

Signed-off-by: Aaron Haslett <aaronhaslett@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
2019-05-15 04:03:37 +00:00
..
ldb_kv_cache.c ldb: removing alloc from unpack_data 2019-05-15 04:03:36 +00:00
ldb_kv_index.c ldb: removing msg and dn copying from filter attrs 2019-05-15 04:03:36 +00:00
ldb_kv_search.c ldb: move ldb_kv's filter into pack code 2019-05-15 04:03:37 +00:00
ldb_kv.c ldb: removing alloc from unpack_data 2019-05-15 04:03:36 +00:00
ldb_kv.h ldb: removing msg and dn copying from filter attrs 2019-05-15 04:03:36 +00:00