summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* uid_wrapper: use conf.blddir to construct libnss_wrapper_so_pathStefan Metzmacher2017-04-071-2/+2
* resolv_wrapper: use conf.blddir to construct libnss_wrapper_so_pathStefan Metzmacher2017-04-071-2/+2
* nss_wrapper: use conf.blddir to construct libnss_wrapper_so_pathStefan Metzmacher2017-04-071-2/+2
* auth_log: Add JSON logging of Authorisation and AuthenticationsGary Lockyer2017-03-292-1/+2
* debug: Add debug class for auth_auditAndrew Bartlett2017-03-292-0/+2
* lib/util: Add functions to escape log lines but not break all non-asciiGary Lockyer2017-03-294-0/+248
* tdb/tools: add documentation for the tdbbackup -n optionBjörn Baumbach2017-03-281-0/+8
* lib: Avoid an includes.hVolker Lendecke2017-03-281-1/+3
* lib: Avoid an includes.hVolker Lendecke2017-03-281-3/+5
* lib: Avoid an includes.hVolker Lendecke2017-03-281-1/+2
* lib: Avoid an includes.hVolker Lendecke2017-03-281-1/+5
* lib: Avoid an includes.hVolker Lendecke2017-03-281-2/+2
* lib: Avoid an includes.hVolker Lendecke2017-03-281-1/+1
* server_id_db: Protect against non-0-terminated data recordsVolker Lendecke2017-03-281-1/+21
* torture: add torture_assert_mem_not_equal_goto()Uri Simchoni2017-03-261-0/+10