summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshconnect.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecate UsePrivilegedPort now that support for running ssh(1)dtucker2018-07-191-14/+10
* Remove support for running ssh(1) setuid and fatal if attempted.dtucker2018-07-181-25/+3
* remove legacy key emulation layer; ok djm@markus2018-07-111-6/+6
* client: switch to sshbuf API; ok djm@markus2018-07-091-3/+3
* lots of typos in comments/docs. Patch from Karsten Weiss after checkingdjm2018-04-101-2/+2
* Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)markus2018-02-231-2/+3
* Add missing braces.dtucker2018-02-231-2/+3
* Add BindInterface ssh_config directive and -B command-line argumentdjm2018-02-231-21/+121
* constify some private key-related functions; based ondjm2018-02-101-3/+3
* ssh_free checks for and handles NULL args, remove NULL checks from remainingdtucker2018-02-071-3/+2
* Add missing braces; fixes 'write: Socket is not connected' error in ssh.stsp2018-01-231-2/+3
* Drop compatibility hacks for some ancient SSH implementations, includingdjm2018-01-231-4/+1
* try harder to preserve errno during ssh_connect_direct() to make thedjm2018-01-231-5/+12
* don't accept junk after "yes" or "no" responses to hostkey prompts.djm2017-12-061-5/+6
* Add monotime_ts and monotime_tv that return monotonic timespec anddtucker2017-11-251-2/+2
* Revert commitid: gJtIN6rRTS3CHy9b.djm2017-09-141-43/+6
* refactor channels.cdjm2017-09-121-16/+22
* Expand ssh_config's StrictModes option with two new settings:djm2017-09-031-12/+18
* identify the case where SSHFP records are missing but other DNS RRdjm2017-09-011-6/+43
* remove post-SSHv1 removal dead code from rsa.c and merge thedjm2017-07-011-2/+1
* switch sshconnect.c from (slightly abused) select() to poll();djm2017-06-241-91/+61
* use HostKeyAlias if specified instead of hostname for matching hostdjm2017-06-241-2/+4
* switch sshconnect.c to modern APIs; ok djm@markus2017-05-301-12/+15
* switch from Key typedef with struct sshkey; ok djm@markus2017-05-301-11/+11
* remove unused variabledjm2017-05-011-3/+1
* remove KEY_RSA1djm2017-04-301-2/+1
* remove compat20/compat13/compat15 variablesdjm2017-04-301-23/+9
* remove options.protocol and client Protocol configuration knobdjm2017-04-301-39/+10
* unifdef WITH_SSH1djm2017-04-301-6/+1
* Plug descriptor leaks of auth_sock. From jjelen at redhat.com viadtucker2017-03-101-1/+3
* Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitionsderaadt2016-09-121-3/+2
* fd leaks; report Qualys Security Advisory team; ok deraadt@markus2016-01-141-1/+2
* remove roaming support; ok djm@markus2016-01-141-4/+3
* add cast to make -Werror cleandjm2015-11-201-2/+3
* ban ConnectionAttempts=0, it makes no sense and would causedjm2015-11-191-1/+3
* print host certificate contents at debug leveldjm2015-11-191-4/+28
* Add an AddKeysToAgent client option which can be set to 'yes', 'no',jcs2015-11-151-1/+29
* correct function name in error messagesdjm2015-09-041-3/+3
* remove extra newline in nethack-mode hostkey;djm2015-09-041-2/+2
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-201-2/+2
* Increase the allowed length of the known host file name in the logdtucker2015-05-281-2/+2
* Output remote username in debug output since with Host and Match it's notdtucker2015-04-141-1/+2
* fix double-negative error message "ssh1 is not unsupported"djm2015-03-241-2/+2
* update to new API (key_fingerprint => sshkey_fingerprint)djm2015-01-281-9/+17
* correctly match ECDSA subtype (== curve) for offered/recevieddjm2015-01-261-2/+3
* Host key rotation support.djm2015-01-261-1/+10
* Reduce use of <sys/param.h> and transition to <limits.h> throughout.deraadt2015-01-201-2/+2
* store compat flags in struct ssh; ok djm@markus2015-01-191-2/+2
* Add FingerprintHash option to control algorithm used for keydjm2014-12-211-11/+16
* explicitly include sys/param.h in files that use the howmany() macro;djm2014-12-111-1/+2