From f71b98ecd117e9d76de50e0e6e09c731b18c4a2d Mon Sep 17 00:00:00 2001 From: david Date: Sat, 8 Aug 2009 20:51:36 +0000 Subject: [PATCH] Change x11-access.nse CHANGELOG credit from "vladz" to "jlanthea" by author request. --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 244fefd3b..5357182a2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,7 @@ o Added the x11-access.nse script that checks if access to an X11 server is allowed (as with "xhost +" for example). The script was - written by vladz. + written by jlanthea. o Added explicit casts to (int)(unsigned char) for arguments to ctype function calls in nmap, ncat and nbase. Thanks to Solar Designer for pointing out