summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshconnect2.c
AgeCommit message (Expand)Author
2018-03-24fix bogus warning when signing cert keys using agent; from djm; ok deraadt dt...Markus Friedl
2018-03-03warn when the agent returns a signature type that was different toDamien Miller
2018-02-07ssh_free checks for and handles NULL args, remove NULL checks from remainingDarren Tucker
2018-01-23Drop compatibility hacks for some ancient SSH implementations, includingDamien Miller
2017-08-27Increase the buffer sizes for user prompts to ensure that they won't beDarren Tucker
2017-08-11refuse to a private keys when its corresponding .pub key does notDamien Miller
2017-06-14Add user@host prefix to client's "Permisison denied" messages, useful inDarren Tucker
2017-05-31remove now obsolete ctx from ssh_dispatch_run; ok djm@Markus Friedl
2017-05-31another ctx => ssh conversion (in GSSAPI code)Damien Miller
2017-05-30protocol handlers all get struct ssh passed; ok djm@Markus Friedl
2017-05-30ssh: pass struct ssh to auth functions, too; ok djm@Markus Friedl
2017-05-30switch from Key typedef with struct sshkey; ok djm@Markus Friedl
2017-05-05more simplification and removal of SSHv1-related code; ok djm@Christian Weisgerber
2017-04-30remove KEY_RSA1Damien Miller
2017-04-28include key fingerprint in "Offering public key" debug messageDamien Miller
2017-03-11allow ssh to use certificates accompanied by a private key file but noDamien Miller
2017-02-03Make ssh_packet_set_rekey_limits take u32 for the number of secondsDarren Tucker
2017-01-30misplaced braces in test; from Karsten WeissDamien Miller
2017-01-30don't dereference authctxt before testing != NULL, it causes compilersDamien Miller
2016-12-04Fix public key authentication when multiple authentication is in use.Damien Miller
2016-09-28restore pre-auth compression support in the client -- the previousDamien Miller
2016-09-28Remove support for pre-authentication compression. Doing compressionDamien Miller
2016-09-22If ssh receives a PACKET_DISCONNECT during userauth it will causeDarren Tucker
2016-07-22Lower loglevel for "Authenticated with partial success" message similar toDarren Tucker
2016-07-17support UTF-8 characters in ssh(1) banners using schwarze@'sDamien Miller
2016-05-24KNF compression proposal and simplify the client side a little. ok djm@Darren Tucker
2016-05-23prefer agent-hosted keys to keys from PKCS#11; ok markusDamien Miller
2016-05-02add support for additional fixed DH groups fromDamien Miller
2016-05-02fix signed/unsigned errors reported by clang-3.7; addDamien Miller
2016-04-28fix commentDamien Miller
2016-03-14unbreak authentication using lone certificate keys in ssh-agent:Damien Miller
2016-02-23fix spurious error message when incorrect passphrase entered forDamien Miller
2016-02-05avoid an uninitialised value when NumberOfPasswordPrompts is 0Jonathan Gray
2016-01-14fd leaks; report Qualys Security Advisory team; ok deraadt@Markus Friedl
2016-01-14remove roaming support; ok djm@Markus Friedl
2015-12-11Remove NULL-checks before sshkey_free().mmcc
2015-12-11correct error messages; from Tomas Kuthan bz#2507Damien Miller
2015-12-11Pass (char *)NULL rather than (char *)0 to execl and execlp.mmcc
2015-12-10Remove NULL-checks before free().mmcc
2015-12-04implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)Markus Friedl
2015-12-04clean up agent_fd handling; properly initialise it to -1 andDamien Miller
2015-11-15Add an AddKeysToAgent client option which can be set to 'yes', 'no',Joshua Stein
2015-10-13apply PubkeyAcceptedKeyTypes filtering earlier, so all skippedDamien Miller
2015-09-24add ssh_config CertificateFile option to explicitly listDamien Miller
2015-07-30Allow ssh_config and sshd_config kex parameters options be prefixedDamien Miller
2015-07-10Turn off DSA by default; add HostKeyAlgorithms to the server andMarkus Friedl
2015-05-04Remove pattern length argument from match_pattern_list(),Damien Miller
2015-01-30Add a ssh_config HostbasedKeyType option to control whichDamien Miller
2015-01-28update to new API (key_fingerprint => sshkey_fingerprint)Damien Miller
2015-01-20kex_setup errors are fatal()Markus Friedl