Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add queue.h tree.h _null.h | kinichiro | 2020-09-13 | 1 | -0/+3 |
| | | | | | Import queue.h tree.h _null.h header files from OpenBSD upstream since x509_issuer_cache.c requires them. | ||||
* | add syslog to compat headers | Brent Cook | 2019-02-01 | 1 | -0/+1 |
| | |||||
* | re-add headers for distribution | Brent Cook | 2018-03-14 | 1 | -0/+2 |
| | |||||
* | bump base requirement to Windows Vista, use builtin inet_ntop/pton | Brent Cook | 2018-03-14 | 1 | -1/+0 |
| | |||||
* | add fcntl shim | Brent Cook | 2017-01-16 | 1 | -0/+1 |
| | |||||
* | more cdefs.h removal | Brent Cook | 2016-09-04 | 1 | -1/+0 |
| | |||||
* | add limits.h shim for defining PATH_MAX on HP-UX | Brent Cook | 2015-10-14 | 1 | -0/+1 |
| | |||||
* | add b64_ntop checking and fallback for nc(1) | Brent Cook | 2015-10-01 | 1 | -0/+1 |
| | |||||
* | add include/compat/readpassphrase.h to Makefile.am | kinichiro | 2015-09-17 | 1 | -0/+1 |
| | | | | fix for https://github.com/libressl-portable/portable/issues/138 | ||||
* | fixup windows and older linux builds | Brent Cook | 2015-09-13 | 1 | -0/+1 |
| | |||||
* | allow nc to build on linux and os x | Brent Cook | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | distribute include and man CMakefiles | Brent Cook | 2015-09-07 | 1 | -0/+2 |
| | |||||
* | add initial CMake and Visual Studio build support | Brent Cook | 2015-07-21 | 1 | -23/+27 |
| | | | | | | | | This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore. | ||||
* | implement compatibility shim for __warn_references | Brent Cook | 2015-07-17 | 1 | -0/+1 |
| | | | | This will allow us to warn about deprecated function references at link-time. | ||||
* | add check for inet_pton, nudge minimum win32 compat to 0x0501 | Brent Cook | 2015-07-02 | 1 | -0/+1 |
| | |||||
* | enable libtls by default | Brent Cook | 2015-03-19 | 1 | -2/+0 |
| | | | | | | | | The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@ | ||||
* | include 'struct iovec' for Windows | Brent Cook | 2015-01-31 | 1 | -0/+1 |
| | | | | this is used for in-memory cert loading | ||||
* | add support for building libtls | Brent Cook | 2014-12-06 | 1 | -0/+6 |
| | | | | | | | | Use './configure --enable-libtls' to build the library and install the associated manpages. Note that the API and ABI of this library may change still, though feedback is welcome. ok deraadt@ jsing@ tedu@ | ||||
* | add minimal winsock->BSD networking header shims | Brent Cook | 2014-12-03 | 1 | -0/+15 |
| | | | | also add license header to existing shims | ||||
* | add sys/mman.h shim to define MAP_ANON if needed | Brent Cook | 2014-07-29 | 1 | -0/+1 |
| | | | | | | thanks to kinichiro for pointing this out ok deraadt@ beck@ | ||||
* | add asprintf / vasprintf from OpenSSH portable | Brent Cook | 2014-07-29 | 1 | -0/+1 |
| | | | | ok deraadt@ beck@ | ||||
* | include err.h shim | Brent Cook | 2014-07-21 | 1 | -1/+2 |
| | | | | | | Includes compatible replacements, or uses system err.h if available. ok beck@ guenther@ | ||||
* | Make things build again - add some missing headers | Charlie Root | 2014-07-10 | 1 | -1/+6 |
| | | | | ok bcook@ | ||||
* | initial top-level import of subdirectories | Brent Cook | 2014-07-10 | 1 | -0/+3 |