summaryrefslogtreecommitdiff
path: root/lib/ldb/include/ldb.h
AgeCommit message (Expand)AuthorFilesLines
2026-01-15ldb: add "policy hints" controls to be used by password_hash moduleDouglas Bagnall1-0/+30
2025-03-05ldb: remove unused sqlite backendDouglas Bagnall1-1/+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 Bagnall1-11/+0
2024-05-22ldb: move struct ldb_utf8_fns to ldb_private.hDouglas Bagnall1-10/+0
2024-05-22ldb: deprecate ldb_set_utf8_fnsDouglas Bagnall1-1/+1
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: 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-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-09-11ldb: Fix code spellingJoseph Sutton1-2/+2
2023-08-14ldb: Fix code spellingJoseph Sutton1-5/+5
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-04lib:ldb:include: Fix code spellingAndreas Schneider1-4/+4
2022-12-23lib:ldb: Use ldb_ascii_toupper() for case foldingAndreas Schneider1-6/+12
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
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: Always log when the database pack format changesTim Beale1-0/+3
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-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-08ldb: activating <= and >= indexing for integersAaron Haslett1-0/+6
2019-04-08ldb: <= and >= indexed searchingAaron Haslett1-0/+4
2018-08-15ldb: Add new function ldb_dn_add_child_val()Andrew Bartlett1-0/+3
2017-09-07ldb: Add new ldb_ldif_message_redacted_string() with testsAndrew Bartlett1-5/+35
2017-06-15ldb.h whitespaceDouglas Bagnall1-91/+91
2017-05-31ldb: Allow a caller (in particular Samba) to handle the list of attributes wi...Andrew Bartlett1-0/+5
2017-04-19ldb: Clarify LDB_MODULES_PATH is usedJakub Hrozek1-0/+4
2017-03-09ldb: add LDB_FLG_DONT_CREATE_DBStefan Metzmacher1-0/+9
2016-12-01ldb: Add helper function ldb_schema_attribute_remove_flagged()Andrew Bartlett1-0/+5
2016-12-01ldb:controls: add LDB_CONTROL_RECALCULATE_RDN_OIDStefan Metzmacher1-0/+7
2016-03-09ldb controls: use uint8_t* for contextID binary blobDouglas Bagnall1-2/+2
2016-02-17ldb: add support for LDB_CONTROL_DIRSYNC_EXStefan Metzmacher1-0/+2
2016-02-17ldb: add LDB_ATTR_FLAG_FORCE_BASE64_LDIF supportStefan Metzmacher1-0/+5
2014-09-30ldb: fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxxMatthieu Patou1-2/+2
2013-01-14ldb: Move doxygen comments for ldb_connect to the right placeStephen Gallagher1-13/+12
2012-06-22ldb: lay foundation for proper utc/generalized time handlingMatthieu Patou1-0/+1
2012-06-22ldb: add the VERIFY_NAME controlMatthieu Patou1-0/+15