summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* auth/gensec: fix non-AES schannel sealGünther Deschner2019-10-072-1/+9
* libcli/auth: add test for gensec_schannel codeGünther Deschner2019-10-074-0/+317
* s3: smbclient: Stop an SMB2-connection from blundering into SMB1-specific calls.Jeremy Allison2019-10-071-0/+4
* lib/replace: Remove libaio supportVolker Lendecke2019-10-043-34/+1
* ntvfs: Remove pvfs_aio.cVolker Lendecke2019-10-046-203/+1
* ctdb-tests: Rename functions to test_header() and test_footer()Martin Schwenke2019-10-041-4/+4
* ctdb-tests: Move test duration calculation to ctdb_test_run()Martin Schwenke2019-10-041-11/+13
* ctdb-tests: Add handling for skipped testsMartin Schwenke2019-10-042-2/+13
* ctdb-tests: Add a special failure code when a test error occursMartin Schwenke2019-10-042-2/+6
* ctdb-tests: Move test status interpretation to ctdb_test_run()Martin Schwenke2019-10-041-37/+39
* ctdb-tests: Move use of show_progress() into ctdb_test_run()Martin Schwenke2019-10-041-2/+3
* ctdb-tests: Simplify ctdb_test_run()Martin Schwenke2019-10-041-13/+11
* ctdb-tests: Switch TEST_CLEANUP and TEST_TIMEOUT to script variablesMartin Schwenke2019-10-041-6/+6
* ctdb-tests: Add new test functions for running commands on nodesMartin Schwenke2019-10-041-0/+40
* ctdb-tests: try_command_on_node() should return status of commandMartin Schwenke2019-10-041-1/+1
* ctdb-tests: Drop unused function ctdb_test_check_real_cluster()Martin Schwenke2019-10-041-15/+0
* ctdb-tests: Update preamble for CLUSTER testsMartin Schwenke2019-10-0416-370/+230
* ctdb-tests: Add cluster.bash include fileMartin Schwenke2019-10-043-0/+20
* ctdb-tests: Add function ctdb_test_skip_on_cluster()Martin Schwenke2019-10-046-21/+14
* ctdb-tests: Add function ctdb_test_on_cluster()Martin Schwenke2019-10-043-5/+10
* ctdb-tests: Add functions for terminating tests on failure, skip, errorMartin Schwenke2019-10-041-0/+24
* ctdb-common: Mark VacuumLimit tunable as obsoleteMartin Schwenke2019-10-045-22/+2
* ctdb-vacuum: Drop debug level of repacking message to NOTICEMartin Schwenke2019-10-041-2/+3
* ctdb-protocol: Initialise request->rdata.opcode where missingMartin Schwenke2019-10-041-0/+4
* ctdb-vacuum: Process all records not deleted on a remote nodeAmitay Isaacs2019-10-041-1/+1
* rpcclient: Remove unused global domain sidVolker Lendecke2019-10-032-83/+11
* rpcclient: Remove domain sid checkVolker Lendecke2019-10-031-6/+0
* rpcclient: Make cmd_samr.c independent of global domain_sidVolker Lendecke2019-10-031-8/+75
* rpcclient: Fix a commentVolker Lendecke2019-10-031-1/+1
* rpcclient: Move rpccli_try_samr_connects() to cmd_samr.cVolker Lendecke2019-10-033-26/+22
* rpcclient: Remove rpcclient_cli_stateVolker Lendecke2019-10-032-4/+0
* rpclient: Remove cmd_testVolker Lendecke2019-10-033-98/+0
* s3: smbd: Fix the SMB2 server to pass SMB2-PATH-SLASH.Jeremy Allison2019-10-022-1/+45
* s3: torture: Add MS-FSA style terminating '/' and '\\' test - SMB2-PATH-SLASH.Jeremy Allison2019-10-025-0/+213
* dbwrap_watch: Don't alert ourselves, fix raw.oplock.batch26 raceVolker Lendecke2019-10-021-2/+14
* dbwrap_watch: Remove "addwatch" handling from dbwrap_watched_save()Volker Lendecke2019-10-021-28/+10
* dbwrap_watch: Move reallocating watchers to dbwrap_watched_watch_send()Volker Lendecke2019-10-021-2/+19
* dbwrap_watch: Slightly simplify dbwrap_watched_fetch_locked()Volker Lendecke2019-10-021-4/+1
* epmapper: Fix printf specifiersVolker Lendecke2019-10-021-2/+2
* torture: Fix a commentVolker Lendecke2019-10-021-2/+3
* lib: Fix a typoVolker Lendecke2019-10-021-1/+1
* rpc_client: Don't pass a NULL string to talloc_asprintfVolker Lendecke2019-10-021-7/+23
* smbd: Fix CID 1453984: Null pointer dereferences (REVERSE_INULL)Volker Lendecke2019-10-021-3/+5
* lib: Fix CID 1453985: Null pointer dereferences (FORWARD_NULL)Volker Lendecke2019-10-021-0/+1
* lib: Remove some unneeded #includes from tftw.cVolker Lendecke2019-10-021-13/+2
* s3:smbd: use is_named_stream() in a a few placesRalph Boehme2019-10-026-129/+23
* vfs_default: use is_named_stream() for stream checkRalph Boehme2019-10-021-6/+6
* s3:smbd: add a comment explaining the File-ID semantics when a file is createdRalph Boehme2019-10-021-0/+9
* s3:smbd: ensure a created stream picks up the File-ID from the basefileRalph Boehme2019-10-022-2/+1
* s3:lib: add is_named_stream()Ralph Boehme2019-10-022-0/+27