master
Update cert store used by Ncat on some platforms
Bump version to 7.991SVN
Update ncat scripts: remove bit32 usage, declare locals
ncat-test.pl: make reading stderr easier
Removes trailing spaces in 69 files. Closes #971.
Update http urls for nmap.org to https
Reintegrate Nmap 7.90 release branch
Remove libnetutil from Ncat dependencies
Bump copyright date to 2026 [skip ci]
Update config.guess and config.sub from the latest source
Use correct HAVE_ macros for Lua 5.4. Fixes #2648
Compatibility fixes and Github autobuilds. Closes #3214
Rectify orphaned or misaligned AC_MSG_RESULT output
Fix parsing of empty headers
Check return from OpenSSL allocation functions. Fixes #2721
Copy nping, nsock, nbase, zenmap, ncat from their homes in /.
Consistent Windows build parameters
Replace last instances of strcpy
Fix incorrect behavior of dotelnet
Fix typo
Ensure vars updated by signal handlers are volatile and atomic. Fixes #2245
Fix compilation with OpenSSL 1.0.1
Fix disparity in const between OpenSSL 3 and 4
Windows doesn't have sigaction
Check for errors on socket in send-only listen mode. Fixes #2827
Consolidate inet_ntop_ez-like code from throughout
Avoid semicolon after do{}while(0) macro definition