summaryrefslogtreecommitdiff
path: root/lib/ldb/include
AgeCommit message (Expand)AuthorFilesLines
2025-03-05ldb: remove unused sqlite backendDouglas Bagnall2-3/+1
2024-06-11ldb: Attach appropriate ldb context to returned resultJo Sutton1-0/+3
2024-06-10ldb_wrap: Provide a way to avoid Samba using ldb_wrap()Andrew Bartlett1-0/+6
2024-05-23ldb: move struct ldb_debug_ops to ldb_private.hDouglas Bagnall2-11/+11
2024-05-22ldb: move struct ldb_utf8_fns to ldb_private.hDouglas Bagnall2-10/+10
2024-05-22ldb: deprecate ldb_set_utf8_fnsDouglas Bagnall1-1/+1
2024-05-22ldb: add ldb_comparison_fold_ascii() for default comparisonsDouglas Bagnall1-0/+3
2024-05-22ldb: add ldb_set_utf8_functions() for setting casefold functionsDouglas Bagnall1-4/+28
2024-05-22ldb: add a utf-8 comparison fold callbackDouglas Bagnall1-0/+1
2024-04-10ldb: add NUMERIC_CMP macro to ldb.hDouglas Bagnall1-0/+16
2024-02-16ldb: Fix documentation typosJo Sutton1-2/+2
2024-02-16ldb: Split out ldb_controls_get_control() to search a list of controlsJo Sutton1-0/+9
2024-02-16ldb: Correct copy‐and‐pasted commentsJo Sutton1-2/+2
2024-02-16ldb: Remove trailing whitespaceJo Sutton1-6/+6
2024-02-08ldb: Fix code spellingJo Sutton1-6/+6
2023-12-21ldb: Fix code spellingJoseph Sutton1-1/+1
2023-12-08ldb: Fix code spellingJoseph Sutton1-3/+3
2023-10-13ldb: sync DLIST_DEMOTE_SHORT() changes to include/dlinklist.hStefan Metzmacher1-0/+21
2023-09-11ldb: Fix code spellingJoseph Sutton1-2/+2
2023-08-14ldb: Fix code spellingJoseph Sutton1-5/+5
2023-07-19ldb: clarify LGPL scope of include/dlinklist.hStefan Metzmacher1-3/+2
2023-07-19ldb: remove trailing whitespaces from include/dlinklist.hStefan Metzmacher1-2/+2
2023-04-26ldb: Add the RFC4532 LDB_EXTENDED_WHOAMI_OID definitionVolker Lendecke1-0/+5
2023-04-12ldb: Fix function documentation to be consistentJoseph Sutton1-12/+12
2023-04-12ldb: Remove misleading commentJoseph Sutton1-2/+2
2023-04-05CVE-2023-0614 ldb: Filter on search base before redacting messageJoseph Sutton1-0/+8
2023-04-05CVE-2023-0614 ldb: Prevent disclosure of confidential attributesJoseph Sutton2-0/+16
2023-04-05CVE-2023-0614 ldb: Add ldb_parse_tree_get_attr()Joseph Sutton1-0/+3
2023-04-05CVE-2023-0614 ldb: Make ldb_filter_attrs_in_place() work in placeJoseph Sutton1-6/+5
2023-04-05CVE-2023-0614 ldb: Add function to filter message in placeJoseph Sutton1-0/+10
2023-04-05CVE-2023-0614 ldb: Add function to add distinguishedName to messageJoseph Sutton1-0/+5
2023-04-05CVE-2023-0614 ldb: Add function to remove excess capacity from an ldb messageJoseph Sutton1-0/+3
2023-04-05CVE-2023-0614 ldb: Add function to take ownership of an ldb messageJoseph Sutton1-0/+4
2023-04-05CVE-2023-0614 ldb: Add functions for handling inaccessible message elementsJoseph Sutton1-0/+4
2023-04-04lib:ldb:include: Fix code spellingAndreas Schneider2-5/+5
2023-03-31ldb: Add ldb_val -> bool,uint64,int64 parsing functionsJoseph Sutton1-0/+3
2023-03-31ldb: Split out ldb_val_as_dn() helper functionJoseph Sutton1-0/+5
2022-12-23lib:ldb: Use ldb_ascii_toupper() for case foldingAndreas Schneider1-6/+12
2022-12-23lib:ldb: Add ldb_ascii_toupper()Andreas Schneider1-0/+13
2022-12-23lib:ldb: Remove trailing white spaces in ldb_private.hAndreas Schneider1-5/+5
2022-10-21ldb: don't call comparison() directly in LDB_TYPESAFE_QSORTJoseph Sutton1-2/+6
2022-09-07ldb: Fix a typoVolker Lendecke1-1/+1
2022-07-27CVE-2022-32746 ldb: Add functions for appending to an ldb_messageJoseph Sutton1-0/+24
2022-07-27CVE-2022-32746 ldb: Ensure shallow copy modifications do not affect original ...Joseph Sutton1-0/+6
2022-07-27CVE-2022-32746 ldb: Add flag to mark message element values as sharedJoseph Sutton1-0/+6
2021-03-17ldb.h: remove undefined async_ctx function signaturesDouglas Bagnall1-12/+0
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+1
2020-05-24ldb: also use portable __has_attribute macro to check for attribute supportBjörn Jacke1-1/+1
2019-08-20ldb: Change pack format defines to enumTim Beale1-5/+8
2019-08-20ldb: Always log when the database pack format changesTim Beale1-0/+3