From eae5577f2c6955d8e90afbd0f16ebd77e3e82b36 Mon Sep 17 00:00:00 2001 From: luis Date: Tue, 22 Jun 2010 17:58:49 +0000 Subject: [PATCH] Added an entry about the new netutil library --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 3ad7a2f48..7840d1f71 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # Nmap Changelog ($Id$); -*-text-*- +o Added a brand new library, libnetutil, which contains networking related + code that was being used by Nmap and Nping but was duplicated, stored + in two different places. With the creation of this library, around 2,700 + lines of code are now shared by Nmap and Nping and kept in a single location. + o [NSE] Added ftp-libopie.nse by Gutek. This script checks for an off-by-one stack overflow vulnerability in libopie by giving the FTP service an overlong name. See