summaryrefslogtreecommitdiff
path: root/lib/ldb/include
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-04ldb: Add new internal helper function ldb_options_get()Gary Lockyer1-0/+7
2019-07-04ldb: Try to explain the confusing overload of the LDB_FLG_MOD_* enumeration a...Andrew Bartlett1-7/+11
2019-07-04ldb/ldb_ldif: add LDB_FLAG_FORCE_NO_BASE64_LDIF flagBjörn Baumbach1-0/+6
2019-07-02lib ldb: save a copy of the options on the contextGary Lockyer1-0/+7
2019-06-11DLIST_REMOVE: clang: Fix dereference of a null pointer warningNoel Power1-1/+1
2019-05-24ldap server: generate correct referral schemesGary Lockyer1-0/+5
2019-05-22ldb: pack function for new pack formatAaron Haslett1-1/+2
2019-05-22ldb: unpack function for new pack formatAaron Haslett1-0/+1
2019-05-22ldb: baseinfo pack format check on initAaron Haslett1-0/+9
2019-05-15ldb: remove unpack only attr list functionalityAaron Haslett1-16/+4
2019-05-15ldb: move ldb_kv's filter into pack codeAndrew Bartlett1-0/+10
2019-05-15ldb: removing alloc from unpack_dataAaron Haslett1-11/+1
2019-05-10ldb.h: spelling of 'means'Douglas Bagnall1-1/+1
2019-05-10ldb.h: improve comment for LDB_ATTR_FLAG_INDEXEDDouglas Bagnall1-1/+1
2019-04-11ldb_kv: Avoid memdup of database records in the case of base searchesGarming Sam1-0/+1