1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 07:29:01 +00:00

Adds changelog entry for fixes #972, #981, #984, #996.

This commit is contained in:
nnposter
2017-09-23 23:09:21 +00:00
parent 1bc9f186b9
commit ec0007c444

View File

@@ -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]