|
1defa3ba
|
2023-10-01T21:11:11
|
|
package getopt compat files
|
|
6501696d
|
2023-03-23T06:35:41
|
|
generate opensslconf.h for mips
|
|
3c7747fd
|
2023-02-15T07:56:44
|
|
generate opensslconf.h based on host cpu architecture
|
|
f6906672
|
2021-11-09T22:34:58
|
|
Autoconf updates
Move machine/endian.h to endian.h, use AC_HEADER_RESOLV over individual
header checks, and include prerequisites for netinet/ip.h check.
|
|
461ec453
|
2020-09-13T12:58:37
|
|
Add queue.h tree.h _null.h
Import queue.h tree.h _null.h header files from OpenBSD upstream
since x509_issuer_cache.c requires them.
|
|
cc0a0e12
|
2019-02-01T05:14:57
|
|
add syslog to compat headers
|
|
0e69421d
|
2018-03-14T13:01:24
|
|
re-add headers for distribution
|
|
3fb9e63b
|
2018-03-14T07:29:04
|
|
bump base requirement to Windows Vista, use builtin inet_ntop/pton
|
|
51a53876
|
2017-01-15T22:28:36
|
|
add fcntl shim
|
|
08837a82
|
2016-09-04T09:04:01
|
|
more cdefs.h removal
|
|
1dd79f5d
|
2015-10-14T17:19:00
|
|
add limits.h shim for defining PATH_MAX on HP-UX
|
|
a7f031ba
|
2015-10-01T07:40:26
|
|
add b64_ntop checking and fallback for nc(1)
|
|
9606a6b5
|
2015-09-16T20:36:38
|
|
add include/compat/readpassphrase.h to Makefile.am
fix for https://github.com/libressl-portable/portable/issues/138
|
|
696ba18c
|
2015-09-13T18:57:29
|
|
fixup windows and older linux builds
|
|
8c90be2a
|
2015-09-13T11:56:41
|
|
allow nc to build on linux and os x
|
|
5ccdd138
|
2015-09-07T00:31:59
|
|
distribute include and man CMakefiles
|
|
5d8a1cf7
|
2014-07-10T22:06:10
|
|
add initial CMake and Visual Studio build support
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.
|
|
a1a0f2c6
|
2015-07-17T16:54:23
|
|
implement compatibility shim for __warn_references
This will allow us to warn about deprecated function references at link-time.
|
|
54545427
|
2015-06-29T22:51:40
|
|
add check for inet_pton, nudge minimum win32 compat to 0x0501
|
|
dd646a33
|
2015-03-18T19:12:42
|
|
enable libtls by default
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@
|
|
9909bd7a
|
2015-01-31T21:52:20
|
|
include 'struct iovec' for Windows
this is used for in-memory cert loading
|
|
b3270494
|
2014-12-04T22:37:22
|
|
add support for building libtls
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@
|
|
cccdd689
|
2014-11-19T07:43:07
|
|
add minimal winsock->BSD networking header shims
also add license header to existing shims
|
|
af705b3f
|
2014-07-29T07:39:23
|
|
add sys/mman.h shim to define MAP_ANON if needed
thanks to kinichiro for pointing this out
ok deraadt@ beck@
|
|
35e2d8d0
|
2014-07-28T19:26:15
|
|
add asprintf / vasprintf from OpenSSH portable
ok deraadt@ beck@
|
|
0ec7cdcb
|
2014-07-21T07:34:01
|
|
include err.h shim
Includes compatible replacements, or uses system err.h if available.
ok beck@ guenther@
|
|
abe7bee3
|
2014-07-10T08:36:47
|
|
Make things build again - add some missing headers
ok bcook@
|
|
2b6dbc39
|
2014-07-10T06:21:51
|
|
initial top-level import of subdirectories
|