summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* notify: Fix ordering of events in notifydShilpa Krishnareddy2017-04-261-1/+2
* s4-messaging: Add helpful commentsAndrew Bartlett2017-04-261-0/+7
* process_standard: clean up messaging for children after exit()Andrew Bartlett2017-04-252-1/+4
* lib: Fix CID 1405493 Error handling issues (CHECKED_RETURN)Volker Lendecke2017-04-251-1/+6
* lib/util: fix a Coverity finding in tforkRalph Boehme2017-04-251-5/+18
* s3-libgpo: Fix the build of the group policy CSEsGünther Deschner2017-04-243-3/+3
* tdbtool: Add "storehex" commandVolker Lendecke2017-04-222-0/+97
* secrets: Protect against a non-0-terminated ldap passwordVolker Lendecke2017-04-221-0/+7
* vfs_fruit: lp_case_sensitive() does not return a boolRalph Boehme2017-04-222-5/+19
* selftest: Do not enable inbound replication during replica_syncAndrew Bartlett2017-04-221-51/+0
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-22205-335/+373
* pyrpc: Fix segfault in ClientConnectionGary Lockyer2017-04-212-0/+26
* vfs_acl_xattr|tdb: ensure create mask is at least 0666 if ignore_system_acls ...Ralph Boehme2017-04-202-6/+42
* cleanupdb: Fix a memory read errorHanno Böck2017-04-201-1/+1
* lib/util: add a test for samba_runcmd_send()Ralph Boehme2017-04-202-0/+51
* wafsamba: add source directory define SRCDIR to config.hRalph Boehme2017-04-201-0/+2
* 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-203-0/+104
* lib/util: add tfork()Stefan Metzmacher2017-04-203-2/+380
* smbldap: Bump version numberVolker Lendecke2017-04-202-1/+32
* smbldap: Privatize struct smbldap_stateVolker Lendecke2017-04-202-24/+27
* smbldap: Introduce "smbldap_get_paged_results"Volker Lendecke2017-04-203-1/+9
* smbldap: Introduce "smbldap_get_paged_results"Volker Lendecke2017-04-203-3/+9
* smbldap: Introduce "smbldap_get_ldap"Volker Lendecke2017-04-207-211/+343
* smbldap: Fix a typoVolker Lendecke2017-04-201-1/+1
* autobuild: Do not require cmocka to be installed for samba-libs to buildAndrew Bartlett2017-04-191-1/+1
* 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
* s3-tests: assignement in shell shall have no spaces around equal signAlexander Bokovoy2017-04-191-3/+3
* _netr_ServerPasswordSet2: use info level 26 to set plain text machine passwordAlexander Bokovoy2017-04-181-15/+64
* selftest: also run smb2.compound_find against share with async delay setRalph Boehme2017-04-182-0/+8
* s4/torture: add a test for compound SMB2 FIND requestsRalph Boehme2017-04-182-0/+124
* s3/smbd: add "smbd:find async delay usec" to SMB2 FINDRalph Boehme2017-04-181-0/+66
* s3/smbd: make write time fetching asyncRalph Boehme2017-04-181-5/+201