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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-26
ldb: Introduce "colon" variable in ldb_module_connect_backend()
Volker Lendecke
1
-2
/
+4
2022-04-26
ldb: Save a few lines with TALLOC_FREE()
Volker Lendecke
1
-4
/
+1
2022-04-26
ldb: Avoid "==true/false" in a boolean expression
Volker Lendecke
1
-16
/
+16
2022-03-29
configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scripts
Stefan Metzmacher
1
-0
/
+7
2022-02-24
lib:ldb: Reformat shell scripts
Andreas Schneider
16
-194
/
+191
2022-01-24
ldb: bump version to 2.6.0 for Samba 4.17.x releases
ldb-2.6.0
Stefan Metzmacher
3
-2
/
+288
2021-11-25
CVE-2021-3670 ldb: Confirm the request has not yet timed out in ldb filter pr...
ldb-2.5.0
Andrew Bartlett
4
-1
/
+85
2021-10-05
Release ldb 2.50 for the future samba 4.16 series
Andrew Bartlett
3
-2
/
+288
2021-10-05
Release ldb 2.4.1
Andrew Bartlett
3
-1
/
+287
2021-09-28
pyldb: Make ldb.Message containment testing consistent with indexing
Joseph Sutton
1
-0
/
+21
2021-09-28
pyldb: Add tests for ldb.Message containment testing
Joseph Sutton
1
-0
/
+23
2021-09-28
pyldb: Raise TypeError for an invalid ldb.Message index
Joseph Sutton
1
-15
/
+7
2021-09-28
pyldb: Add test for an invalid ldb.Message index type
Joseph Sutton
1
-0
/
+6
2021-09-28
pyldb: Fix deleting an ldb.Control critical flag
Joseph Sutton
1
-0
/
+4
2021-09-28
pyldb: Fix deleting an ldb.Message dn
Joseph Sutton
1
-0
/
+4
2021-09-15
pyldb: Avoid use-after-free in msg_diff()
Joseph Sutton
1
-2
/
+16
2021-09-15
ldb_msg: Don't fail in ldb_msg_copy() if source DN is NULL
Joseph Sutton
1
-2
/
+4
2021-09-04
Fix Python docstrings
Joseph Sutton
1
-1
/
+1
2021-07-14
ldb: version 2.4 will be used for Samba 4.15
ldb-2.4.0
Stefan Metzmacher
1
-0
/
+1
2021-06-16
lib:ldb-samba: Improve calculate_popt_array_length()
Andreas Schneider
1
-1
/
+1
2021-06-16
lib:ldb: Use C99 initializers for builtin_popt_options[]
Andreas Schneider
1
-25
/
+225
2021-06-11
pyldb: Fix Message.items() for a message containing elements
Joseph Sutton
1
-2
/
+2
2021-06-11
pyldb: Add test for Message.items()
Joseph Sutton
1
-0
/
+21
2021-04-28
tests: Use ldbsearch '--scope instead of '-s'
Andreas Schneider
2
-5
/
+5
2021-04-26
pyldb: fix a typo
Björn Baumbach
1
-1
/
+1
2021-04-23
lib:ldb: Change page size of guidindexpackv1.ldb
Andreas Schneider
1
-0
/
+0
2021-04-23
lib:ldb: Use a 1MiB lmdb so the test also passes on aarch64 CentOS stream
Gary Lockyer
1
-3
/
+3
2021-04-07
ldb/attrib_handler casefold: simplify space dropping
Douglas Bagnall
2
-28
/
+27
2021-04-07
ldb: fix ldb_comparison_fold off-by-one overrun
Douglas Bagnall
1
-2
/
+2
2021-03-24
ldb: bump version to 2.4.0, in order to be used for Samba 4.15
Stefan Metzmacher
3
-1
/
+287
2021-03-24
CVE-2020-27840: pytests: move Dn.validate test to ldb
Douglas Bagnall
2
-0
/
+46
2021-03-24
CVE-2020-27840 ldb_dn: avoid head corruption in ldb_dn_explode
Douglas Bagnall
1
-0
/
+1
2021-03-24
CVE-2021-20277 ldb/attrib_handlers casefold: stay in bounds
Douglas Bagnall
1
-1
/
+1
2021-03-24
CVE-2021-20277 ldb tests: ldb_match tests with extra spaces
Douglas Bagnall
1
-1
/
+7
2021-03-17
ldb: improve comments for ldb_module_connect_backend()
Douglas Bagnall
1
-5
/
+9
2021-03-17
ldb/test/ldb_tdb: correct introductory comments
Douglas Bagnall
1
-2
/
+2
2021-03-17
ldb.h: remove undefined async_ctx function signatures
Douglas Bagnall
1
-12
/
+0
2021-03-11
ldb: correct comments in attrib_handers val_to_int64
Douglas Bagnall
1
-3
/
+1
2021-03-10
ldb: dn tests use cmocka print functions
Douglas Bagnall
1
-3
/
+2
2021-03-10
ldb_match: remove redundant check
Douglas Bagnall
1
-2
/
+0
2021-03-10
ldb: add tests for ldb_wildcard_compare
Douglas Bagnall
1
-10
/
+124
2021-03-10
ldb_match: trailing chunk must match end of string
Douglas Bagnall
1
-45
/
+35
2021-03-01
pyldb: catch potential overflow error in py_timestring
Stefan Metzmacher
3
-0
/
+27
2021-02-22
ldb: remove some 'if PY3's in tests
Douglas Bagnall
2
-44
/
+17
2021-02-01
lib:ldb: Add missing break in switch statement
Andreas Schneider
1
-0
/
+1
2021-01-08
ldb: Use hex_byte() in ldb_binary_decode()
Volker Lendecke
1
-23
/
+4
2020-11-10
ldb_parse_test: studio compiler doesn't like empty struct definitions
Björn Jacke
1
-3
/
+1
2020-11-10
ldb_key_value_test: studio compiler doesn't like empty struct definitions
Björn Jacke
1
-2
/
+1
2020-11-10
ldb_kv_index: fix empty initializer compile warning
Björn Jacke
1
-1
/
+1
2020-08-28
lib/util: remove extra safe_string.h file
Matthew DeVore
1
-0
/
+1
[next]