summaryrefslogtreecommitdiffstats
path: root/openbsd-compat
AgeCommit message (Expand)Author
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
2019-10-28Move utimensat definition into timespec section.Darren Tucker
2019-10-11Re-add SA_RESTART to mysignal.Darren Tucker
2019-10-10Fix ifdef typo for declaration of memmem.Darren Tucker
2019-10-09Make MAKE_CLONE no-op macro more correct.Darren Tucker
2019-10-08avoid "return (value)" in void-declared functionDamien Miller
2019-09-30Include stdio.h for snprintf.Darren Tucker
2019-09-02fixed test in OSX closefrom() replacementDamien Miller
2019-09-02retain Solaris PRIV_FILE_LINK_ANY in sftp-serverDamien Miller
2019-08-30proc_pidinfo()-based closefrom() for OS XDamien Miller
2019-08-24Fix pasto in fallback code.Darren Tucker