summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/pathnames.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)markus2018-02-231-1/+3
* more simplification and removal of SSHv1-related code; ok djm@naddy2017-05-051-2/+1
* remove miscellaneous SSH1 leftovers; ok markus@naddy2017-05-031-2/+1
* Remove fallback from moduli to "primes" file that was deprecated in 2001dtucker2016-03-311-3/+1
* support ed25519 keys (hostkeys and user identities) using the public domainmarkus2013-12-061-1/+3
* use the existing _PATH_SSH_USER_RC define to construct the otherdjm2013-04-051-11/+11
* allow AuthorizedKeysFile to specify multiple files, separated by spaces.djm2011-05-231-1/+4
* remove support for authorized_keys2; it is a relic from the early daysdjm2011-05-111-4/+1
* Implement Elliptic Curve Cryptography modes for key exchange (ECDH) anddjm2010-08-311-1/+3
* correct commentdjm2010-02-111-2/+2
* replace our obsolete smartcard code with PKCS#11.markus2010-02-081-1/+4
* no need to escape single quotes in commentsstevesk2008-12-291-5/+5
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* spacesderaadt2004-07-111-2/+2
* support for password change; ok dtucker@markus2004-01-301-1/+4
* add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authenticationmarkus2002-05-231-1/+4
* _PATH_PRIVSEP_CHROOT_DIR; ok provos@stevesk2002-03-191-1/+4
* move ssh config files to /etc/sshderaadt2002-02-091-9/+10
* use only one path to X11 UNIX domain socket vs. an array of pathsstevesk2001-12-081-1/+4
* get rid of known_hosts2, use it for hostkey lookup, but do not modify.markus2001-06-231-1/+3
* merge authorized_keys2 into authorized_keys.markus2001-06-221-1/+3
* use /etc/moduli instead of /etc/primes, okay markus@provos2001-06-221-1/+3
* move the path for xauth to pathnames.hmarkus2001-06-081-1/+4
* implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)markus2001-04-121-2/+3
* _PATH_LS; ok markus@stevesk2001-02-081-1/+2
* allow sftp over ssh protocol 1; ok djm@markus2001-02-081-1/+4
* $OpenBSD$niklas2001-01-291-0/+2
* move ssh1 definitions to ssh1.h, pathnames to pathnames.hmarkus2001-01-191-0/+104