summaryrefslogtreecommitdiff
path: root/openbsd-compat
AgeCommit message (Expand)Author
2018-10-20Don't check the status field of the OpenSSL versionKurt Roeckx
2018-10-20Force use of DNSSEC even if "options edns0" isn't in resolv.confColin Watson
2018-10-20Handle SELinux authorisation rolesManoj Srivastava
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
2018-02-26bsd-statvfs: include sys/vfs.h, check for f_flags.Darren Tucker
2018-02-26Handle calloc(0,x) where different from malloc.Darren Tucker
2018-02-26Add prototype for readv if needed.Darren Tucker
2018-02-26Check for raise and supply if needed.Darren Tucker
2018-02-26Check for bzero and supply if needed.Darren Tucker
2018-02-16freezero should check for NULL.Darren Tucker
2018-02-15Remove remaining now-obsolete cvs $Ids.Darren Tucker
2018-02-15Remove UNICOS support.Darren Tucker
2018-02-11Move signal compat code into bsd-signal.{c,h}Darren Tucker