Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update changelogv2.3.3 | Brent Cook | 2016-03-21 | 1 | -7/+4 |
| | |||||
* | updated changelog | Brent Cook | 2016-03-21 | 1 | -0/+18 |
| | |||||
* | set windows binary OPENSSLDIR to something plausible | Brent Cook | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | modify include/compat/netinet/ip.h | kinichiro | 2016-03-13 | 1 | -0/+4 |
| | | | | - add including <netinet/in_systm.h> for n_long on HP-UX | ||||
* | connect to the OPENBSD_5_9 branch | Brent Cook | 2016-03-12 | 1 | -1/+1 |
| | |||||
* | fix check for strlcat | Brent Cook | 2016-03-12 | 1 | -1/+1 |
| | | | | fixes #175 | ||||
* | add install_sw alias for latest nginx | Brent Cook | 2016-03-12 | 1 | -0/+3 |
| | | | | fixes #174 | ||||
* | update man links | Brent Cook | 2016-02-29 | 1 | -108/+24 |
| | |||||
* | add things to minimize diffs with OpenNTPD-portable | Brent Cook | 2016-02-15 | 2 | -19/+17 |
| | |||||
* | updated changelogv2.3.2 | Brent Cook | 2016-01-27 | 1 | -2/+13 |
| | |||||
* | add solaris include for getentropy(2) | Brent Cook | 2016-01-18 | 1 | -0/+7 |
| | |||||
* | package pidwraptest.sh script | Brent Cook | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | whitelist NetBSD 7.0 native arc4random(3) implementation. | Brent Cook | 2016-01-03 | 2 | -3/+17 |
| | | | | | NetBSD 7 improves arc4random(3) over earlier versions by adding fork detection, stronger assertions on seed failure. | ||||
* | enable nc on AIX | Brent Cook | 2016-01-03 | 1 | -0/+1 |
| | |||||
* | replace err.h macros with inline functions | Brent Cook | 2016-01-03 | 1 | -8/+54 |
| | | | | Passing NULL for the format is just easier with a function. | ||||
* | prefer gnu patch on AIX | Brent Cook | 2016-01-03 | 1 | -1/+6 |
| | |||||
* | include strings.h in string.h on AIX as well | Brent Cook | 2016-01-03 | 2 | -4/+6 |
| | |||||
* | -path isn't really needed for perms fixup, and not supported everywhere | Brent Cook | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | rebase netcat patch | Brent Cook | 2015-12-28 | 1 | -13/+13 |
| | |||||
* | add upstream config.guess/config.sub | Brent Cook | 2015-12-27 | 3 | -0/+3264 |
| | | | | | This adds refreshed OS and CPU detection. https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html | ||||
* | update check for b64_ntop | Brent Cook | 2015-12-27 | 1 | -1/+1 |
| | | | | typo spotted by Jonas 'Sortie' Termansen | ||||
* | note the removed Verisign certificate | Brent Cook | 2015-12-15 | 1 | -0/+4 |
| | |||||
* | update added certs | Brent Cook | 2015-12-14 | 1 | -1/+2 |
| | |||||
* | Revert back to GetStdHandle, since it works fine with pipes. | Brent Cook | 2015-12-11 | 1 | -6/+6 |
| | | | | | Also include the formerly-missing NULL check, since this can fail in two ways. | ||||
* | include stdint.h uint*_t | Brent Cook | 2015-12-11 | 1 | -0/+1 |
| | |||||
* | Replace STDIN_FILENO with _fileno | Anthony Novatsis | 2015-12-11 | 1 | -3/+3 |
| | | | | | Replace STDIN_FILENO with _fileno as STDIN_FILENO results in compile errors with Visual Studio 2015 (using CMake). | ||||
* | installing nc(1) should imply building, even if not whitelisted | Brent Cook | 2015-12-07 | 2 | -5/+5 |
| | |||||
* | allow optionally installing nc(1) with '--enable-nc' | Brent Cook | 2015-12-07 | 2 | -0/+8 |
| | |||||
* | 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 |
| |