summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshconnect.h
AgeCommit message (Expand)Author
2024-04-30add explict check for server hostkey type against HostkeyAlgorithms.Damien Miller
2023-10-12add %j token that expands to the configured ProxyJump hostname (orDamien Miller
2020-12-22add a ssh_config KnownHostsCommand that allows the client to obtainDamien Miller
2020-12-20plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@Damien Miller
2020-12-17refactor client percent_expand() argument passing; consolidate theDamien Miller
2020-10-12Zap unused family parameter from ssh_connect_direct()kn
2020-10-07revert kex->flags cert hostkey downgrade back to a plain keyDamien Miller
2020-10-03record when the host key checking code downgrades a certificate hostDamien Miller
2020-01-25when AddKeysToAgent=yes is set and the key contains no comment,Damien Miller
2019-09-13allow %n to be expanded in ProxyCommand stringsDamien Miller
2019-06-21Add protection for private keys at rest in RAM against speculationDamien Miller
2019-01-19convert sshconnect.c to new packet APIDamien Miller
2018-12-27move client/server SSH-* banners to buffers under ssh->kex and factorDamien Miller
2018-07-19Deprecate UsePrivilegedPort now that support for running ssh(1)Darren Tucker
2018-07-18Remove support for running ssh(1) setuid and fatal if attempted.Darren Tucker
2018-07-16Remove support for loading HostBasedAuthentication keys directly inDarren Tucker
2018-02-10constify some private key-related functions; based onDamien Miller
2017-09-12refactor channels.cDamien Miller
2017-05-30switch from Key typedef with struct sshkey; ok djm@Markus Friedl
2015-11-15Add an AddKeysToAgent client option which can be set to 'yes', 'no',Joshua Stein
2013-10-16Implement client-side hostname canonicalisation to allow an explicitDamien Miller
2010-11-29automatically order the hostkeys requested by the client based onDamien Miller
2010-10-06kill proxy command on fatal() (we already kill it on clean exit);Damien Miller
2009-05-27Un-static ssh_exchange_identification(), part of a larger change fromAndreas Gunnarsson
2007-09-04make ssh(1)'s ConnectTimeout option apply to both the TCP connection andDamien Miller
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-08move #include <sys/socket.h> out of includes.hKevin Steves
2006-07-06move #include <pwd.h> out of includes.h; ok markus@Kevin Steves
2006-06-06replace remaining setuid() calls with permanently_set_uid() andMarkus Friedl
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2005-12-06Add support for tun(4) forwarding over OpenSSH, based on an idea andReyk Floeter
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-06-11no longer use uidswap.[ch] from the ssh clientMarkus Friedl
2002-06-09use tab not spaces (|unexpand)Markus Friedl
2002-05-23add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic...Markus Friedl
2001-10-08some more IPv4or6 cleanupMarkus Friedl
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
2001-06-23get rid of known_hosts2, use it for hostkey lookup, but do not modify.Markus Friedl
2001-04-12implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)Markus Friedl
2001-04-06do gid/groups-swap in addition to uid-swap, should help if /home/groupMarkus Friedl
2001-03-26simpler key load/save interface, see authfile.hMarkus Friedl
2001-02-15genericize password padding function for SSH1 and SSH2.Markus Friedl
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-16indentTheo de Raadt
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-04-26split auth/sshconnect in one file per protocol versionMarkus Friedl