index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldb: Release LDB 1.5.1
ldb-1.5.1
Andrew Bartlett
2018-08-15
4
-1
/
+285
*
ldb: extend API tests
Andrew Bartlett
2018-08-15
1
-3
/
+44
*
ldb: Add new function ldb_dn_add_child_val()
Andrew Bartlett
2018-08-15
4
-0
/
+161
*
ldb_tdb: Remove pointless check of ldb_dn_is_valid()
Andrew Bartlett
2018-08-15
1
-8
/
+0
*
fix mem leak in ldbsearch
Andrej Gessel
2018-08-15
1
-0
/
+5
*
fix mem leak in ltdb_index_dn_base_dn and ltdb_search_indexed
Andrej Gessel
2018-08-15
1
-0
/
+2
*
ldb: no need to call del_transaction in ldb_transaction_commit
Joe Guo
2018-08-15
1
-3
/
+0
*
ldb tests: fix assertion on wrong pointer
Timur I. Bakeyev
2018-08-14
1
-1
/
+1
*
Release LDB 1.5.0 for CVE-2018-1140
ldb-1.5.0
Andrew Bartlett
2018-08-14
4
-1
/
+284
*
CVE-2018-1140 ldb: Add tests for search add and rename with a bad dn= DN
Andrew Bartlett
2018-08-14
1
-0
/
+156
*
CVE-2018-1140 ldb_tdb: Check for DN validity in add, rename and search
Andrew Bartlett
2018-08-14
2
-1
/
+42
*
CVE-2018-1140 ldb_tdb: Ensure the dn in distinguishedName= is valid before use
Andrew Bartlett
2018-08-14
1
-0
/
+9
*
CVE-2018-1140 ldb: Check for ldb_dn_get_casefold() failure in ldb_sqlite
Andrew Bartlett
2018-08-14
1
-0
/
+3
*
CVE-2018-1140 Add NULL check for ldb_dn_get_casefold() in ltdb_index_dn_attr()
Andrej Gessel
2018-08-14
1
-0
/
+9
*
lib: Add support to parse MS Catalog files
Andreas Schneider
2018-08-09
7
-0
/
+1978
*
Minor, really small, documentation fix.
Richard Sharpe
2018-08-06
1
-1
/
+1
*
tdb: test for readonly locks mode on tdbbackup command
Aaron Haslett
2018-08-06
3
-0
/
+65
*
tdb: adding readonly locks mode to tdbbackup tool
Aaron Haslett
2018-08-06
1
-7
/
+28
*
pthreadpool: reset monitor_fd after calling tevent_fd_set_auto_close()
Stefan Metzmacher
2018-07-31
1
-0
/
+1
*
pthreadpool: ignore the return value of poll(NULL, 0UL, 1)
Stefan Metzmacher
2018-07-31
1
-2
/
+2
*
lib ldb key value: convert TDB_DATA structs to ldb_val
Gary Lockyer
2018-07-30
4
-137
/
+109
*
lib ldb: rename LTDB_* constants to LDB_KV_*
Gary Lockyer
2018-07-30
5
-108
/
+108
*
lib ldb: move key value code to lib/ldb/ldb_key_value
Gary Lockyer
2018-07-30
13
-2209
/
+2338
*
lib ldb: rename ltdb_parse_data_unpack_ctx
Gary Lockyer
2018-07-30
1
-3
/
+3
*
lib ldb: remove unused function prototypes
Gary Lockyer
2018-07-30
1
-4
/
+0
*
lib ldb: rename ltdb_idxptr to ldb_kv_idxptr
Gary Lockyer
2018-07-30
2
-3
/
+3
*
lib ldb: rename tdb_key_ctx to key_ctx
Gary Lockyer
2018-07-30
1
-7
/
+7
*
lib ldb: rename ltdb_cache to ldb_kv_cache
Gary Lockyer
2018-07-30
2
-2
/
+2
*
lib ldb: format rename ldb_kv_private
Gary Lockyer
2018-07-30
7
-251
/
+329
*
lib ldb: rename ltdb_private to ldb_kv_private
Gary Lockyer
2018-07-30
9
-659
/
+659
*
lib ldb: format rename of ltdb_req_spy
Gary Lockyer
2018-07-30
1
-1
/
+2
*
lib ldb: rename ltdb_req_spy to ldb_kv_req_spy
Gary Lockyer
2018-07-30
2
-4
/
+4
*
lib ldb: rename ltdb_context to ldb_kv_context
Gary Lockyer
2018-07-30
4
-25
/
+25
*
lib ldb: reformat ltdb_reindex_context rename
Gary Lockyer
2018-07-30
2
-3
/
+6
*
lib ldb: rename struct ltdb_reindex_context
Gary Lockyer
2018-07-30
3
-5
/
+5
*
lib ldb: fix formatting of ldb_kv rename.
Gary Lockyer
2018-07-30
4
-361
/
+384
*
lib ldb: Rename functions to ldb_kv
Gary Lockyer
2018-07-30
6
-385
/
+397
*
pthreadpool: we need to use pthreadpool_tevent_per_thread_cwd() on the caller...
Stefan Metzmacher
2018-07-27
1
-1
/
+2
*
ldb_mdb: #ifdef EBADE as it is not portable
Stefan Metzmacher
2018-07-27
1
-0
/
+2
*
pthreadpool: add a missing include
Ralph Boehme
2018-07-25
2
-0
/
+2
*
lib audit_logging: add _WARN_UNUSED_RESULT_
Gary Lockyer
2018-07-25
2
-47
/
+66
*
json: Add unit tests for error handling
Gary Lockyer
2018-07-25
2
-0
/
+900
*
json: Modify API to use return codes
Gary Lockyer
2018-07-25
3
-267
/
+573
*
lib/util: rename USE_LINUX_THREAD_CREDENTIALS to HAVE_LINUX_THREAD_CREDENTIALS
Ralph Boehme
2018-07-24
1
-12
/
+12
*
pthreadpool: test cancelling and freeing jobs of a wrapped pthreadpool_tevent
Ralph Boehme
2018-07-24
1
-0
/
+573
*
pthreadpool: implement pthreadpool_tevent_wrapper_create() infrastructure
Stefan Metzmacher
2018-07-24
2
-1
/
+433
*
pthreadpool: add pthreadpool_restart_check[_monitor_{fd,drain}]()
Stefan Metzmacher
2018-07-24
3
-0
/
+365
*
pthreadpool: add tests for pthreadpool_tevent_[current_job_]per_thread_cwd()
Stefan Metzmacher
2018-07-24
1
-0
/
+144
*
pthreadpool: add pthreadpool_tevent_[current_job_]per_thread_cwd()
Stefan Metzmacher
2018-07-24
2
-0
/
+33
*
pthreadpool: call unshare(CLONE_FS) if available
Ralph Boehme
2018-07-24
3
-0
/
+56
[next]