diff options
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES new file mode 100644 index 0000000..e17b491 --- /dev/null +++ b/CHANGES @@ -0,0 +1,47 @@ +fjorker 0.1.3 (August 2, 2025) + +* Update Makefile + +Known issues: + * None at this time + +Security: + * No additional security features at this time + +fjorker 0.1.2 (July 31, 2025) + +* Add TTL attack detection + +Known issues: + * None at this time + +Security: + * No additional security features at this time + +fjorker 0.1.1 (July 31, 2025) + +* BSD-style man page + +Known issues: + * None at this time + +Security: + * No additional security features at this time + +fjorker 0.1.0 (July 30, 2025) + + * Initial release + * Basic ICMP echo request/reply functionality + * Random identifiers for enhanced security + * Sequence number validation + * Minimal information disclosure + * Simple release script with GPG signature support + +Security: + * Uses arc4random() for identifier generation + * Validates sequence numbers in responses + * Minimal code base for better auditability + * No unnecessary system information disclosure + +Known issues: + * None at this time \ No newline at end of file |