index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ldb
/
include
/
ldb.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-15
ldb: add "policy hints" controls to be used by password_hash module
Douglas Bagnall
1
-0
/
+30
2025-03-05
ldb: remove unused sqlite backend
Douglas Bagnall
1
-1
/
+1
2024-06-11
ldb: Attach appropriate ldb context to returned result
Jo Sutton
1
-0
/
+3
2024-06-10
ldb_wrap: Provide a way to avoid Samba using ldb_wrap()
Andrew Bartlett
1
-0
/
+6
2024-05-23
ldb: move struct ldb_debug_ops to ldb_private.h
Douglas Bagnall
1
-11
/
+0
2024-05-22
ldb: move struct ldb_utf8_fns to ldb_private.h
Douglas Bagnall
1
-10
/
+0
2024-05-22
ldb: deprecate ldb_set_utf8_fns
Douglas Bagnall
1
-1
/
+1
2024-05-22
ldb: add ldb_set_utf8_functions() for setting casefold functions
Douglas Bagnall
1
-4
/
+28
2024-05-22
ldb: add a utf-8 comparison fold callback
Douglas Bagnall
1
-0
/
+1
2024-04-10
ldb: add NUMERIC_CMP macro to ldb.h
Douglas Bagnall
1
-0
/
+16
2024-02-16
ldb: Split out ldb_controls_get_control() to search a list of controls
Jo Sutton
1
-0
/
+9
2024-02-16
ldb: Correct copy‐and‐pasted comments
Jo Sutton
1
-2
/
+2
2024-02-08
ldb: Fix code spelling
Jo Sutton
1
-6
/
+6
2023-12-21
ldb: Fix code spelling
Joseph Sutton
1
-1
/
+1
2023-12-08
ldb: Fix code spelling
Joseph Sutton
1
-3
/
+3
2023-09-11
ldb: Fix code spelling
Joseph Sutton
1
-2
/
+2
2023-08-14
ldb: Fix code spelling
Joseph Sutton
1
-5
/
+5
2023-04-26
ldb: Add the RFC4532 LDB_EXTENDED_WHOAMI_OID definition
Volker Lendecke
1
-0
/
+5
2023-04-12
ldb: Fix function documentation to be consistent
Joseph Sutton
1
-12
/
+12
2023-04-04
lib:ldb:include: Fix code spelling
Andreas Schneider
1
-4
/
+4
2022-12-23
lib:ldb: Use ldb_ascii_toupper() for case folding
Andreas Schneider
1
-6
/
+12
2022-10-21
ldb: don't call comparison() directly in LDB_TYPESAFE_QSORT
Joseph Sutton
1
-2
/
+6
2022-09-07
ldb: Fix a typo
Volker Lendecke
1
-1
/
+1
2022-07-27
CVE-2022-32746 ldb: Add functions for appending to an ldb_message
Joseph Sutton
1
-0
/
+24
2022-07-27
CVE-2022-32746 ldb: Ensure shallow copy modifications do not affect original ...
Joseph Sutton
1
-0
/
+6
2021-03-17
ldb.h: remove undefined async_ctx function signatures
Douglas Bagnall
1
-12
/
+0
2020-08-28
lib/util: remove extra safe_string.h file
Matthew DeVore
1
-0
/
+1
2020-05-24
ldb: also use portable __has_attribute macro to check for attribute support
Björn Jacke
1
-1
/
+1
2019-08-20
ldb: Always log when the database pack format changes
Tim Beale
1
-0
/
+3
2019-07-04
ldb: Try to explain the confusing overload of the LDB_FLG_MOD_* enumeration a...
Andrew Bartlett
1
-7
/
+11
2019-07-04
ldb/ldb_ldif: add LDB_FLAG_FORCE_NO_BASE64_LDIF flag
Björn Baumbach
1
-0
/
+6
2019-05-10
ldb.h: spelling of 'means'
Douglas Bagnall
1
-1
/
+1
2019-05-10
ldb.h: improve comment for LDB_ATTR_FLAG_INDEXED
Douglas Bagnall
1
-1
/
+1
2019-04-08
ldb: activating <= and >= indexing for integers
Aaron Haslett
1
-0
/
+6
2019-04-08
ldb: <= and >= indexed searching
Aaron Haslett
1
-0
/
+4
2018-08-15
ldb: Add new function ldb_dn_add_child_val()
Andrew Bartlett
1
-0
/
+3
2017-09-07
ldb: Add new ldb_ldif_message_redacted_string() with tests
Andrew Bartlett
1
-5
/
+35
2017-06-15
ldb.h whitespace
Douglas Bagnall
1
-91
/
+91
2017-05-31
ldb: Allow a caller (in particular Samba) to handle the list of attributes wi...
Andrew Bartlett
1
-0
/
+5
2017-04-19
ldb: Clarify LDB_MODULES_PATH is used
Jakub Hrozek
1
-0
/
+4
2017-03-09
ldb: add LDB_FLG_DONT_CREATE_DB
Stefan Metzmacher
1
-0
/
+9
2016-12-01
ldb: Add helper function ldb_schema_attribute_remove_flagged()
Andrew Bartlett
1
-0
/
+5
2016-12-01
ldb:controls: add LDB_CONTROL_RECALCULATE_RDN_OID
Stefan Metzmacher
1
-0
/
+7
2016-03-09
ldb controls: use uint8_t* for contextID binary blob
Douglas Bagnall
1
-2
/
+2
2016-02-17
ldb: add support for LDB_CONTROL_DIRSYNC_EX
Stefan Metzmacher
1
-0
/
+2
2016-02-17
ldb: add LDB_ATTR_FLAG_FORCE_BASE64_LDIF support
Stefan Metzmacher
1
-0
/
+5
2014-09-30
ldb: fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxx
Matthieu Patou
1
-2
/
+2
2013-01-14
ldb: Move doxygen comments for ldb_connect to the right place
Stephen Gallagher
1
-13
/
+12
2012-06-22
ldb: lay foundation for proper utc/generalized time handling
Matthieu Patou
1
-0
/
+1
2012-06-22
ldb: add the VERIFY_NAME control
Matthieu Patou
1
-0
/
+15
[next]