summaryrefslogtreecommitdiff
path: root/openbsd-compat
AgeCommit message (Expand)Author
2019-01-18Add minimal fchownat and fchmodat implementations.Darren Tucker
2019-01-18Add a minimal implementation of utimensat().Darren Tucker
2018-11-25Include stdio.h for FILE if needed.Darren Tucker
2018-11-25Reverse order of OpenSSL init functions.Darren Tucker
2018-11-23refactor libcrypto initialisationDamien Miller
2018-11-16Test for OPENSSL_init_crypto before using.Darren Tucker
2018-11-16Fix check for OpenSSL 1.0.1 exactly.Darren Tucker
2018-11-09fix compilation with openssl built without ECCEneas U de Queiroz
2018-10-28Update check for minimum OpenSSL version.Darren Tucker
2018-10-28Use detected version functions in openssl compat.Darren Tucker
2018-10-26fix builds on OpenSSL <= 1.0.xDamien Miller
2018-10-23fix compile for openssl 1.0.x w/ --with-ssl-engineDamien Miller
2018-10-17unbreak compilation with --with-ssl-engineDamien Miller
2018-10-16Avoid deprecated OPENSSL_config when using 1.1.xDamien Miller
2018-10-12Don't avoid our *sprintf replacements.Darren Tucker
2018-10-11check for NULL return from shadow_pw()Damien Miller
2018-10-10in pick_salt() avoid dereference of NULL passwordsDamien Miller
2018-09-22Remove unused variable in _ssh_compat_fflush.Darren Tucker
2018-09-13adapt -portable to OpenSSL 1.1x APIDamien Miller
2018-09-07Initial len for the fmt=NULL case.Darren Tucker
2018-09-07Include stdlib.h.Darren Tucker
2018-08-21 modified: openbsd-compat/port-uw.cTim Rice
2018-08-13cygwin: add missing stdarg.h includeCorinna Vinschen
2018-08-11Some AIX fixes; report from Michael FeltDamien Miller
2018-07-27correct snprintf truncation check in closefrom()Damien Miller
2018-07-14Undef a few new macros in sys-queue.h.Darren Tucker
2018-07-12upstream: remove legacy key emulation layer; ok djm@markus@openbsd.org
2018-07-11Include stdlib.h for declaration of free.Darren Tucker
2018-07-10Adapt portable to legacy buffer API removalDamien Miller
2018-07-06Defer setting bufsiz in getdelim.Darren Tucker
2018-07-02Add implementation of getline.Darren Tucker
2018-05-14sync fmt_scaled.cDamien Miller
2018-04-29Use includes.h instead of config.h.Darren Tucker
2018-04-13Fix tunnel forwarding broken in 7.7p1Damien Miller
2018-04-13prefer to use getrandom() for PRNG seedingDamien Miller
2018-04-10Many typo fixes from Karsten WeissDamien Miller
2018-03-30Disable native strndup and strnlen on AIX.Darren Tucker
2018-03-26Include ssh_api.h for struct ssh.Darren Tucker
2018-03-26Remove UNICOS code missed during removal.Darren Tucker
2018-03-25 modified: auth-sia.cTim Rice
2018-03-05Check for and work around buggy fflush(NULL).Darren Tucker
2018-03-03Add strndup for platforms that need it.Darren Tucker
2018-03-03Flatten and alphabetize object file lists.Darren Tucker
2018-02-27Check if HAVE_DECL_BZERO correctly.Darren Tucker
2018-02-26typo: missing ;Darren Tucker
2018-02-26Hook up flock() compat code.Darren Tucker
2018-02-26Import flock() compat from NetBSD.Darren Tucker
2018-02-26avoid inclusion of deprecated selinux/flask.hDamien Miller
2018-02-26Invert sense of getpgrp test.Darren Tucker
2018-02-26Add no-op getsid implmentation.Darren Tucker