summaryrefslogtreecommitdiff
path: root/openbsd-compat
AgeCommit message (Expand)Author
2020-10-18Don't check the status field of the OpenSSL versionKurt Roeckx
2020-10-18Force use of DNSSEC even if "options edns0" isn't in resolv.confColin Watson
2020-10-18Handle SELinux authorisation rolesManoj Srivastava
2020-08-17Wrap stdint.h include in ifdef HAVE_STDINT_H.Darren Tucker
2020-08-10sync memmem.c with OpenBSDDamien Miller
2020-08-04wrap a declaration in the same ifdefs as its useDamien Miller
2020-08-04undef TAILQ_CONCAT and friendsDamien Miller
2020-07-03sync sys-queue.h with OpenBSD upstreamDamien Miller
2020-06-19Add OPENBSD ORIGINAL marker to bcrypt_pbkdf.Darren Tucker
2020-06-19Extra brackets around sizeof() in bcrypt.Darren Tucker
2020-04-21Sync rev 1.49.Darren Tucker
2020-04-06fix inverted test for LibreSSL versionDamien Miller
2020-04-03prefer libcrypto chacha20-poly1305 where possibleDamien Miller
2020-03-13sync fnmatch.c with upstream to fix another typoDamien Miller
2020-03-13another spelling error in commentDamien Miller
2020-03-13spelling mistakesDamien Miller
2020-02-17Constify aix_krb5_get_principal_name.Darren Tucker
2020-02-17Check if TILDE is already defined and undef.Darren Tucker
2020-02-17Prevent unused variable warning.Darren Tucker
2020-02-17Check if getpeereid is actually declared.Darren Tucker
2020-02-06Fix sha2 MAKE_CLONE no-op definitionMichael Forney
2020-01-26Include signal.h to prevent redefintion of _NSIG.Darren Tucker
2020-01-25include tunnel device path in error messageDamien Miller
2020-01-23Fix a couple of mysig_t leftovers.Darren Tucker
2020-01-23Remove mysignal wrapper.Darren Tucker
2020-01-23upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org
2020-01-14Improve search for 'struct timespec'.Darren Tucker
2020-01-14Remove configure test & compat code for ripemd160.Darren Tucker
2019-12-11Check if memmem is declared in system headers.Darren Tucker
2019-11-29compile sk-dummy.so with no-PIE version of LDFLAGSDamien Miller
2019-11-29(yet) another x-platform fix for sk-dummy.soDamien Miller
2019-11-15upstream commitDamien Miller
2019-11-15upstream commitDamien Miller
2019-11-15upstream commitDamien Miller
2019-11-15upstream commitDamien Miller
2019-11-15upstream commitDamien Miller
2019-11-15upstream commitDamien Miller
2019-11-15upstream commitDamien Miller
2019-11-15upstream commitDamien Miller
2019-11-15upstream commitDamien Miller
2019-11-13Put headers inside ifdef _AIX.Darren Tucker
2019-11-02Define __BSD_VISIBLE in fnmatch.h.Darren Tucker
2019-11-01Hook up fnmatch for platforms that don't have it.Darren Tucker
2019-11-01Add missing bracket in realpath macro.Darren Tucker
2019-11-01Import fnmatch.c from OpenBSD.Darren Tucker
2019-11-01Use sftp_realpath if no native realpath.Darren Tucker
2019-11-01Add prototype for localtime_r if needed.Darren Tucker
2019-10-29Add implementation of localtime_r.Darren Tucker
2019-10-28Fix ifdefs to not mask needed bits.Darren Tucker
2019-10-28Make sure we have struct statfs before using.Darren Tucker