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

Merged
TapTap merged 2 commits from pr143-fixed into main 2026-07-29 18:21:20 +02:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 52d5492dee - Show all commits
+2
View File
@@ -51,6 +51,8 @@ typedef struct Config {
int max_depth;
FILE* log_file;
int queue_size;
bool follow_symlinks;
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();
}