Package: netcat-openbsd / 1.234-1
Metadata
| Package | Version | Patches format |
|---|---|---|
| netcat-openbsd | 1.234-1 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| port to linux with libbsd.patch | (download) |
Makefile |
16 15 + 1 - 0 ! |
port to linux with libbsd |
| build without TLS support.patch | (download) |
Makefile |
2 0 + 2 - 0 ! |
build without tls support tls.h isn't available in libbsd-dev, and TLS supports adds options (-C, -Z) that are already used by our Debian-specific patches. |
| connect timeout.patch | (download) |
netcat.c |
82 77 + 5 - 0 ! |
fix connect() timeout |
| get sev by name.patch | (download) |
netcat.c |
7 6 + 1 - 0 ! |
add ability to specify destination ports by name |
| send crlf.patch | (download) |
nc.1 |
9 7 + 2 - 0 ! |
new flag '-c' to translate terminal line feeds to crlf |
| quit timer.patch | (download) |
nc.1 |
10 10 + 0 - 0 ! |
new flag '-q' to specify a quit timer |
| udp scan timeout.patch | (download) |
netcat.c |
21 14 + 7 - 0 ! |
fix udp scan timeout |
| dccp support.patch | (download) |
nc.1 |
4 3 + 1 - 0 ! |
new flag '-z' for dccp support |
| broadcast support.patch | (download) |
nc.1 |
4 3 + 1 - 0 ! |
new flag '-b' for broadcast support |
| serialized handling multiple clients.patch | (download) |
netcat.c |
17 8 + 9 - 0 ! |
serialized handling of multiple clients |
| set TCP MD5SIG correctly for client connections.patch | (download) |
netcat.c |
34 26 + 8 - 0 ! |
fix tcp md5sig for client connections |
| destination port list.patch | (download) |
nc.1 |
26 23 + 3 - 0 ! |
add ability to specify a list of destination ports |
| use flags to specify listen address.patch | (download) |
nc.1 |
18 14 + 4 - 0 ! |
add ability to use -s/-p flags to specify listening address |
| make getnameinfo errors nonfatal in report_sock.patch | (download) |
netcat.c |
6 4 + 2 - 0 ! |
make getnameinfo(3) errors non-fatal in report_sock() report_sock() is used to show the peer's address/name and port when the -v flag is set. Reverse resolution errors need not be fatal. Bug-Debian: https://bugs.debian.org/961378 |
| abstract unix domain socket.patch | (download) |
nc.1 |
3 3 + 0 - 0 ! |
add abstract unix domain socket support When using '-U' to connect() or bind() to a UNIX domain socket, if the address (path) starts with "@", it is read as an abstract namespace socket (the leading "@" is replaced with a NUL byte before binding). This feature is Linux-only. |
| misc failures and features.patch | (download) |
nc.1 |
51 51 + 0 - 0 ! |
misc failures and features |
