summaryrefslogtreecommitdiff
path: root/lib/ldb/ldb_key_value/ldb_kv_search.c
Commit message (Expand)AuthorAgeFilesLines
* CVE-2023-0614 ldb: Filter on search base before redacting messageJoseph Sutton2023-04-051-2/+12
* CVE-2023-0614 ldb: Prevent disclosure of confidential attributesJoseph Sutton2023-04-051-0/+15
* CVE-2023-0614 ldb: Make use of ldb_filter_attrs_in_place()Joseph Sutton2023-04-051-41/+45
* lib:ldb:ldb_key_value: Fix code spellingAndreas Schneider2023-04-041-1/+1
* lib:ldb: Add the location to ldb_kv_parse_data_unpack() debug outputAndreas Schneider2023-02-151-1/+2
* CVE-2021-3670 ldb: Confirm the request has not yet timed out in ldb filter pr...ldb-2.5.0Andrew Bartlett2021-11-251-1/+32
* ldb: skip indexes on full_searchAaron Haslett2019-08-021-1/+28
* lib ldb ldb_key_value: csbuild unused parm ldb_kvGary Lockyer2019-06-131-1/+2
* lib ldb ldb_key_value: csbuild unused parm moduleGary Lockyer2019-06-131-1/+1
* ldb: remove unpack only attr list functionalityAaron Haslett2019-05-151-11/+4
* ldb: move ldb_kv's filter into pack codeAndrew Bartlett2019-05-151-143/+1
* ldb: removing msg and dn copying from filter attrsAaron Haslett2019-05-151-46/+53
* ldb: removing alloc from unpack_dataAaron Haslett2019-05-151-40/+34
* ldb_kv: Use ldb_msg_add_steal_value() in msg_add_distinguished_name()Andrew Bartlett2019-05-151-66/+14
* ldb_kv: Remove incorrect reference to LDB_UNPACK_DATA_FLAG_NO_DNAndrew Bartlett2019-05-151-2/+1
* kdb_kv_search: spell 'linearized'Douglas Bagnall2019-05-101-5/+5
* ldb: Avoid calling talloc_get_type() in ldb_kv_parse_data_unpack()Andrew Bartlett2019-04-121-3/+4
* ldb_kv: Avoid memdup of database records in the case of base searchesGarming Sam2019-04-111-17/+41
* ldb_kv: Skip @ records early in a search full scanAndrew Bartlett2019-04-101-1/+18
* ldb_kv_search: avoid handling uninitialised dnDouglas Bagnall2019-04-051-4/+5
* ldb_tdb: Remove pointless check of ldb_dn_is_valid()Andrew Bartlett2018-08-151-8/+0
* CVE-2018-1140 ldb_tdb: Check for DN validity in add, rename and searchAndrew Bartlett2018-08-141-0/+16
* lib ldb key value: convert TDB_DATA structs to ldb_valGary Lockyer2018-07-301-17/+9
* lib ldb: rename LTDB_* constants to LDB_KV_*Gary Lockyer2018-07-301-1/+1
* lib ldb: move key value code to lib/ldb/ldb_key_valueGary Lockyer2018-07-301-0/+864