| Commit message (Expand) | Author | Age | Files | Lines |
* | netcat: drop caddr_t cast. It's not needed and not portable. | tb | 2024-11-02 | 1 | -2/+2 |
* | Remove bogus connect(s, NULL, 0) call | tb | 2024-08-05 | 1 | -5/+1 |
* | nc(1): remove useless function pointer dereferencing | jan | 2024-08-02 | 1 | -2/+2 |
* | netcat: avoid issuing syscalls on fd -1 | tb | 2023-08-14 | 1 | -3/+9 |
* | ugly white space | deraadt | 2023-01-04 | 1 | -2/+2 |
* | nc: skip connection info on failed or skipped udptest() | tb | 2022-12-18 | 1 | -5/+8 |
* | nc: do not test the connection in non-interactive mode | tb | 2022-12-18 | 1 | -1/+5 |
* | nc: clean up and simplify connection_infO() | tb | 2022-12-18 | 1 | -7/+7 |
* | nc: pass protocol name to connection_info() | tb | 2022-12-18 | 1 | -7/+9 |
* | nc: factor printing of connection info into a function | tb | 2022-12-18 | 1 | -25/+28 |
* | KNF, mostly whitespace - no binary change on amd64 | tb | 2022-06-08 | 1 | -22/+19 |
* | Change the error reporting pattern throughout the tree when unveil | beck | 2021-07-12 | 1 | -9/+9 |
* | Standardize argument naming for "sourceaddr" and unify the wording a bit, | schwarze | 2020-02-12 | 1 | -3/+3 |
* | revert previous nc loop refactor from 1.211, breaks bluhm's stuff | beck | 2020-01-26 | 1 | -64/+36 |
* | If the client provides a TLS certificate and the user specifies a | bluhm | 2020-01-07 | 1 | -5/+6 |
* | The unveil(2) for nc -U -u -l was wrong. The server cannot unveil | bluhm | 2020-01-06 | 1 | -4/+23 |
* | When using UNIX domain sockets, always call report_sock() with the | bluhm | 2020-01-06 | 1 | -6/+10 |
* | fail to usage if extra argv are present | deraadt | 2019-11-17 | 1 | -8/+4 |
* | refactor the nc pool loop to not shut down the socket early, and | beck | 2019-11-13 | 1 | -36/+64 |
* | Fix an out of bound read/write when using a proxy. | millert | 2019-11-04 | 1 | -8/+18 |
* | Print IP address in verbose mode | job | 2019-10-24 | 1 | -12/+34 |
* | Revert previous, which works for -N case but causes regress failures | beck | 2019-10-23 | 1 | -18/+1 |
* | Fix -N flag to actually shut down the (entire) socket when the input | beck | 2019-10-17 | 1 | -1/+18 |
* | added /* no filesystem visibility */ above unveil("/", "") since "" is too easy | mestre | 2019-08-08 | 1 | -1/+2 |
* | When system calls indicate an error they return -1, not some arbitrary | deraadt | 2019-06-28 | 1 | -16/+16 |
* | Some asprintf() calls were checked < 0, rather than the precise == -1. | deraadt | 2019-06-27 | 1 | -3/+3 |
* | Correctly handle tls_read() and tls_write() failures. | jsing | 2019-02-26 | 1 | -5/+9 |
* | Revert back previous commit and stop including strings.h | mestre | 2019-01-10 | 1 | -6/+5 |
* | Include strings.h for bzero in usr.bin/nc | inoguchi | 2019-01-09 | 1 | -1/+2 |
* | port ranges can be ambiguous with hypenated port-names. | tedu | 2018-12-27 | 1 | -2/+3 |
* | update for libtls default cert changes. | tedu | 2018-11-29 | 1 | -5/+6 |
* | In verbose mode netcat reports to stderr when the listen system | bluhm | 2018-11-09 | 1 | -16/+29 |
* | Use TLS_CA_CERT_FILE instead of a separate define. | jsing | 2018-11-06 | 1 | -3/+2 |
* | show what went wrong with a unix domain socket, rather than fail silently | dlg | 2018-10-26 | 1 | -2/+4 |
* | Plug TLS context leak in nc(1) server and client mode. Move | bluhm | 2018-10-04 | 1 | -12/+10 |
* | Declare strings passed to local_listen() as const. This makes it | bluhm | 2018-09-07 | 1 | -3/+3 |
* | Do not close the socket twice in netcat. | bluhm | 2018-09-06 | 1 | -5/+6 |
* | In typical swiss-army style, various modes and options cause | deraadt | 2018-08-10 | 1 | -1/+24 |
* | trailing whitespace, and move arg checking before pledge | beck | 2018-04-27 | 1 | -17/+17 |
* | Remove the tls_init() call, since it is no longer necessary. | jsing | 2018-03-19 | 1 | -3/+1 |
* | Allow TLS ciphers and protocols to be specified for nc(1). | jsing | 2017-11-28 | 1 | -33/+47 |
* | Use a smaller buffer size too peek the receive data. The content | bluhm | 2017-10-24 | 1 | -5/+4 |
* | Add a "-T tlscompat" option to nc(1), which enables the use of all TLS | jsing | 2017-07-15 | 1 | -3/+8 |
* | Continue the flattening of the pledge logic started in r1.184 and place | tb | 2017-06-11 | 1 | -8/+8 |
* | Simple style(9) fixes from Juuso Lapinlampi, mostly whitespace and | tb | 2017-06-11 | 1 | -33/+35 |
* | If -P and -c were given, a second pledge call tried to add "rpath" to the | tb | 2017-06-10 | 1 | -8/+5 |
* | Fix gcc warnings triggered by WARNINGS=yes. | bluhm | 2017-05-26 | 1 | -9/+9 |
* | Implement nc -W recvlimit to terminate netcat after receiving a | bluhm | 2017-05-10 | 1 | -6/+21 |
* | Move comments into a block and uses {} to unconfuse reading. | deraadt | 2017-04-16 | 1 | -12/+13 |
* | - -Z before -z in options list | jmc | 2017-04-05 | 1 | -2/+4 |