summaryrefslogtreecommitdiff
path: root/lib/ldb/common/ldb_pack.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-27ldb: Fix maybe-uninitialized warningJennifer Sutton1-1/+1
2024-12-19ldb:ldb_pack: filter avoids looping over msg when attrs contain "*"Douglas Bagnall1-9/+13
2024-11-06ldb:pack: s/the the/in the/ in commentsDouglas Bagnall1-2/+2
2023-04-12ldb: Avoid undefined pointer arithmeticJoseph Sutton1-9/+9
2023-04-12ldb: Don't wrongly claim to return message elementsJoseph Sutton1-0/+2
2023-04-05CVE-2023-0614 ldb: Make ldb_filter_attrs_in_place() work in placeJoseph Sutton1-107/+22
2023-04-05CVE-2023-0614 ldb: Add function to filter message in placeJoseph Sutton1-0/+143
2023-04-05CVE-2023-0614 ldb: Add function to add distinguishedName to messageJoseph Sutton1-3/+3
2023-04-05CVE-2023-0614 ldb: Add function to take ownership of an ldb messageJoseph Sutton1-0/+41
2023-04-04lib:ldb:common: Fix code spellingAndreas Schneider1-1/+1
2019-08-27ldb: Call TALLOC_FREE(filtered_msg->elements) on ldb_filter_attrs() failureAndrew Bartlett1-0/+1
2019-08-26ldb: use TALLOC_FREE() over talloc_free() in ldb_filter_attrs()Andrew Bartlett1-2/+1
2019-08-26ldb: Correct Pigeonhole principle validation in ldb_filter_attrs()Andrew Bartlett1-9/+22
2019-05-22ldb: pack function for new pack formatAaron Haslett1-11/+328
2019-05-22ldb: unpack function for new pack formatAaron Haslett1-13/+319
2019-05-22ldb: replacing length increments with constants in packAaron Haslett1-37/+53
2019-05-22ldb: push and pull macros for pack formatAaron Haslett1-23/+56
2019-05-22ldb: baseinfo pack format check on initAaron Haslett1-8/+15
2019-05-15ldb: remove unpack only attr list functionalityAaron Haslett1-105/+6
2019-05-15ldb: move ldb_kv's filter into pack codeAndrew Bartlett1-0/+154
2019-05-15ldb: removing alloc from unpack_dataAaron Haslett1-26/+4
2017-08-29ldb: Add LDB_UNPACK_DATA_FLAG_NO_ATTRSAndrew Bartlett1-0/+5
2017-07-02ldb_pack: use ldb_dn_from_ldb_val() and avoid a duplicate strlen() callAndrew Bartlett1-1/+4
2016-08-31ldb: Avoid multiple tiny allocations during full DB scanAndrew Bartlett1-1/+24
2016-08-11ldb: Fix some signed/unsigned hickupsVolker Lendecke1-3/+2
2016-07-28ldb: Add ldb_unpack_data_only_attr_list_flags()Andrew Bartlett1-24/+59
2015-12-17lib/ldb: Use talloc_memdup() because we know the length of the attribute alreadyAdrian Cochrane1-1/+1
2015-12-17lib/ldb: Rename variable for clarityGarming Sam1-1/+2
2015-12-17lib/ldb Add checks for overflow during ldb pack and parseAndrew Bartlett1-23/+105
2015-12-17lib/ldb: Use better variable names in ldb_unpack_only_attr_listAdrian Cochrane1-8/+13
2015-12-17lib/ldb: Clarify the intent of ldb_data_unpack_withlistGarming Sam1-13/+21
2015-12-17ldb: introduce ldb_unpack_data_withlist to unpack partial list of attributesMatthieu Patou1-21/+109
2012-11-01ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()Andrew Tridgell1-26/+23
2012-11-01ldb: move ldb_pack.c into commonAndrew Tridgell1-0/+290