summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-03-03upstream: better testing for port-forwarding and restrict flags indjm@openbsd.org
2018-03-03upstream: switch over to the new authorized_keys options API anddjm@openbsd.org
2018-03-03upstream: Introduce a new API for handling authorized_keys options.djm@openbsd.org
2018-03-03upstream: warn when the agent returns a signature type that wasdjm@openbsd.org
2018-03-03upstream: apply a lick of paint; tweaks/ok dtuckerjmc@openbsd.org
2018-03-02upstream: Allow escaped quotes \" and \' in ssh_config anddjm@openbsd.org
2018-03-02upstream: refactor sshkey_read() to make it a little more, err,djm@openbsd.org
2018-03-02upstream: missing #ifdef for _PATH_HOST_XMSS_KEY_FILE; report bymarkus@openbsd.org
2018-03-02upstream: Remove unneeded (local) include. ok markus@dtucker@openbsd.org
2018-03-02upstream: Add $OpenBSD$ markers to xmss files to help keep synceddtucker@openbsd.org
2018-03-02upstream: Add newline at end of file to prevent compiler warnings.dtucker@openbsd.org
2018-02-28Add WITH_XMSS, move to prevent conflicts.Darren Tucker
2018-02-28Conditionally compile XMSS code.Darren Tucker
2018-02-27Check dlopen has RTLD_NOW before enabling pkcs11.Darren Tucker
2018-02-27Check for attributes on prototype args.Darren Tucker
2018-02-27Check if HAVE_DECL_BZERO correctly.Darren Tucker
2018-02-26Wrap <stdint.h> in #ifdef HAVE_STDINT_H.Darren Tucker
2018-02-26Replace $(CURDIR) with $(PWD).Darren Tucker
2018-02-26Comment out hexdump().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-26Fix breakage when REGRESSTMP not set.Darren Tucker
2018-02-26XMSS-related files get includes.hDamien Miller
2018-02-26object files end with .o - not .cDamien Miller
2018-02-26avoid inclusion of deprecated selinux/flask.hDamien Miller
2018-02-26updatedependDamien Miller
2018-02-26upstream: Add experimental support for PQC XMSS keys (Extendedmarkus@openbsd.org
2018-02-26upstream: some cleanup for BindInterface and ssh-keyscan;jmc@openbsd.org
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-23upstream: Add ssh-keyscan -D option to make it print its results indjm@openbsd.org
2018-02-23upstream: Add missing braces.dtucker@openbsd.org
2018-02-23Check for ifaddrs.h for BindInterface.Darren Tucker
2018-02-23space before tab in previousDamien Miller
2018-02-23upstream: Replace fatal with exit in the case that we do not havedtucker@openbsd.org
2018-02-23Use portable syntax for REGRESSTMP.Darren Tucker
2018-02-23upstream: unbreak interop test after SSHv1 purge; patch from Colindjm@openbsd.org
2018-02-23upstream: Skip sftp-chroot test when SUDO not set instead ofdtucker@openbsd.org
2018-02-23upstream: Replace fatal with exit in the case that we do not havedtucker@openbsd.org
2018-02-23upstream: some helpers to check verbose/quiet modedjm@openbsd.org
2018-02-23upstream: Add BindInterface ssh_config directive and -Bdjm@openbsd.org
2018-02-23upstream: emphasise that the hostkey rotation may send key typesdjm@openbsd.org
2018-02-22Add headers for sys/audit.h.Darren Tucker
2018-02-19Add REGRESSTMP make var override.Darren Tucker