aboutsummaryrefslogtreecommitdiff
path: root/apps/nc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix ld warning "attempted multiple inclusion of file" on Solariskinichiro2016-05-021-3/+3
| | | | - To avoid ld warning on Solaris, use abs_top_builddir in Makefile.am
* allow optionally installing nc(1) with '--enable-nc'Brent Cook2015-12-071-0/+4
|
* fixup cert.pem path override for libtls, add for nc(1)Brent Cook2015-12-071-0/+5
| | | | this also fixes the formatting of help for nc(1)
* ensure we don't pass a negative int to ctypes functionsBrent Cook2015-11-231-3/+3
| | | | | Some implementations, e.g. cygwin, use a table lookup that can cast a char to a negative array offset.
* nc: Use AM_CPPFLAGS, not CPPFLAGS in Makefile.amJeremy Huddleston Sequoia2015-10-141-1/+1
| | | | | | CPPFLAGS should just be set by the user at configure time Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
* add b64_ntop checking and fallback for nc(1)Brent Cook2015-10-012-0/+319
|
* fix a library paths, nc patchBrent Cook2015-09-131-2/+2
|
* a few more linux nc build tweaksBrent Cook2015-09-131-0/+2
|
* allow nc to build on linux and os xBrent Cook2015-09-136-5/+361
|
* readd openssl.1, distribute nc.1Brent Cook2015-09-131-0/+2
|
* restrict nc to openbsd builds for nowBrent Cook2015-09-121-0/+4
|
* correct nc compat pathBrent Cook2015-09-121-1/+1
|
* add some backcompat in nc, don't install itBrent Cook2015-09-121-1/+9
|
* add 'nc' to the distribution as an example of libtls client and serverBrent Cook2015-09-121-0/+11