aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2017-12-19 16:01:51 +0100
committerToni Uhlig <matzeton@googlemail.com>2017-12-19 16:01:51 +0100
commitfaa892103fe98c3e963ef4b1b21d1a5d88059336 (patch)
tree3eecc2217c21079b2b0d37b9ea2e029fed4f3176 /ChangeLog
parent23bcd14d85b272e486ff90e1f761dadd4d9508e1 (diff)
ptunnel-ng:
* ChangeLog updated for 1.0 release * additional autoconf checks e.g. _GNU_SOURCE, syslog, getopt * manpage updated
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3a3e8f..49d4086 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+PingTunnel-NG Changelog
+=======================
+
+1.00 - 18. December 2017
+- First public release
+- Fixes a exploitable memory leak (proxy/forwarder) if using password
+ protected challenge response authentication.
+- Fixes an invalid memory write during a pcap capture.
+- Full source refactoring. The code should be more readable imho.
+- This project is now Autotools based.
+ Disable optional features: SeLinux, pcap.
+- Removed an already disabled and highly buggy feature: kPT_add_iphdr
+- Added a more "GNU" alike option parsing.
+- Support a user defined PingTunnel-NG magic value which is required
+ for bypassing Cisco IPS (and maybe other IDS/IPS/Firewalls).
+ This feature was well tested against Cisco's "IronPort" which
+ scans for fingerprints in an ICMP packet (PingTunnel magic value).
+
PingTunnel Changelog
====================