aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* check for timegm in cmake buildsBrent Cook2015-10-152-0/+9
* make internal functions staticBrent Cook2015-10-151-4/+4
* use timegm from muslBrent Cook2015-10-151-60/+191
* update man linksBrent Cook2015-10-151-0/+2
* include timegm fallbackBrent Cook2015-10-156-6/+86
* add limits.h shim for defining PATH_MAX on HP-UXBrent Cook2015-10-142-0/+27
* Use bundled headers instead of installed headers when buildingJeremy Huddleston Sequoia2015-10-142-6/+7
* nc: Use AM_CPPFLAGS, not CPPFLAGS in Makefile.amJeremy Huddleston Sequoia2015-10-141-1/+1
* update netcat.c.patch for osx 10.6 or earlierGoichi Hirakawa2015-10-141-12/+23
* check for pledge(2)Brent Cook2015-10-122-4/+4
* resolve tame to 0Brent Cook2015-10-071-1/+1
* add tame(2) checkBrent Cook2015-10-073-8/+16
* rename _mkgmtime as timegm on win32Brent Cook2015-10-071-0/+4
* updates for ASN.1 time handlingBrent Cook2015-10-064-0/+12
* add b64_ntop checking and fallback for nc(1)Brent Cook2015-10-018-7/+366
* remove incorrect commentBrent Cook2015-09-301-1/+0
* add asn1time to cmake testsBrent Cook2015-09-282-1/+6
* add asn1time testBrent Cook2015-09-281-0/+5
* update path to openssl(1) in testssl wrapperv2.3.0Brent Cook2015-09-221-3/+3
* revise how headers are patched for windows, remove sed scriptsBrent Cook2015-09-217-92/+102
* visual studio path updatesBrent Cook2015-09-183-3/+4
* test cmake builds on osx as wellBrent Cook2015-09-171-0/+1
* remove SHA-0 from cmake buildsBrent Cook2015-09-172-8/+0
* final bit of SHA-0 removalBrent Cook2015-09-171-1/+0
* remove SHA-0Brent Cook2015-09-172-3/+3
* extend regression testsBrent Cook2015-09-171-1/+2
* add include/compat/readpassphrase.h to Makefile.amkinichiro2015-09-171-0/+1
* update changelog for SHA-0 removalBrent Cook2015-09-161-0/+3
* SHA-0 is gone, remove testBrent Cook2015-09-161-5/+0
* normalize amd64 to x86_64Brent Cook2015-09-161-0/+4
* Call the correct script for pidwraptest.sh.Brent Cook2015-09-161-1/+2
* update changelog with latestBrent Cook2015-09-131-0/+17
* fix a library paths, nc patchBrent Cook2015-09-132-4/+4
* remove ecdh/ech_ossl.cBrent Cook2015-09-131-1/+0
* a few more linux nc build tweaksBrent Cook2015-09-132-4/+18
* fixup windows and older linux buildsBrent Cook2015-09-133-4/+21
* allow nc to build on linux and os xBrent Cook2015-09-1316-20/+603
* ignore manpagesBrent Cook2015-09-131-3/+4
* fix spelling of OPENSSL_cleanseBrent Cook2015-09-131-1/+1
* use CP_LIBC for strtonumBrent Cook2015-09-131-2/+2
* move windows file IO mode setup to apps_win.cBrent Cook2015-09-132-33/+36
* ding-dong e_os2.h is deadBrent Cook2015-09-131-1/+0
* ech_ossl.h is goneBrent Cook2015-09-131-1/+0
* readd openssl.1, distribute nc.1Brent Cook2015-09-133-0/+6
* include new tls headersBrent Cook2015-09-132-0/+3
* restrict nc to openbsd builds for nowBrent Cook2015-09-122-0/+6
* correct nc compat pathBrent Cook2015-09-121-1/+1
* add some backcompat in nc, don't install itBrent Cook2015-09-122-1/+10
* more cmake testsBrent Cook2015-09-121-1/+12
* add 'nc' to the distribution as an example of libtls client and serverBrent Cook2015-09-1217-200/+227