1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 17:39:03 +00:00

o [Ncat] When using --send-only, Ncat will now close the network

connection and terminate after receiving EOF on standard input.
  [Daniel Roethlisberger]
This commit is contained in:
daniel
2009-05-04 07:04:53 +00:00
parent 061eace2db
commit ed77fa1e48

View File

@@ -1,5 +1,9 @@
# Nmap Changelog ($Id$); -*-text-*-
o [Ncat] When using --send-only, Ncat will now close the network
connection and terminate after receiving EOF on standard input.
[Daniel Roethlisberger]
o [Ncat] Unbreak hostname resolution on BSD systems where a recently
fixed libc bug caused getaddrinfo(3) to fail unless a socket type
hint is provided. Patch originally provided by Hajimu UMEMOTO of