summaryrefslogtreecommitdiff
path: root/openbsd-compat
AgeCommit message (Expand)Author
2020-02-21Don't check the status field of the OpenSSL versionKurt Roeckx
2020-02-21Force use of DNSSEC even if "options edns0" isn't in resolv.confColin Watson
2020-02-21Handle SELinux authorisation rolesManoj Srivastava
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
2019-08-05Fix mem leak in unit test.Darren Tucker
2019-07-23upstream rev 1.28: fix comment typo.Darren Tucker
2019-07-23Remove sys/cdefs.h include.Darren Tucker
2019-07-23Re-apply portability changes to current sha2.{c,h}.Darren Tucker
2019-07-23Import current sha2.c and sha2.h from OpenBSD.Darren Tucker
2019-07-19fix SIGWINCH delivery of Solaris for mux sessionsDamien Miller
2019-07-19Fix format string integer type in error message.Darren Tucker