Brent Cook
926aa53242
set link library dependencies with MSVC, fixes #221
2016-07-31 17:12:47 -05:00
Brent Cook
950dcb2d07
properly enable strnlen checks for MSVC
2016-07-31 17:12:47 -05:00
Brent Cook
f6582d1d76
avoid BSWAP assembly for ARM <= v6
2016-07-19 05:49:05 -05:00
Brent Cook
3a193a58d4
format 64-bit int portably (windows wants %l64d)
2016-07-19 05:48:49 -05:00
celan69
94532f9619
Fix typo in USE_BUILTIN_ARC4RANDOM check
...
Solaris 11 recently introduced a builtin arc4random in libc which fails the tests in "make check". Found USE_BUILTIN_ARC4RANDOM, but could not get it to work. Apparently, there is a typo in the configure logic rendering USE_BUILTIN_ARC4RANDOM ineffective.
2016-07-19 05:46:16 -05:00
Brent Cook
0ae23dfcc3
bump changelog to sync tags with openbsd source
v2.3.6
2016-06-07 07:04:16 -05:00
Brent Cook
bff756ef62
update changelog
2016-06-06 05:03:27 -05:00
Brent Cook
5b39a35bf8
Update changelog
v2.3.5
2016-05-30 09:08:29 -05:00
Brent Cook
41d8aa6aef
pushed encode.c change upstream
v2.3.4
2016-05-03 09:25:59 -05:00
Brent Cook
b8b8628640
prefer limits.h over sys/limits.h
2016-05-03 02:13:13 -05:00
Brent Cook
6cb804b342
update changelog
2016-05-02 22:51:07 -05:00
Brent Cook
00eb776ee9
add constant_time_locl.h
2016-05-02 22:47:45 -05:00
Brent Cook
534ee348a9
check linker flags before checking for functions
2016-05-02 22:12:53 -05:00
kinichiro
ad914139c4
fix ld warning "attempted multiple inclusion of file" on Solaris
...
- To avoid ld warning on Solaris, use abs_top_builddir in Makefile.am
2016-05-02 22:12:53 -05:00
Brent Cook
6a136f72ff
update changelog
v2.3.3
2016-03-21 21:56:24 -05:00
Brent Cook
3b3f213ca5
updated changelog
2016-03-21 21:56:24 -05:00
Brent Cook
4b5daaaf44
set windows binary OPENSSLDIR to something plausible
2016-03-21 21:56:24 -05:00
kinichiro
1ffdb2ae25
modify include/compat/netinet/ip.h
...
- add including <netinet/in_systm.h> for n_long on HP-UX
2016-03-13 13:09:25 -05:00
Brent Cook
ef874034cf
connect to the OPENBSD_5_9 branch
2016-03-12 17:30:33 -06:00
Brent Cook
05f3422a9b
fix check for strlcat
...
fixes #175
2016-03-12 17:10:03 -06:00
Brent Cook
be3b129221
add install_sw alias for latest nginx
...
fixes #174
2016-03-12 17:07:28 -06:00
Brent Cook
2c751b1cf9
update man links
2016-02-29 05:20:58 -06:00
Brent Cook
d4d040c171
add things to minimize diffs with OpenNTPD-portable
2016-02-15 13:39:06 -06:00
Brent Cook
9df51efab0
updated changelog
v2.3.2
2016-01-27 12:33:34 -06:00
Brent Cook
8c91563f60
add solaris include for getentropy(2)
2016-01-18 09:50:23 -06:00
Brent Cook
d0ff644edc
package pidwraptest.sh script
2016-01-03 21:29:35 -06:00
Brent Cook
35e669fd1a
whitelist NetBSD 7.0 native arc4random(3) implementation.
...
NetBSD 7 improves arc4random(3) over earlier versions by adding fork
detection, stronger assertions on seed failure.
2016-01-03 21:24:05 -06:00
Brent Cook
d0009039de
enable nc on AIX
2016-01-03 21:20:03 -06:00
Brent Cook
07e541cc2e
replace err.h macros with inline functions
...
Passing NULL for the format is just easier with a function.
2016-01-03 21:20:03 -06:00
Brent Cook
cf86bf8581
prefer gnu patch on AIX
2016-01-03 21:20:02 -06:00
Brent Cook
38c577d758
include strings.h in string.h on AIX as well
2016-01-03 21:19:55 -06:00
Brent Cook
07056b2949
-path isn't really needed for perms fixup, and not supported everywhere
2016-01-03 18:55:04 -06:00
Brent Cook
f5a4ee56be
rebase netcat patch
2015-12-28 08:46:59 -06:00
Brent Cook
4a931b58fc
add upstream config.guess/config.sub
...
This adds refreshed OS and CPU detection.
https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html
2015-12-27 22:33:51 -06:00
Brent Cook
53cd105d6e
update check for b64_ntop
...
typo spotted by Jonas 'Sortie' Termansen
2015-12-27 22:12:35 -06:00
Brent Cook
733d581028
note the removed Verisign certificate
2015-12-15 21:38:35 -06:00
Brent Cook
b95c92c62b
update added certs
2015-12-14 19:51:15 -06:00
Brent Cook
3af1387b18
Revert back to GetStdHandle, since it works fine with pipes.
...
Also include the formerly-missing NULL check, since this can fail in two
ways.
2015-12-11 09:22:12 -06:00
Brent Cook
bd8fe5868f
include stdint.h uint*_t
2015-12-11 09:21:43 -06:00
Anthony Novatsis
5727d3274e
Replace STDIN_FILENO with _fileno
...
Replace STDIN_FILENO with _fileno as STDIN_FILENO results in compile
errors with Visual Studio 2015 (using CMake).
2015-12-11 16:32:00 +11:00
Brent Cook
4db1ad6797
installing nc(1) should imply building, even if not whitelisted
2015-12-07 08:24:41 -06:00
Brent Cook
28aaab4323
allow optionally installing nc(1) with '--enable-nc'
2015-12-07 08:14:51 -06:00
Brent Cook
19f58fdb1b
rebase windows headers patch
2015-12-07 08:03:44 -06:00
Brent Cook
1988b8f65e
fixup cert.pem path override for libtls, add for nc(1)
...
this also fixes the formatting of help for nc(1)
2015-12-07 07:55:05 -06:00
Brent Cook
905e2a3b80
refresh nc(1) support
2015-12-06 23:32:18 -06:00
Brent Cook
5b49c30cbc
override _PATH_SSL_CA_FILE with OPENSSLDIR at build time
...
fix #160
2015-12-06 20:35:09 -06:00
Brent Cook
fabe122b4e
update changelog
2015-12-06 20:34:32 -06:00
Brent Cook
afcc027da7
only set the console mode if stdin is a console (not a pipe)
...
This allows piping commands and running from a cygwin console.
2015-12-06 16:49:01 -06:00
Brent Cook
75ef5bb160
wrap gets on Windows, replacing '\r\n' with '\n'
2015-12-05 13:58:37 -06:00
Brent Cook
d7317353a9
Update 2.3.2 release notes
2015-12-05 13:29:09 -06:00