mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +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:
parent
98af0bba24
commit
df2611a5be
1 changed files with 6 additions and 0 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue