summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ldb: Do not use mktemp() nor leak files into /tmp during api.py testAndrew Bartlett2017-05-061-69/+96
* ldb: Add test for transaction deadlock detected when waiting for a searchAndrew Bartlett2017-05-061-0/+243
* ldb: Add some tests to clarify the current iterator behaviourAndrew Bartlett2017-05-061-6/+109
* pam_wrapper: Add PAM_STRERROR_CONST configure checkVolker Lendecke2017-05-051-0/+7
* lib: FreeBSD needs sys/wait.h for WIFEXITEDVolker Lendecke2017-05-021-0/+1
* systemd: fix detection of libsystemdAlexander Bokovoy2017-05-021-7/+8
* Revert "lib/util: make use of tfork in samba_runcmd_send()"Ralph Boehme2017-04-302-58/+48
* param: Add 'mit kdc command' to change the default.Andreas Schneider2017-04-291-0/+5
* tdb: version 1.3.13tdb-1.3.13Stefan Metzmacher2017-04-272-1/+71
* tdb: Improve debugging in _tdb_transaction_startAndrew Bartlett2017-04-271-0/+4
* tdb: Improve debugging when the allrecord lock fails to upgradeAndrew Bartlett2017-04-272-1/+6
* tdb: runtime check for robust mutexes may hang in threaded programsRalph Boehme2017-04-271-46/+70
* lib/util: fix a Coverity finding in tforkRalph Boehme2017-04-251-5/+18
* tdbtool: Add "storehex" commandVolker Lendecke2017-04-222-0/+97
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-222-6/+6
* lib/util: add a test for samba_runcmd_send()Ralph Boehme2017-04-201-0/+36
* lib/util: make use of tfork in samba_runcmd_send()Ralph Boehme2017-04-202-48/+58
* lib/util: add a test for tfork()Ralph Boehme2017-04-201-0/+102
* lib/util: add tfork()Stefan Metzmacher2017-04-203-2/+380
* ldb:tests: Unit test the ldb_rename() operationJakub Hrozek2017-04-191-38/+256
* ldb:tests: Add tests for case insensitive searchesJakub Hrozek2017-04-191-0/+114
* ldb:tests: unit test for ldb_search()Jakub Hrozek2017-04-191-13/+380
* ldb:tests: Add a modify testJakub Hrozek2017-04-191-0/+423
* ldb:tests: Add a test for ldb transactionsJakub Hrozek2017-04-191-0/+80
* ldb:tests: Add a basic delete testJakub Hrozek2017-04-191-13/+121
* ldb:tests: Add a basic search testJakub Hrozek2017-04-191-0/+72
* ldb:tests: A rudimentary ldb_add() testJakub Hrozek2017-04-191-0/+51
* ldb:tests: Build a ldb test for the tdb backendAndreas Schneider2017-04-191-1/+24
* ldb:tests: Add a simple cmocka test for ldb_connect()Jakub Hrozek2017-04-191-0/+107
* ldb: Clarify LDB_MODULES_PATH is usedJakub Hrozek2017-04-191-0/+4
* ldb_tdb: Remove unused function parameterJakub Hrozek2017-04-191-4/+3
* ldb_tdb: Remove unused function parameterJakub Hrozek2017-04-191-4/+3
* ldb_tdb: Remove unused function ltdb_add_attr_resultsJakub Hrozek2017-04-192-140/+0
* dbwrap: add dbwrap_parse_record_send/recvRalph Boehme2017-04-183-1/+146
* dbwrap: add parse_record_send/recv to struct db_contextRalph Boehme2017-04-181-0/+12
* dbwrap: add enum dbwrap_req_stateRalph Boehme2017-04-181-0/+23
* lib/util: add and use iov_concatRalph Boehme2017-04-183-3/+25
* lib: param: Remove lpcfg_register_defaults_hook().Jeremy Allison2017-04-182-48/+0
* lib: debug: Avoid negative array access.Jeremy Allison2017-04-181-1/+1
* lib:charset: Remove use of talloc_autofree_context() for global_iconv_handleJeremy Allison2017-04-181-3/+9
* lib:charset: Make global_iconv_handle privateJeremy Allison2017-04-182-2/+1
* lib: param: Remove the last external use of global_iconv_handle by calling th...Jeremy Allison2017-04-181-9/+6
* lib: param: Use utility functions to get rid of two more uses of global_iconv...Jeremy Allison2017-04-181-9/+15
* lib:charset: Add utility functions reinit_iconv_handle() and free_iconv_handl...Jeremy Allison2017-04-182-0/+23
* lib: Remove smb_iconv_handle_reinit_lp()Jeremy Allison2017-04-183-17/+7
* param: Check for valid values of 'name resolve order' optionNoel Power2017-04-132-1/+49
* tdb: Test for readonly lock upgrade bugVolker Lendecke2017-04-112-0/+167
* tdb: Do lock upgrades properlyVolker Lendecke2017-04-101-0/+16
* tdb: Fix some signed/unsigned hickupsVolker Lendecke2017-04-101-5/+7
* lib: Add pam_wrapper 1.0.3Andreas Schneider2017-04-076-0/+3529