dmiller
5c83c3d2a5
Fixes for Windows build from Lua header rearrangements
2018-11-08 04:55:29 +00:00
dmiller
824f9dcb2f
Rearrange declarations to put all addrset functions in nbase.h, hide struct addrset internals.
2018-11-01 04:35:00 +00:00
dmiller
86d1f7e66e
Don't quit on ERROR_IO_INCOMPLETE. Closes #1372
2018-10-26 20:50:58 +00:00
dmiller
e3d08f7e94
Avoid shutting down SSL descriptor twice. Fixes #1365
2018-10-25 04:53:59 +00:00
dmiller
d8c1d935f1
Move Npcap headers and lib stuff to nmap-mswin32-aux
2018-10-18 03:28:39 +00:00
dmiller
36e9588d5e
Update cert store used by Ncat on some platforms
2018-10-16 14:47:28 +00:00
dmiller
33dd005714
Similar improvements to finding Lua for Ncat
2018-10-16 14:34:39 +00:00
fyodor
b3cece27e0
Update Npcap URL to new SSL version
2018-09-28 23:42:55 +00:00
dmiller
4824a5a074
Use Nsock error string instead of socket_strerror for timeouts; wasn't working on Windows. Fixes #1324
2018-09-17 15:29:56 +00:00
fyodor
02bad7c702
Change refentry id to avoid duplicate id complaint from xsltproc
2018-09-04 03:34:46 +00:00
dmiller
7629f3b997
Fix a typo in a previous fix
2018-08-21 19:12:36 +00:00
dmiller
4deb24fec4
Change configure check for libpcap to require pcap_create (libpcap 1.0.0 or later). See #1291
2018-08-20 22:08:55 +00:00
dmiller
f31ef12ca3
Fix ncat -e --ssl on Windows. Fixes #1267 , #1274
2018-07-23 04:56:56 +00:00
dmiller
420618c0db
Check for SSL_ERROR_WANT_READ after SSL_write error. Possibly related: #1267
2018-07-19 05:39:02 +00:00
nnposter
0f69f30ea4
Fixes mangled help text
2018-06-12 21:32:01 +00:00
nnposter
ec38cb0096
Removes extraneous bracket from literal IPv6 URLs. Closes #1237
2018-06-12 01:12:08 +00:00
nnposter
45229e0fbd
Adds missing --no-shutdown description. Closes #1200
2018-04-26 19:44:58 +00:00
dmiller
689ea0e05d
Spelling corrections. Fixes #1160
2018-03-26 14:59:41 +00:00
dmiller
19ba6060db
Fix crash in Ncat UNIX socket datagram listen.
2018-03-22 16:31:31 +00:00
dmiller
72a68d8acd
Reset err, fix logical test. Fixes #1157
2018-03-22 16:31:30 +00:00
dmiller
b34a8e9aad
Bump version for Nmap 7.70SVN
2018-03-20 18:12:14 +00:00
dmiller
cadb66231f
Merge 7.70 release branch into trunk
2018-03-20 18:08:25 +00:00
fyodor
8f3b8fabb7
fix a typo -> nc to ncat
2018-03-12 16:09:46 +00:00
dmiller
8582bb5efe
Do a 2nd SSL_read if necessary for renegotiation.
...
This fix was previously applied to ncat_listen's read_socket in r36652
(ac8b866 ) as a fix for #773 . It didn't fully solve the problem, though,
since the fix should have been applied in ncat_core's fdinfo_recv, right
after the call to SSL_read. This commit moves the fix where it belongs,
which also simplifies the code.
Fixes #197 and #1049 .
2018-03-11 03:50:53 +00:00
nnposter
68220585cd
Selects correct default port for a given proxy type. Closes #1139
2018-03-05 01:53:34 +00:00
nnposter
a2c93e87d0
Remediates proxy port parsing hazards
2018-03-05 01:32:12 +00:00
fyodor
ff62300249
Bump copyright dates to 2018 and slightly improve wording (doesn't change meaning) of Nmap license header text
2018-01-28 21:18:17 +00:00
dmiller
14dd4bda82
Fix Ncat chat not announcing the highest user number.
2018-01-24 03:50:47 +00:00
dmiller
6b655200c6
Update some docs regarding Npcap
2017-11-11 17:43:26 +00:00
dmiller
9f494f61ae
Avoid RC4 by default. Closes #972
2017-10-09 17:03:21 +00:00
dmiller
7aeb2ada62
Avoid false FAIL due to ncat not starting quickly enough
2017-10-03 22:43:38 +00:00
dmiller
ae59c8dafd
Fix syntax error in ncat-test.pl
2017-10-03 22:43:37 +00:00
dmiller
09db4e48bf
Fix paths and escape {} when running tests under Cygwin
2017-10-02 20:02:39 +00:00
dmiller
8488dae884
Expect failure with --sctp if no sctp support is available.
2017-10-02 16:55:18 +00:00
dmiller
74bbf2dcca
Don't use socket close on STDOUT, use IO close instead. See #978
2017-10-01 03:28:09 +00:00
dmiller
d0718cd631
Get correct errors from Windows on failure (errno is not set). See #978
2017-10-01 02:50:05 +00:00
dmiller
b90786a5ef
Regen configure scripts
2017-09-27 21:29:31 +00:00
nnposter
cf1360ec0a
Adds a possibly missing definition of offsetof(), introduced in r37005
2017-09-24 00:33:27 +00:00
nnposter
49c88de5a1
Avoids potential integer overflows caused by excessive timer values
...
specified in Ncat command-line options. Fixes #1006
2017-09-23 23:42:15 +00:00
nnposter
1bc9f186b9
Allows ncat to properly process HTTP passwords that are either empty or contain colons. Fixes #984
2017-09-23 22:53:19 +00:00
nnposter
6e83dc6406
Refactors ncat authentication for SOCKS5. Fixes #981
2017-09-23 22:41:02 +00:00
nnposter
762f1c62b5
Adds missing information about the ability to act as a SOCKS5 client. Fixes #996
2017-09-23 22:26:57 +00:00
dmiller
97d3fb34f6
Silence autoreconf warnings. Closes #1009
2017-09-19 17:01:39 +00:00
nnposter
e8b73078fd
Provides more meaningful information about the connecting client when in UDP listening mode. Closes #980
2017-09-11 02:33:07 +00:00
rewanth
6ee953a5ff
Removes trailing spaces in 69 files. Closes #971 .
2017-08-23 08:52:40 +00:00
nnposter
7e876de889
Makes sure that nsock_pool is properly disposed of if the proxy connection fails. Closes #973
2017-08-18 02:24:37 +00:00
dmiller
b70ee4f531
Don't do SSL setup if it's not requested. Missing braces.
2017-08-02 04:05:48 +00:00
dmiller
4a6fb1abe6
Bump version and regen docs for 7.60 release
2017-08-01 21:50:08 +00:00
dmiller
17c8988817
Add required cast on malloc; VS2013 errors.
2017-07-30 04:09:48 +00:00
dmiller
fdfc36778b
Add DTLS and ALPN support to Ncat. Closes #446
2017-07-29 05:55:30 +00:00