1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-19 14:09:02 +00:00

Add to CHANGELOG:

o [Ncat] Added support for HTTP Digest authentication of proxies, as
  both client and server. Previously only the less secure Basic was
  supported. [Venkat, David]
This commit is contained in:
david
2010-01-29 05:58:10 +00:00
parent 1135590980
commit 0b6f99affd

View File

@@ -2,6 +2,10 @@
[NOT YET RELEASED]
o [Ncat] Added support for HTTP Digest authentication of proxies, as
both client and server. Previously only the less secure Basic was
supported. [Venkat, David]
o Added better match lines for MIT Kerberos from Matt Selsky.
o [NSE] Added 5 new NSE scripts and a library for use with MySQL.