1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

Change x11-access.nse CHANGELOG credit from "vladz" to "jlanthea" by

author request.
This commit is contained in:
david
2009-08-08 20:51:36 +00:00
parent 9e244b05af
commit f71b98ecd1

View File

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