dmiller
2d46c6b86c
Avoid static buffer for protocol hdrinfo functions
2026-05-12 18:09:00 +00:00
dmiller
4ba5b9c335
Replace duplicate implementations of libnetutil functions
nmap multiplatform autobuilds / build (arm64, gcc, ubuntu-latest-gcc-arm64, ubuntu-latest) (push) Waiting to run
nmap multiplatform autobuilds / build (clang, freebsd-15-clang, ubuntu-latest) (push) Waiting to run
nmap multiplatform autobuilds / build (clang, macos-15-clang, macos-15) (push) Waiting to run
nmap multiplatform autobuilds / build (clang, macos-26-clang, macos-26) (push) Waiting to run
nmap multiplatform autobuilds / build (clang, netbsd-10-clang, ubuntu-latest) (push) Waiting to run
nmap multiplatform autobuilds / build (clang, openbsd-7-clang, ubuntu-latest) (push) Waiting to run
nmap multiplatform autobuilds / build (clang, solaris-11-clang, ubuntu-latest) (push) Waiting to run
nmap multiplatform autobuilds / build (clang, ubuntu-latest-clang, ubuntu-latest) (push) Waiting to run
nmap multiplatform autobuilds / build (egcc, openbsd-7-gcc, ubuntu-latest) (push) Waiting to run
nmap multiplatform autobuilds / build (gcc, freebsd-15-gcc, ubuntu-latest) (push) Waiting to run
nmap multiplatform autobuilds / build (gcc, netbsd-10-gcc, ubuntu-latest) (push) Waiting to run
nmap multiplatform autobuilds / build (gcc, solaris-11-gcc, ubuntu-latest) (push) Waiting to run
nmap multiplatform autobuilds / build (gcc, ubuntu-latest-gcc, ubuntu-latest) (push) Waiting to run
nmap multiplatform autobuilds / build (msvc, windows-latest-msvc, windows-latest) (push) Waiting to run
2026-05-12 14:35:31 +00:00
dmiller
bf82212b14
Avoid undefined unaligned accesses in Nping. Use more const.
2026-05-07 17:44:22 +00:00
dmiller
712f5474d9
Don't allow Eth-related options with --send-ip. Fixes #380
2026-05-07 17:44:21 +00:00
dmiller
323d875df8
Ensure nbase's hexdump doesn't print too much
2026-05-06 21:38:09 +00:00
dmiller
ff5ea1b9ad
Fix memory leak of client IDs
2026-04-15 21:28:36 +00:00
dmiller
884bde1d72
Fix out-of-bounds access in Nping EchoClient
2026-04-15 21:28:35 +00:00
dmiller
a35225d3e1
Fix some memory leaks in arg parsing
2026-04-15 21:28:34 +00:00
dmiller
6ae2a33dc8
Fix leak of packet buffers in Echo client and server
2026-04-15 03:21:57 +00:00
dmiller
df9391e57a
Ensure nsock pool is not deleted twice
2026-04-15 03:21:56 +00:00
dmiller
63c4bb589f
Correct placement of EVP_CIPHER_CTX_set_padding *after* EVP_EncryptInit
2026-04-14 21:08:03 +00:00
dmiller
6dac43b5d8
Bump version to 7.99SVN
2026-03-27 13:56:38 +00:00
dmiller
deb076224e
Reintegrate Nmap 7.99 release branch
2026-03-27 13:52:02 +00:00
dmiller
5b78ef236e
Gracefully handle arp_open failure
2026-03-10 18:32:50 +00:00
dmiller
95d380b836
Bump copyright date to 2026 [skip ci]
2026-02-16 22:33:40 +00:00
dmiller
1b3ca45054
Compatibility fixes and Github autobuilds. Closes #3214
2026-01-12 16:59:25 +00:00
dmiller
72b6830067
Bump version to 7.98SVN
2025-08-21 20:29:59 +00:00
dmiller
58874849d3
Reintegrate Nmap 7.98 release branch
2025-08-21 20:24:37 +00:00
dmiller
67a796844f
Consolidate raw socket acquisition.
2025-06-30 19:24:32 +00:00
dmiller
3499025302
Wrap dnet eth functions for non-Ethernet links
2025-06-23 20:54:32 +00:00
dmiller
4ed1ce0eee
Avoid passing empty string to nsock_pool_set_device
...
Nsock checks for NULL, but not for empty string. Rather than making
Nsock decide, each app will decide whether to call
nsock_pool_set_device, with all currently skipping the call if device is
an empty string.
2025-06-09 18:38:59 +00:00
dmiller
b23300c65a
Bump version to 7.97SVN
2025-05-15 16:03:29 +00:00
dmiller
ec3b1d264b
Reintegrate 7.97 changes
2025-05-15 15:42:03 +00:00
dmiller
7dfa8e8186
Regen man pages
2025-05-07 22:57:07 +00:00
dmiller
c2d04beaa4
Bump version to 7.96SVN
2025-05-07 22:57:05 +00:00
dmiller
c66baf785e
Merge Nmap 7.96 release branch
2025-05-07 13:22:40 +00:00
dmiller
cb975e9fb7
Use correct location/name for dnet.lib on Windows
2025-04-16 00:01:03 +00:00
dmiller
42170b067f
Remove unneeded g_has_npcap_loopback
2025-04-16 00:00:05 +00:00
dmiller
5997305d89
Fix link warnings on Windows
2025-04-11 21:17:44 +00:00
dmiller
5f6bc69983
Account for VLAN header in pcap packets if needed.
2025-04-10 19:00:50 +00:00
nnposter
4ab57093da
Match the type in sizeof with the actual declared type
2025-03-23 01:53:03 +00:00
nnposter
7e4fdc9f8b
Prevent an off-by-one array overflow. Fixes #3033
2025-03-23 01:44:48 +00:00
dmiller
fb58d2440e
Promote Nping to full version number. Fixes #2862
2025-03-12 18:02:12 +00:00
dmiller
6db5c9cb85
Bump copyright date
2025-02-26 17:44:43 +00:00
dmiller
43234fbbdd
Nping: bind to device when possible. See https://seclists.org/nmap-dev/2024/q2/9
2025-02-10 21:04:34 +00:00
dmiller
156e84836d
Fix Nping build after using nbase functions in libnetutil
2025-02-10 20:32:48 +00:00
dmiller
75f6b387fe
Don't call WSACleanup if WSAStartup wasn't called
2024-09-04 18:41:44 +00:00
dmiller
b63eea5eea
devname2ipaddr now requires address family, so correct addr is returned.
2024-06-20 20:14:30 +00:00
nnposter
1daf966347
Remove a comment leftover. Fixes #2858
2024-06-13 00:09:39 +00:00
dmiller
b940270375
Move random address generation to TargetGroup/NetBlock
2024-05-01 22:19:29 +00:00
dmiller
0b89ae00c0
Bump version to 7.95SVN
2024-04-23 19:38:37 +00:00
dmiller
95b974b101
Merge 7.95 release branch into trunk
2024-04-23 19:34:03 +00:00
dmiller
c1c9fcca4a
Avoid checking for SSL_set_tlsext_host_name, present in all supported OpenSSL versions
2024-04-02 21:32:22 +00:00
dmiller
f999182d0f
Bump date and reapply header templates
2024-02-28 18:46:45 +00:00
dmiller
828ab48764
Upgrade libpcre to PCRE2 10.42. Windows/macOS builds not completed.
2023-06-24 01:53:07 +00:00
dmiller
85f38cb858
Bump version to 7.94SVN post-release
2023-05-20 23:05:18 +00:00
dmiller
72d67cf401
Merge 7.94 release branch
2023-05-20 22:59:41 +00:00
dmiller
6f6b2de214
Apply new license templates, bump copyright date
2023-04-14 17:11:46 +00:00
dmiller
dcb375cf7a
Regen man pages
2023-03-31 22:13:49 +00:00
fyodor
dfab607afc
Update --ip-options flag docs to note that S (strict routing) is the option which takes a route, not R (record route).
2023-02-13 23:13:06 +00:00