aboutsummaryrefslogtreecommitdiff
path: root/apps/nc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to check_symbol_exists() in simplest casesTheo Buehler2024-08-211-1/+1
* nc needs compat_obj on some platformsViktor Szakats2023-12-141-1/+1
* also fix ocspcheck and nc, dedupe build logicViktor Szakats2023-11-051-5/+1
* generate opensslconf.h in build dir for cmakeBrent Cook2023-07-041-2/+8
* link internal apps staticallyBrent Cook2023-05-271-4/+7
* Fix unreachable nc portability shimSebastian Blunt2022-04-151-2/+1
* Add strtonum to compat library and export itkinichiro2021-12-262-12/+0
* Remove unneeded target_include_directories with cmakekinichiro2021-12-041-0/+1
* Force cmake to link strtonum shim with Darwin less than 20kinichiro2021-05-221-1/+2
* Statically link libcrypto/ssl into libtls with cmakekinichiro2021-05-071-1/+1
* modify nc build to link libcompat objects directlyBrent Cook2020-10-201-2/+6
* Link crypto and ssl object files directly instead of static librarykinichiro2020-10-041-1/+1
* Configure libtls and nc(1) to statically link to libcrypto/sslBrent Cook2020-10-041-3/+3
* add private includes for apps and testsBrent Cook2018-06-141-1/+1
* scope private/public headers when embedding into other projectsBrent Cook2018-05-291-7/+1
* Merge branch 'master' of https://github.com/libressl-portable/portable into S...d3x0r2017-07-061-2/+2
|\
| * use GNUInstallDirs from cmake to specify install paths.d3x0r2017-07-061-2/+2
* | Add option LIBRESSL_SKIP_INSTALLd3x0r2017-07-061-2/+4
|/
* add nc(1) manpage to install if enabledBrent Cook2017-04-121-0/+1
* Copy libc compat files rather than adding into the repositorykinichiro2017-01-282-380/+0
* fix static mingw builds, platform LDADD needs to come at the endBrent Cook2017-01-091-2/+2
* remove DEFAULT_CA_FILE patch, since libtls handles this by defaultBrent Cook2016-08-131-5/+0
* Revert "remove DEFAULT_CA_FILE patch, since libtls handles this by default"Brent Cook2016-07-091-0/+5
* remove DEFAULT_CA_FILE patch, since libtls handles this by defaultBrent Cook2016-07-071-5/+0
* Land #192, fix fix ld warning "attempted multiple inclusion of file" on SolarisBrent Cook2016-05-021-3/+3
|\
| * fix ld warning "attempted multiple inclusion of file" on Solariskinichiro2016-04-211-3/+3
* | add cmake build optionskinichiro2016-04-141-0/+6
|/
* modify cmake to build nckinichiro2016-04-092-0/+55
* 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
* ensure we don't pass a negative int to ctypes functionsBrent Cook2015-11-231-3/+3
* nc: Use AM_CPPFLAGS, not CPPFLAGS in Makefile.amJeremy Huddleston Sequoia2015-10-141-1/+1
* 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