Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix ld warning "attempted multiple inclusion of file" on Solaris | kinichiro | 2016-05-02 | 1 | -3/+3 |
| | | | | - To avoid ld warning on Solaris, use abs_top_builddir in Makefile.am | ||||
* | allow optionally installing nc(1) with '--enable-nc' | Brent Cook | 2015-12-07 | 1 | -0/+4 |
| | |||||
* | fixup cert.pem path override for libtls, add for nc(1) | Brent Cook | 2015-12-07 | 1 | -0/+5 |
| | | | | this also fixes the formatting of help for nc(1) | ||||
* | ensure we don't pass a negative int to ctypes functions | Brent Cook | 2015-11-23 | 1 | -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.am | Jeremy Huddleston Sequoia | 2015-10-14 | 1 | -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 Cook | 2015-10-01 | 2 | -0/+319 |
| | |||||
* | fix a library paths, nc patch | Brent Cook | 2015-09-13 | 1 | -2/+2 |
| | |||||
* | a few more linux nc build tweaks | Brent Cook | 2015-09-13 | 1 | -0/+2 |
| | |||||
* | allow nc to build on linux and os x | Brent Cook | 2015-09-13 | 6 | -5/+361 |
| | |||||
* | readd openssl.1, distribute nc.1 | Brent Cook | 2015-09-13 | 1 | -0/+2 |
| | |||||
* | restrict nc to openbsd builds for now | Brent Cook | 2015-09-12 | 1 | -0/+4 |
| | |||||
* | correct nc compat path | Brent Cook | 2015-09-12 | 1 | -1/+1 |
| | |||||
* | add some backcompat in nc, don't install it | Brent Cook | 2015-09-12 | 1 | -1/+9 |
| | |||||
* | add 'nc' to the distribution as an example of libtls client and server | Brent Cook | 2015-09-12 | 1 | -0/+11 |