summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshconnect.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* when AddKeysToAgent=yes is set and the key contains no comment,djm2020-01-251-2/+3
* allow %n to be expanded in ProxyCommand stringsdjm2019-09-131-3/+4
* Add protection for private keys at rest in RAM against speculationdjm2019-06-211-2/+2
* convert sshconnect.c to new packet APIdjm2019-01-191-2/+1
* move client/server SSH-* banners to buffers under ssh->kex and factordjm2018-12-271-9/+6
* Deprecate UsePrivilegedPort now that support for running ssh(1)dtucker2018-07-191-2/+2
* Remove support for running ssh(1) setuid and fatal if attempted.dtucker2018-07-181-20/+1
* Remove support for loading HostBasedAuthentication keys directly indtucker2018-07-161-2/+1
* constify some private key-related functions; based ondjm2018-02-101-2/+2
* refactor channels.cdjm2017-09-121-3/+5
* switch from Key typedef with struct sshkey; ok djm@markus2017-05-301-6/+6
* Add an AddKeysToAgent client option which can be set to 'yes', 'no',jcs2015-11-151-1/+3
* Implement client-side hostname canonicalisation to allow an explicitdjm2013-10-161-4/+4
* automatically order the hostkeys requested by the client based ondjm2010-11-291-4/+7
* kill proxy command on fatal() (we already kill it on clean exit);djm2010-10-061-1/+2
* Un-static ssh_exchange_identification(), part of a larger change fromandreas2009-05-271-1/+3
* make ssh(1)'s ConnectTimeout option apply to both the TCP connection anddjm2007-09-041-3/+3
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-10/+1
* move #include <sys/socket.h> out of includes.hstevesk2006-07-081-1/+2
* move #include <pwd.h> out of includes.h; ok markus@stevesk2006-07-061-1/+5
* replace remaining setuid() calls with permanently_set_uid() andmarkus2006-06-061-9/+13
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* Add support for tun(4) forwarding over OpenSSH, based on an idea andreyk2005-12-061-2/+2
* KNF done automatically while reading....deraadt2002-06-191-12/+12
* no longer use uidswap.[ch] from the ssh clientmarkus2002-06-111-2/+18
* use tab not spaces (|unexpand)markus2002-06-091-4/+4
* add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authenticationmarkus2002-05-231-4/+11
* some more IPv4or6 cleanupmarkus2001-10-081-2/+2
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-7/+7
* prototype pedant. not very creative...itojun2001-06-261-17/+10
* get rid of known_hosts2, use it for hostkey lookup, but do not modify.markus2001-06-231-4/+2
* implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)markus2001-04-121-27/+11
* do gid/groups-swap in addition to uid-swap, should help if /home/groupmarkus2001-04-061-3/+3
* simpler key load/save interface, see authfile.hmarkus2001-03-261-3/+3
* genericize password padding function for SSH1 and SSH2.markus2001-02-151-1/+3
* $OpenBSD$niklas2001-01-291-0/+2
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-0/+28
* indentderaadt2001-01-161-1/+1
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-0/+23
* split auth/sshconnect in one file per protocol versionmarkus2000-04-261-0/+16