summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-12upstream: add sshkey_check_cert_sigtype() that checks adjm@openbsd.org
2018-09-12upstream: add cert->signature_type field and keep it in sync withdjm@openbsd.org
2018-09-12upstream: Add "ssh -Q sig" to allow listing supported signaturedjm@openbsd.org
2018-09-12upstream: allow key revocation by SHA256 hash and allow ssh-keygendjm@openbsd.org
2018-09-12upstream: log certificate fingerprint in authenticationdjm@openbsd.org
2018-09-09upstream: Add FALLTHROUGH comments where appropriate. Patch fromdtucker@openbsd.org
2018-09-09upstream: ssh -MM requires confirmation for all operations thatdjm@openbsd.org
2018-09-09upstream: fix misplaced parenthesis inside if-clause. it's harmlessmestre@openbsd.org
2018-09-09upstream: fix build with DEBUG_PK enabledmestre@openbsd.org
2018-09-07Handle ngroups>_SC_NGROUPS_MAX.Darren Tucker
2018-09-07Initial len for the fmt=NULL case.Darren Tucker
2018-09-07Include stdlib.h.Darren Tucker
2018-08-30releasing package openssh version 1:7.8p1-1Colin Watson
2018-08-30Work around conch interoperability failureColin Watson
2018-08-30Work around conch interoperability failureColin Watson
2018-08-30New upstream release (7.8p1)Colin Watson
2018-08-27document some more regress control env variablesDamien Miller
2018-08-24Enable specific ioctl call for EP11 crypto card (s390)Eduardo Barretto
2018-08-24Allow flock and ipc syscall for s390 architectureEduardo Barretto
2018-08-24Restore reading authorized_keys2 by defaultColin Watson
2018-08-24Various Debian-specific configuration changesColin Watson
2018-08-24Add systemd readiness notification supportMichael Biebl
2018-08-24Give the ssh-askpass-gnome window a default iconVincent Untz
2018-08-24Don't check the status field of the OpenSSL versionKurt Roeckx
2018-08-24Document consequences of ssh-agent being setgid in ssh-agent(1)Colin Watson
2018-08-24Document that HashKnownHosts may break tab-completionColin Watson
2018-08-24ssh(1): Refer to ssh-argv0(1)Colin Watson
2018-08-24Adjust various OpenBSD-specific references in manual pagesColin Watson
2018-08-24Install authorized_keys(5) as a symlink to sshd(8)Tomas Pospisek
2018-08-24Add DebianBanner server configuration optionKees Cook
2018-08-24Include the Debian version in our identificationMatthew Vernon
2018-08-24Mention ssh-keygen in ssh fingerprint changed warningScott Moser
2018-08-24Force use of DNSSEC even if "options edns0" isn't in resolv.confColin Watson
2018-08-24Look for $SHELL on the path for ProxyCommand/LocalCommandColin Watson
2018-08-24Adjust scp quoting in verbose modeNicolas Valcárcel
2018-08-24Allow harmless group-writabilityColin Watson
2018-08-24"LogLevel SILENT" compatibilityJonathan David Amery
2018-08-24Various keepalive extensionsRichard Kettlewell
2018-08-24Accept obsolete ssh-vulnkey configuration optionsColin Watson
2018-08-24Handle SELinux authorisation rolesManoj Srivastava
2018-08-24Restore TCP wrappers supportColin Watson
2018-08-24GSSAPI key exchange supportSimon Wilkinson
2018-08-24Import openssh_7.8p1.orig.tar.gzColin Watson
2018-08-24Switch debian/watch to HTTPS.Colin Watson
2018-08-23shorten temporary SSH_REGRESS_TMP pathDamien Miller
2018-08-23rebuild dependenciesDamien Miller
2018-08-23fix path in distclean targetDamien Miller
2018-08-23upstream: memleak introduced in r1.83; from Colin Watsondjm@openbsd.org
2018-08-22upstream: AIX reports the CODESET as "ISO8859-1" in the POSIX locale.schwarze@openbsd.org
2018-08-21 modified: openbsd-compat/port-uw.cTim Rice