Merge all 5 batch PRs: security, CLI features, protocol, performance, tests/docs #146

Closed
TapTap wants to merge 3 commits from merge-all-v2 into main
2 changed files with 3 additions and 0 deletions
Showing only changes of commit a11dacd960 - Show all commits
+1
View File
@@ -51,6 +51,7 @@ typedef struct Config {
int max_depth;
FILE* log_file;
int queue_size;
bool partial;
} Config;
#define PROTOCOL_VERSION "1.3.0"
+2
View File
@@ -42,4 +42,6 @@ static void test_ssh_connect_unreachable() {
void test_transport_ssh() {
test_ssh_connect_invalid_dest_no_colon();
test_ssh_connect_invalid_dest_empty();
test_ssh_connect_malformed();
test_ssh_connect_unreachable();
}