summaryrefslogtreecommitdiff
path: root/openbsd-compat
AgeCommit message (Expand)Author
2017-11-24Include string.h for explicit_bzero.Darren Tucker
2017-10-31Include includes.h for HAVE_GETPAGESIZE.Darren Tucker
2017-10-27fix rdomain compilation errorsDamien Miller
2017-10-25basic valid_rdomain() implementation for LinuxDamien Miller
2017-10-25implement get/set_rdomain() for LinuxDamien Miller
2017-10-25stubs for rdomain replacement functionsDamien Miller
2017-10-25rename port-tun.[ch] => port-net.[ch]Damien Miller
2017-10-23upstream commitdjm@openbsd.org
2017-09-27Check for and handle calloc(p, 0) = NULL.Darren Tucker
2017-09-25Add minimal strsignal for platforms without it.Darren Tucker
2017-09-19add freezero(3) replacementDamien Miller
2017-09-12adapt portable to channels API changesDamien Miller
2017-08-27Add missing includes for bsd-err.c.Darren Tucker
2017-07-28fix problems in tunnel forwarding portability codeDamien Miller
2017-07-14make explicit_bzero/memset safe for sz=0Damien Miller
2017-06-09Wrap stdint.h include in #ifdef.Darren Tucker
2017-06-01avoid compiler warningDamien Miller
2017-06-01add recallocarray replacement and dependencyDamien Miller
2017-03-29Import fmt_scaled.c rev 1.16 from OpenBSD.Darren Tucker
2017-03-29Import fmt_scaled.c rev 1.15 from OpenBSD.Darren Tucker
2017-03-29Import fmt_scaled.c rev 1.14 from OpenBSD.Darren Tucker
2017-03-20Add llabs() implementation.Darren Tucker
2017-03-12sync fmt_scaled.c with OpenBSDDamien Miller
2016-12-13Remove commented-out includes.Darren Tucker
2016-12-13Add prototype for strcasestr in compat library.Darren Tucker
2016-12-13Add strcasestr to compat library.Darren Tucker
2016-10-28Move OPENSSL_NO_RIPEMD160 to compat.Darren Tucker
2016-10-26Use !=NULL instead of >0 for getdefaultproj.Darren Tucker
2016-10-19Import readpassphrase.c rev 1.26.Darren Tucker
2016-10-19Import readpassphrase.c rev 1.25.Darren Tucker
2016-10-15Move DEF_WEAK into defines.h.Darren Tucker
2016-10-13Import rev 1.24 from OpenBSD.Darren Tucker
2016-10-13Import rev 1.23 from OpenBSD. Fixes bz#2619.Darren Tucker
2016-10-13If we don't have TCSASOFT, define it to zero.Darren Tucker
2016-09-29Remove portability support for mmapDamien Miller
2016-08-17Remove obsolete CVS $Id from source files.Darren Tucker
2016-08-16fix false positives when compiled with msanDamien Miller
2016-08-02Replace spaces with tabs.Darren Tucker
2016-08-02Strip trailing whitespace.Darren Tucker
2016-08-02Repair $OpenBSD markers.Darren Tucker
2016-08-02Repair $OpenBSD marker.Darren Tucker
2016-07-21Search users for one with a valid salt.Darren Tucker
2016-07-15cast to avoid type warning in error messageDamien Miller
2016-07-15Move VA_COPY macro into compat header.Darren Tucker
2016-07-15Determine appropriate salt for invalid users.Darren Tucker
2016-07-14Add compat code for missing wcwidth.Darren Tucker
2016-07-13Move err.h replacements into compat lib.Darren Tucker
2016-06-14Remove now-defunct .cvsignore files. ok djmDarren Tucker
2016-06-03Update vis.h and vis.c from OpenBSD.Darren Tucker
2016-05-31whitespace at EOLDamien Miller