1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-15 01:46:35 +00:00

[Ncat] Ncat now prints a message like "Connection refused." by

default when a socket error occurs. This used to require -v, but
printing no message at all could make a failed connection look like
success in a case like
  ncat remote < short-file
This commit is contained in:
david
2009-07-10 20:08:41 +00:00
parent 98af0bba24
commit df2611a5be

View File

@@ -1,5 +1,11 @@
# Nmap Changelog ($Id$); -*-text-*-
o [Ncat] Ncat now prints a message like "Connection refused." by
default when a socket error occurs. This used to require -v, but
printing no message at all could make a failed connection look like
success in a case like
ncat remote < short-file
o [Ncat] Added additional test cases to the ncat/test/test-cmdline-split program
and rewrote the cmdline_split function in ncat_posix.c [Josh Marlow]