From 7dc1bbf928e0858b6f6570f790b68f4956b2430b Mon Sep 17 00:00:00 2001 From: tomsellers Date: Thu, 25 Aug 2016 22:37:36 +0000 Subject: [PATCH] Update CHANGELOG for last commit --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 47f937329..ab274d168 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o [NSE] Fix two issues in sslcert.lua that prevented correct operations + against LDAP services when version detection or STARTTLS were used. + [Tom Sellers] + o [GH#426] Remove a workaround for lack of selectable pcap file descriptors on Windows, which required including pcap-int.h and locking us to a single version of libpcap. The new method, using WaitForSingleObject should work