diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2017-12-19 16:01:51 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2017-12-19 16:01:51 +0100 |
commit | faa892103fe98c3e963ef4b1b21d1a5d88059336 (patch) | |
tree | 3eecc2217c21079b2b0d37b9ea2e029fed4f3176 /ChangeLog | |
parent | 23bcd14d85b272e486ff90e1f761dadd4d9508e1 (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-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 ==================== |