kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
5196a58d 2014-08-02 21:43:56 conditionally build strnlen if needed. it is only used by strndup prodded by Sortie@
eb8ed5a5 2014-08-04 10:41:44 Crank version for next 2.0
05f89961 2014-07-31 18:18:45 tie libressl branch to openbsd branch, bump ver. Added OPENBSD_BRANCH to set what branch update.sh should checkout.
3e21619b 2014-07-31 18:53:48 Crank version on HEAD to 2.1.0 2.0 cointinues on OPENBSD_5_6 branch
105da446 2014-07-30 22:16:01 define MAP_ANON for systems with MAP_ANONYMOUS switch the sense of this check
8d89fb07 2014-07-30 07:07:48 merge endian definitions between AIX/HP-UX/Solaris
ff58a2e3 2014-07-30 13:22:00 update include/machine/endian.h for hpux portability. ok bcook@
b9ff0728 2014-07-30 06:53:02 harmonize asprintf with OpenSSH * use the original name for the file from OpenSSH (remove duplicate version) * add va_copy/__va_copy checks to configure * incorporate proposed fixes to openssh version: + include more system headers directly for various definitions + limit the scope of va_copy/va_end to their affected vsnprintf calls + simplify error handling, removing a dead assignment
a07e3370 2014-07-29 18:21:58 include comment on windows services
af705b3f 2014-07-29 07:39:23 add sys/mman.h shim to define MAP_ANON if needed thanks to kinichiro for pointing this out ok deraadt@ beck@