From faa892103fe98c3e963ef4b1b21d1a5d88059336 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 19 Dec 2017 16:01:51 +0100 Subject: ptunnel-ng: * ChangeLog updated for 1.0 release * additional autoconf checks e.g. _GNU_SOURCE, syslog, getopt * manpage updated --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') 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 ==================== -- cgit v1.2.3