Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | rebase windows headers patch | Brent Cook | 2015-12-07 | 1 | -16/+16 | |
| | ||||||
* | fixup cert.pem path override for libtls, add for nc(1) | Brent Cook | 2015-12-07 | 3 | -21/+49 | |
| | | | | this also fixes the formatting of help for nc(1) | |||||
* | refresh nc(1) support | Brent Cook | 2015-12-06 | 4 | -14/+17 | |
| | ||||||
* | override _PATH_SSL_CA_FILE with OPENSSLDIR at build time | Brent Cook | 2015-12-06 | 2 | -0/+19 | |
| | | | | fix #160 | |||||
* | update changelog | Brent Cook | 2015-12-06 | 1 | -0/+2 | |
| | ||||||
* | only set the console mode if stdin is a console (not a pipe) | Brent Cook | 2015-12-06 | 1 | -9/+21 | |
| | | | | This allows piping commands and running from a cygwin console. | |||||
* | wrap gets on Windows, replacing '\r\n' with '\n' | Brent Cook | 2015-12-05 | 2 | -0/+16 | |
| | ||||||
* | Update 2.3.2 release notes | Brent Cook | 2015-12-05 | 1 | -0/+34 | |
| | ||||||
* | no special workaround needed for MSVC2015 | Brent Cook | 2015-12-02 | 1 | -4/+0 | |
| | ||||||
* | fix libtls-standalone tests for tls_read and tls_write changed api | Zhicheng Wei | 2015-11-23 | 1 | -3/+3 | |
| | ||||||
* | build nc on solaris and cygwin | Brent Cook | 2015-11-23 | 1 | -0/+2 | |
| | ||||||
* | ensure we don't pass a negative int to ctypes functions | Brent Cook | 2015-11-23 | 1 | -3/+3 | |
| | | | | | Some implementations, e.g. cygwin, use a table lookup that can cast a char to a negative array offset. | |||||
* | do not link libcompatnoopt if it is unneeded/built | Brent Cook | 2015-11-22 | 1 | -3/+8 | |
| | | | | from andy-js on github, fix #158 | |||||
* | omit <type> links | Brent Cook | 2015-11-22 | 2 | -9/+1 | |
| | ||||||
* | update manpage links | Brent Cook | 2015-11-22 | 1 | -16/+114 | |
| | ||||||
* | update netcat patch | Brent Cook | 2015-11-22 | 1 | -37/+14 | |
| | ||||||
* | update patches | Brent Cook | 2015-11-02 | 2 | -16/+16 | |
| | ||||||
* | update changelog for 2.3.1v2.3.1 | Brent Cook | 2015-10-26 | 1 | -0/+32 | |
| | ||||||
* | whitelist nc on other BSDs | Brent Cook | 2015-10-23 | 1 | -0/+2 | |
| | ||||||
* | update netcat patch | Brent Cook | 2015-10-23 | 1 | -8/+27 | |
| | ||||||
* | remove a_gen/utctm.c for cmake | Brent Cook | 2015-10-21 | 1 | -2/+0 | |
| | ||||||
* | check bounds before casting (long long) to time_t | Brent Cook | 2015-10-21 | 1 | -0/+6 | |
| | ||||||
* | remove a_gen/utctm.c | Brent Cook | 2015-10-21 | 1 | -2/+0 | |
| | ||||||
* | move rfc5280time to rfc5280time_small | Brent Cook | 2015-10-18 | 2 | -2/+2 | |
| | | | | | Having the same name as the executable confuses the driver, and it runs the wrong thing. | |||||
* | include tap-driver.sh in the source repo | Brent Cook | 2015-10-18 | 2 | -1/+651 | |
| | | | | Newer autotools appears to install it automatically, but not all do. | |||||
* | update apps.h include | Brent Cook | 2015-10-18 | 1 | -1/+1 | |
| | ||||||
* | make it clear that we skipped 64-bit time_t tests | Brent Cook | 2015-10-18 | 4 | -9/+26 | |
| | ||||||
* | Windows compatibility fixes | Brent Cook | 2015-10-18 | 9 | -11/+32 | |
| | | | | | | | | | | | VS2013 has trouble with relative include paths for apps/openssl, so move certhash_win/apps_win.c back to apps/openssl. gmtime_r on mingw64 fails with negative time_t, override gmtime_s fails all of the time unit tests, override SHUT_RD/WR are defined in newer mingw64 headers, check before overriding | |||||
* | include warnings about small time_t | Brent Cook | 2015-10-17 | 2 | -3/+15 | |
| | ||||||
* | disable some tests with 32-bit time_t systems | Brent Cook | 2015-10-17 | 5 | -7/+85 | |
| | | | | Also disable use of _mkgmtime, it does not produce correct results. | |||||
* | unconditionally disable pledge for now | Brent Cook | 2015-10-15 | 1 | -2/+0 | |
| | | | | suggested by deraadt@ since there is still more coming | |||||
* | check for timegm in cmake builds | Brent Cook | 2015-10-15 | 2 | -0/+9 | |
| | ||||||
* | make internal functions static | Brent Cook | 2015-10-15 | 1 | -4/+4 | |
| | ||||||
* | use timegm from musl | Brent Cook | 2015-10-15 | 1 | -60/+191 | |
| | ||||||
* | update man links | Brent Cook | 2015-10-15 | 1 | -0/+2 | |
| | ||||||
* | include timegm fallback | Brent Cook | 2015-10-15 | 6 | -6/+86 | |
| | ||||||
* | add limits.h shim for defining PATH_MAX on HP-UX | Brent Cook | 2015-10-14 | 2 | -0/+27 | |
| | ||||||
* | Use bundled headers instead of installed headers when building | Jeremy Huddleston Sequoia | 2015-10-14 | 2 | -6/+7 | |
| | | | | | | | | | | | | | The build system incorrectly set include directives in AM_CFLAGS which causes them to be placed after the configured CPPFLAGS. Thus, if a user or packaging system sets CPPFLAGS to a location that has libressl or openssl headers installed, they will be used instead of the bundled versions. This corrects that issue by setting up the variables correctly. https://github.com/libressl-portable/portable/issues/150 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> | |||||
* | nc: Use AM_CPPFLAGS, not CPPFLAGS in Makefile.am | Jeremy Huddleston Sequoia | 2015-10-14 | 1 | -1/+1 | |
| | | | | | | CPPFLAGS should just be set by the user at configure time Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> | |||||
* | update netcat.c.patch for osx 10.6 or earlier | Goichi Hirakawa | 2015-10-14 | 1 | -12/+23 | |
| | ||||||
* | check for pledge(2) | Brent Cook | 2015-10-12 | 2 | -4/+4 | |
| | ||||||
* | resolve tame to 0 | Brent Cook | 2015-10-07 | 1 | -1/+1 | |
| | ||||||
* | add tame(2) check | Brent Cook | 2015-10-07 | 3 | -8/+16 | |
| | ||||||
* | rename _mkgmtime as timegm on win32 | Brent Cook | 2015-10-07 | 1 | -0/+4 | |
| | ||||||
* | updates for ASN.1 time handling | Brent Cook | 2015-10-06 | 4 | -0/+12 | |
| | ||||||
* | add b64_ntop checking and fallback for nc(1) | Brent Cook | 2015-10-01 | 8 | -7/+366 | |
| | ||||||
* | remove incorrect comment | Brent Cook | 2015-09-30 | 1 | -1/+0 | |
| | | | | | We actually want to only start extending CFLAGS after calling AC_PROG_CC so we get the default autoconf value (usually just -O2). | |||||
* | add asn1time to cmake tests | Brent Cook | 2015-09-28 | 2 | -1/+6 | |
| | ||||||
* | add asn1time test | Brent Cook | 2015-09-28 | 1 | -0/+5 | |
| | ||||||
* | update path to openssl(1) in testssl wrapperv2.3.0 | Brent Cook | 2015-09-22 | 1 | -3/+3 | |
| |