aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* package getopt compat filesBrent Cook2023-10-011-0/+1
|
* generate opensslconf.h for mipsBrent Cook2023-03-231-0/+1
|
* generate opensslconf.h based on host cpu architectureBrent Cook2023-02-151-0/+14
|
* Autoconf updatesBrent Cook2021-11-091-2/+1
| | | | | Move machine/endian.h to endian.h, use AC_HEADER_RESOLV over individual header checks, and include prerequisites for netinet/ip.h check.
* Add queue.h tree.h _null.hkinichiro2020-09-131-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 headersBrent Cook2019-02-011-0/+1
|
* re-add headers for distributionBrent Cook2018-03-141-0/+2
|
* bump base requirement to Windows Vista, use builtin inet_ntop/ptonBrent Cook2018-03-141-1/+0
|
* add fcntl shimBrent Cook2017-01-161-0/+1
|
* more cdefs.h removalBrent Cook2016-09-041-1/+0
|
* add limits.h shim for defining PATH_MAX on HP-UXBrent Cook2015-10-141-0/+1
|
* add b64_ntop checking and fallback for nc(1)Brent Cook2015-10-011-0/+1
|
* add include/compat/readpassphrase.h to Makefile.amkinichiro2015-09-171-0/+1
| | | | fix for https://github.com/libressl-portable/portable/issues/138
* fixup windows and older linux buildsBrent Cook2015-09-131-0/+1
|
* allow nc to build on linux and os xBrent Cook2015-09-131-1/+1
|
* distribute include and man CMakefilesBrent Cook2015-09-071-0/+2
|
* add initial CMake and Visual Studio build supportBrent Cook2015-07-211-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_referencesBrent Cook2015-07-171-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 0x0501Brent Cook2015-07-021-0/+1
|
* enable libtls by defaultBrent Cook2015-03-191-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 WindowsBrent Cook2015-01-311-0/+1
| | | | this is used for in-memory cert loading
* add support for building libtlsBrent Cook2014-12-061-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 shimsBrent Cook2014-12-031-0/+15
| | | | also add license header to existing shims
* add sys/mman.h shim to define MAP_ANON if neededBrent Cook2014-07-291-0/+1
| | | | | | thanks to kinichiro for pointing this out ok deraadt@ beck@
* add asprintf / vasprintf from OpenSSH portableBrent Cook2014-07-291-0/+1
| | | | ok deraadt@ beck@
* include err.h shimBrent Cook2014-07-211-1/+2
| | | | | | Includes compatible replacements, or uses system err.h if available. ok beck@ guenther@
* Make things build again - add some missing headersCharlie Root2014-07-101-1/+6
| | | | ok bcook@
* initial top-level import of subdirectoriesBrent Cook2014-07-101-0/+3