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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-31
ldb_tdb: change the arguments to ldb_is_indexed() to provide the ltdb_private
Andrew Bartlett
1
-24
/
+25
2017-05-31
ldb_tdb: Split index load out into a sub-funciton: ltdb_index_load
Andrew Bartlett
1
-29
/
+44
2017-05-23
ldb_tdb: Call talloc_free(options_dn) as soon as we are done with options_dn
Andrew Bartlett
1
-0
/
+1
2017-05-23
ldb_tdb: Provide better debugging on end_trans failures
Andrew Bartlett
1
-2
/
+8
2017-05-23
ldb_tdb: Provide better debugging on prepare_commit failures
Andrew Bartlett
1
-3
/
+10
2017-05-23
tdb: Improve debugging when the allrecord lock fails to upgrade
Andrew Bartlett
1
-4
/
+17
2017-05-17
lib/torture: add two more ndr assert macros
Ralph Boehme
1
-0
/
+12
2017-05-17
lib: Update pam_wrapper to 1.0.4
Andreas Schneider
2
-2
/
+5
2017-05-16
ldb-samba: Fix a possible NULL pointer dereference
Andreas Schneider
1
-1
/
+3
2017-05-11
s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...
Jeremy Allison
1
-1
/
+2
2017-05-10
lib/krb5_samba: remove some dead prototypes
Günther Deschner
1
-2
/
+0
2017-05-06
ldb: Do not use mktemp() nor leak files into /tmp during api.py test
Andrew Bartlett
1
-69
/
+96
2017-05-06
ldb: Add test for transaction deadlock detected when waiting for a search
Andrew Bartlett
1
-0
/
+243
2017-05-06
ldb: Add some tests to clarify the current iterator behaviour
Andrew Bartlett
1
-6
/
+109
2017-05-05
pam_wrapper: Add PAM_STRERROR_CONST configure check
Volker Lendecke
1
-0
/
+7
2017-05-02
lib: FreeBSD needs sys/wait.h for WIFEXITED
Volker Lendecke
1
-0
/
+1
2017-05-02
systemd: fix detection of libsystemd
Alexander Bokovoy
1
-7
/
+8
2017-04-30
Revert "lib/util: make use of tfork in samba_runcmd_send()"
Ralph Boehme
2
-58
/
+48
2017-04-29
param: Add 'mit kdc command' to change the default.
Andreas Schneider
1
-0
/
+5
2017-04-27
tdb: version 1.3.13
tdb-1.3.13
Stefan Metzmacher
2
-1
/
+71
2017-04-27
tdb: Improve debugging in _tdb_transaction_start
Andrew Bartlett
1
-0
/
+4
2017-04-27
tdb: Improve debugging when the allrecord lock fails to upgrade
Andrew Bartlett
2
-1
/
+6
2017-04-27
tdb: runtime check for robust mutexes may hang in threaded programs
Ralph Boehme
1
-46
/
+70
2017-04-25
lib/util: fix a Coverity finding in tfork
Ralph Boehme
1
-5
/
+18
2017-04-22
tdbtool: Add "storehex" command
Volker Lendecke
2
-0
/
+97
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
2
-6
/
+6
2017-04-20
lib/util: add a test for samba_runcmd_send()
Ralph Boehme
1
-0
/
+36
2017-04-20
lib/util: make use of tfork in samba_runcmd_send()
Ralph Boehme
2
-48
/
+58
2017-04-20
lib/util: add a test for tfork()
Ralph Boehme
1
-0
/
+102
2017-04-20
lib/util: add tfork()
Stefan Metzmacher
3
-2
/
+380
2017-04-19
ldb:tests: Unit test the ldb_rename() operation
Jakub Hrozek
1
-38
/
+256
2017-04-19
ldb:tests: Add tests for case insensitive searches
Jakub Hrozek
1
-0
/
+114
2017-04-19
ldb:tests: unit test for ldb_search()
Jakub Hrozek
1
-13
/
+380
2017-04-19
ldb:tests: Add a modify test
Jakub Hrozek
1
-0
/
+423
2017-04-19
ldb:tests: Add a test for ldb transactions
Jakub Hrozek
1
-0
/
+80
2017-04-19
ldb:tests: Add a basic delete test
Jakub Hrozek
1
-13
/
+121
2017-04-19
ldb:tests: Add a basic search test
Jakub Hrozek
1
-0
/
+72
2017-04-19
ldb:tests: A rudimentary ldb_add() test
Jakub Hrozek
1
-0
/
+51
2017-04-19
ldb:tests: Build a ldb test for the tdb backend
Andreas Schneider
1
-1
/
+24
2017-04-19
ldb:tests: Add a simple cmocka test for ldb_connect()
Jakub Hrozek
1
-0
/
+107
2017-04-19
ldb: Clarify LDB_MODULES_PATH is used
Jakub Hrozek
1
-0
/
+4
2017-04-19
ldb_tdb: Remove unused function parameter
Jakub Hrozek
1
-4
/
+3
2017-04-19
ldb_tdb: Remove unused function parameter
Jakub Hrozek
1
-4
/
+3
2017-04-19
ldb_tdb: Remove unused function ltdb_add_attr_results
Jakub Hrozek
2
-140
/
+0
2017-04-18
dbwrap: add dbwrap_parse_record_send/recv
Ralph Boehme
3
-1
/
+146
2017-04-18
dbwrap: add parse_record_send/recv to struct db_context
Ralph Boehme
1
-0
/
+12
2017-04-18
dbwrap: add enum dbwrap_req_state
Ralph Boehme
1
-0
/
+23
2017-04-18
lib/util: add and use iov_concat
Ralph Boehme
3
-3
/
+25
2017-04-18
lib: param: Remove lpcfg_register_defaults_hook().
Jeremy Allison
2
-48
/
+0
2017-04-18
lib: debug: Avoid negative array access.
Jeremy Allison
1
-1
/
+1
[prev]
[next]