• Joined on 2026-07-08
TapTap closed issue TapTap/FastSync#185 2026-07-30 19:38:27 +02:00
Feature: SSH key/agent options and remote shell customization
TapTap closed issue TapTap/FastSync#186 2026-07-30 19:38:27 +02:00
Feature: Sparse file handling (--sparse)
TapTap closed issue TapTap/FastSync#187 2026-07-30 19:38:27 +02:00
Security: Unbounded network allocation allows denial-of-service
TapTap pushed to dev at TapTap/FastSync 2026-07-30 19:38:27 +02:00
9d67fcbf92 Merge pull request 'Batch fix: security, bugs, quality, and features (v2)' (#198) from integration/all-fixes-v2 into dev
261683aaff fix: null check in str_dup, const in file.c
15a861747a style: apply clang-format
5f1b27c8ff fix: security #192 #187, bugs #194 #193, quality #195, features #174-#186
732cd67735 Merge remote-tracking branch 'origin/fix/features-v2' into integration/all-fixes-v2
Compare 11 commits »
TapTap closed issue TapTap/FastSync#188 2026-07-30 19:38:27 +02:00
Security: Path traversal in received file paths
TapTap closed issue TapTap/FastSync#189 2026-07-30 19:38:27 +02:00
Security: TLS client does not verify server hostname
TapTap closed issue TapTap/FastSync#190 2026-07-30 19:38:27 +02:00
Security: No connection limits or timeouts enables fork-bomb / slowloris
TapTap closed issue TapTap/FastSync#191 2026-07-30 19:38:27 +02:00
Security: SUID/SGID bits preserved via metadata can escalate privileges
TapTap closed issue TapTap/FastSync#192 2026-07-30 19:38:27 +02:00
Security: Scanner follows symlinks and can traverse outside source tree
TapTap closed issue TapTap/FastSync#193 2026-07-30 19:38:27 +02:00
Bug: --progress output is missing in multithreaded mode
TapTap closed issue TapTap/FastSync#194 2026-07-30 19:38:27 +02:00
Bug: TCP client only accepts IPv4 addresses, not hostnames
TapTap closed issue TapTap/FastSync#195 2026-07-30 19:38:26 +02:00
Quality: Replace strcpy/strcat with bounded string functions
TapTap closed issue TapTap/FastSync#196 2026-07-30 19:38:26 +02:00
Quality: Refactor long sender functions and duplicated dry-run logic
TapTap merged pull request TapTap/FastSync#198 2026-07-30 19:38:26 +02:00
Batch fix: security, bugs, quality, and features (v2)
TapTap pushed to integration/all-fixes-v2 at TapTap/FastSync 2026-07-30 19:34:18 +02:00
261683aaff fix: null check in str_dup, const in file.c
TapTap pushed to integration/all-fixes-v2 at TapTap/FastSync 2026-07-30 19:16:38 +02:00
15a861747a style: apply clang-format
TapTap created pull request TapTap/FastSync#198 2026-07-30 19:15:41 +02:00
Batch fix: security, bugs, quality, and features (v2)
TapTap pushed to integration/all-fixes-v2 at TapTap/FastSync 2026-07-30 19:05:21 +02:00
5f1b27c8ff fix: security #192 #187, bugs #194 #193, quality #195, features #174-#186
732cd67735 Merge remote-tracking branch 'origin/fix/features-v2' into integration/all-fixes-v2
50fb7185a8 Merge remote-tracking branch 'origin/fix/quality-v2' into integration/all-fixes-v2
3062927e07 Merge remote-tracking branch 'origin/fix/bugs-v2' into integration/all-fixes-v2
Compare 4 commits »
TapTap created branch integration/all-fixes-v2 in TapTap/FastSync 2026-07-30 19:05:21 +02:00
TapTap pushed to fix/features-v2 at TapTap/FastSync 2026-07-30 19:02:36 +02:00
5d74c7cb74 feat: rsync parity features #174-#186