From ec0007c444949105af1bbcfe85aba0eddc6953cd Mon Sep 17 00:00:00 2001 From: nnposter Date: Sat, 23 Sep 2017 23:09:21 +0000 Subject: [PATCH] Adds changelog entry for fixes #972, #981, #984, #996. --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 657d273b4..6100b94b8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,12 @@ #s wa Nmap Changelog ($Id$); -*-text-*- +o [GH#981][GH#984][GH#996][GH#972] Fixed Ncat proxy authentication issues: + - Usernames and/or passwords could not be empty + - Passwords could not contain colons + - SOCKS5 authentication was not properly documented + - SOCKS5 authentication had a memory leak + [nnposter] + o [GH#1009][GH#1013] Fixes to autoconf header files to allow autoreconf to be run. [Lukas Schwaighofer]