Age | Commit message (Expand) | Author |
2018-09-21 | Allow ssh_config ForwardX11Timeout=0 to disable the timeout and allow | Damien Miller |
2018-09-21 | when compiled with GSSAPI support, cache supported method OIDs by | Damien Miller |
2018-09-21 | In sshkey_in_file(), ignore keys that are considered for being too | Damien Miller |
2018-09-21 | Treat connections with ProxyJump specified the same as ones with a | Damien Miller |
2018-09-20 | actually make CASignatureAlgorithms available as a config option | Damien Miller |
2018-09-20 | Import updated moduli. | Darren Tucker |
2018-09-20 | reorder CASignatureAlgorithms, and add them to the various -o lists; | Jason McIntyre |
2018-09-20 | fix "ssh -Q sig" to show correct signature algorithm list (it was | Damien Miller |
2018-09-20 | add CASignatureAlgorithms option for the client, allowing it to specify | Damien Miller |
2018-09-20 | Add sshd_config CASignatureAlgorithms option to allow control over | Damien Miller |
2018-09-19 | Make "ssh-add -q" do what it says on the tin: silence output from | Damien Miller |
2018-09-17 | When choosing a prime from the moduli file, avoid re-using the | Todd C. Miller |
2018-09-14 | second try, deals properly with missing and private-only keys: | Damien Miller |
2018-09-14 | revert following; deals badly with agent keys | Damien Miller |
2018-09-14 | garbage-collect moribund ssh_new_private() API. | Damien Miller |
2018-09-14 | Use consistent format in debug log for keys readied, offered and | Damien Miller |
2018-09-13 | Fix warnings caused by user_from_uid() and group_from_gid() now | Todd C. Miller |
2018-09-13 | hold our collective noses and use the openssl-1.1.x API in OpenSSH; | Damien Miller |
2018-09-12 | fix edit mistake; spotted by jmc@ | Damien Miller |
2018-09-12 | add SSH_ALLOWED_CA_SIGALGS - the default list of signature algorithms | Damien Miller |
2018-09-12 | add sshkey_check_cert_sigtype() that checks a cert->signature_type | Damien Miller |
2018-09-12 | add cert->signature_type field and keep it in sync with certificate | Damien Miller |
2018-09-12 | Add "ssh -Q sig" to allow listing supported signature algorithms | Damien Miller |
2018-09-12 | allow key revocation by SHA256 hash and allow ssh-keygen to create KRLs | Damien Miller |
2018-09-12 | log certificate fingerprint in authentication success/failure message | Damien Miller |
2018-09-07 | Add FALLTHROUGH comments where appropriate. Patch from jjelen at redhat | Darren Tucker |
2018-09-07 | ssh -MM requires confirmation for all operations that change the | Damien Miller |
2018-08-28 | fix misplaced parenthesis inside if-clause. it's harmless and the only issue is | Ricardo Mestre |
2018-08-28 | fix build with DEBUG_PK enabled | Ricardo Mestre |
2018-08-23 | memleak introduced in r1.83; from Colin Watson | Damien Miller |
2018-08-21 | AIX reports the CODESET as "ISO8859-1" in the POSIX locale. | Ingo Schwarze |
2018-08-13 | revert compat.[ch] section of the following change. It causes | Damien Miller |
2018-08-12 | better diagnosics on alg list assembly errors; ok deraadt@ markus@ | Damien Miller |
2018-08-10 | improve | Damien Miller |
2018-08-10 | Describe pubkey format, prompted by bz#2853 | Damien Miller |
2018-08-10 | fix numbering | Damien Miller |
2018-08-08 | Use new private key format by default. This format is suported by | Damien Miller |
2018-08-04 | invalidate dh->priv_key after freeing it in error path; avoids | Damien Miller |
2018-07-31 | delay bailout for invalid authenticating user until after the packet | Damien Miller |
2018-07-31 | fix some memory leaks spotted by Coverity via Jakub Jelen in bz#2366 | Damien Miller |
2018-07-27 | avoid expensive channel_open_message() calls; ok djm@ | Markus Friedl |
2018-07-27 | Now that ssh can't be setuid, remove the original_real_uid and | Darren Tucker |
2018-07-27 | Remove uid checks from low port binds. Now that ssh cannot be | Darren Tucker |
2018-07-27 | ssh(1) no longer supports being setuid root. Remove reference to crc32 | Darren Tucker |
2018-07-25 | Don't redefine Makefile choices which come correct from bsd.*.mk | Theo de Raadt |
2018-07-25 | fix indent; Clemens Goessnitzer | Theo de Raadt |
2018-07-25 | Use the caller provided (copied) pwent struct in load_public_identity_files | Bob Beck |
2018-07-23 | oops, failed to notice that SEE ALSO got messed up; | Jason McIntyre |
2018-07-23 | Point to glob in section 7 for the actual list of special characters instead | kn |
2018-07-22 | Switch authorized_keys example from ssh-dss to ssh-rsa since the former | Darren Tucker |