summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/pathnames.h
AgeCommit message (Expand)Author
2019-11-12enable ed25519 support; ok djmMarkus Friedl
2019-10-31ssh-agent support for U2F/FIDO keysDamien Miller
2019-10-31Initial infrastructure for U2F/FIDO supportDamien Miller
2018-02-23Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)Markus Friedl
2017-05-05more simplification and removal of SSHv1-related code; ok djm@Christian Weisgerber
2017-05-03remove miscellaneous SSH1 leftovers; ok markus@Christian Weisgerber
2016-03-31Remove fallback from moduli to "primes" file that was deprecated in 2001Darren Tucker
2013-12-06support ed25519 keys (hostkeys and user identities) using the public domainMarkus Friedl
2013-04-05use the existing _PATH_SSH_USER_RC define to construct the otherDamien Miller
2011-05-23allow AuthorizedKeysFile to specify multiple files, separated by spaces.Damien Miller
2011-05-11remove support for authorized_keys2; it is a relic from the early daysDamien Miller
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2010-02-11correct commentDamien Miller
2010-02-08replace our obsolete smartcard code with PKCS#11.Markus Friedl
2008-12-29no need to escape single quotes in commentsKevin Steves
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2004-07-11spacesTheo de Raadt
2004-01-30support for password change; ok dtucker@Markus Friedl
2002-05-23add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic...Markus Friedl
2002-03-19_PATH_PRIVSEP_CHROOT_DIR; ok provos@Kevin Steves
2002-02-09move ssh config files to /etc/sshTheo de Raadt
2001-12-08use only one path to X11 UNIX domain socket vs. an array of pathsKevin Steves
2001-06-23get rid of known_hosts2, use it for hostkey lookup, but do not modify.Markus Friedl
2001-06-22merge authorized_keys2 into authorized_keys.Markus Friedl
2001-06-22use /etc/moduli instead of /etc/primes, okay markus@Niels Provos
2001-06-08move the path for xauth to pathnames.hMarkus Friedl
2001-04-12implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)Markus Friedl
2001-02-08_PATH_LS; ok markus@Kevin Steves
2001-02-08allow sftp over ssh protocol 1; ok djm@Markus Friedl
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl