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: Do not use mktemp() nor leak files into /tmp during api.py test
Andrew Bartlett
2017-05-06
1
-69
/
+96
*
ldb: Add test for transaction deadlock detected when waiting for a search
Andrew Bartlett
2017-05-06
1
-0
/
+243
*
ldb: Add some tests to clarify the current iterator behaviour
Andrew Bartlett
2017-05-06
1
-6
/
+109
*
pam_wrapper: Add PAM_STRERROR_CONST configure check
Volker Lendecke
2017-05-05
1
-0
/
+7
*
lib: FreeBSD needs sys/wait.h for WIFEXITED
Volker Lendecke
2017-05-02
1
-0
/
+1
*
systemd: fix detection of libsystemd
Alexander Bokovoy
2017-05-02
1
-7
/
+8
*
Revert "lib/util: make use of tfork in samba_runcmd_send()"
Ralph Boehme
2017-04-30
2
-58
/
+48
*
param: Add 'mit kdc command' to change the default.
Andreas Schneider
2017-04-29
1
-0
/
+5
*
tdb: version 1.3.13
tdb-1.3.13
Stefan Metzmacher
2017-04-27
2
-1
/
+71
*
tdb: Improve debugging in _tdb_transaction_start
Andrew Bartlett
2017-04-27
1
-0
/
+4
*
tdb: Improve debugging when the allrecord lock fails to upgrade
Andrew Bartlett
2017-04-27
2
-1
/
+6
*
tdb: runtime check for robust mutexes may hang in threaded programs
Ralph Boehme
2017-04-27
1
-46
/
+70
*
lib/util: fix a Coverity finding in tfork
Ralph Boehme
2017-04-25
1
-5
/
+18
*
tdbtool: Add "storehex" command
Volker Lendecke
2017-04-22
2
-0
/
+97
*
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
2017-04-22
2
-6
/
+6
*
lib/util: add a test for samba_runcmd_send()
Ralph Boehme
2017-04-20
1
-0
/
+36
*
lib/util: make use of tfork in samba_runcmd_send()
Ralph Boehme
2017-04-20
2
-48
/
+58
*
lib/util: add a test for tfork()
Ralph Boehme
2017-04-20
1
-0
/
+102
*
lib/util: add tfork()
Stefan Metzmacher
2017-04-20
3
-2
/
+380
*
ldb:tests: Unit test the ldb_rename() operation
Jakub Hrozek
2017-04-19
1
-38
/
+256
*
ldb:tests: Add tests for case insensitive searches
Jakub Hrozek
2017-04-19
1
-0
/
+114
*
ldb:tests: unit test for ldb_search()
Jakub Hrozek
2017-04-19
1
-13
/
+380
*
ldb:tests: Add a modify test
Jakub Hrozek
2017-04-19
1
-0
/
+423
*
ldb:tests: Add a test for ldb transactions
Jakub Hrozek
2017-04-19
1
-0
/
+80
*
ldb:tests: Add a basic delete test
Jakub Hrozek
2017-04-19
1
-13
/
+121
*
ldb:tests: Add a basic search test
Jakub Hrozek
2017-04-19
1
-0
/
+72
*
ldb:tests: A rudimentary ldb_add() test
Jakub Hrozek
2017-04-19
1
-0
/
+51
*
ldb:tests: Build a ldb test for the tdb backend
Andreas Schneider
2017-04-19
1
-1
/
+24
*
ldb:tests: Add a simple cmocka test for ldb_connect()
Jakub Hrozek
2017-04-19
1
-0
/
+107
*
ldb: Clarify LDB_MODULES_PATH is used
Jakub Hrozek
2017-04-19
1
-0
/
+4
*
ldb_tdb: Remove unused function parameter
Jakub Hrozek
2017-04-19
1
-4
/
+3
*
ldb_tdb: Remove unused function parameter
Jakub Hrozek
2017-04-19
1
-4
/
+3
*
ldb_tdb: Remove unused function ltdb_add_attr_results
Jakub Hrozek
2017-04-19
2
-140
/
+0
*
dbwrap: add dbwrap_parse_record_send/recv
Ralph Boehme
2017-04-18
3
-1
/
+146
*
dbwrap: add parse_record_send/recv to struct db_context
Ralph Boehme
2017-04-18
1
-0
/
+12
*
dbwrap: add enum dbwrap_req_state
Ralph Boehme
2017-04-18
1
-0
/
+23
*
lib/util: add and use iov_concat
Ralph Boehme
2017-04-18
3
-3
/
+25
*
lib: param: Remove lpcfg_register_defaults_hook().
Jeremy Allison
2017-04-18
2
-48
/
+0
*
lib: debug: Avoid negative array access.
Jeremy Allison
2017-04-18
1
-1
/
+1
*
lib:charset: Remove use of talloc_autofree_context() for global_iconv_handle
Jeremy Allison
2017-04-18
1
-3
/
+9
*
lib:charset: Make global_iconv_handle private
Jeremy Allison
2017-04-18
2
-2
/
+1
*
lib: param: Remove the last external use of global_iconv_handle by calling th...
Jeremy Allison
2017-04-18
1
-9
/
+6
*
lib: param: Use utility functions to get rid of two more uses of global_iconv...
Jeremy Allison
2017-04-18
1
-9
/
+15
*
lib:charset: Add utility functions reinit_iconv_handle() and free_iconv_handl...
Jeremy Allison
2017-04-18
2
-0
/
+23
*
lib: Remove smb_iconv_handle_reinit_lp()
Jeremy Allison
2017-04-18
3
-17
/
+7
*
param: Check for valid values of 'name resolve order' option
Noel Power
2017-04-13
2
-1
/
+49
*
tdb: Test for readonly lock upgrade bug
Volker Lendecke
2017-04-11
2
-0
/
+167
*
tdb: Do lock upgrades properly
Volker Lendecke
2017-04-10
1
-0
/
+16
*
tdb: Fix some signed/unsigned hickups
Volker Lendecke
2017-04-10
1
-5
/
+7
*
lib: Add pam_wrapper 1.0.3
Andreas Schneider
2017-04-07
6
-0
/
+3529
[next]