Age | Commit message (Expand) | Author |
2018-03-14 | sort expiry-time; | Jason McIntyre |
2018-03-14 | rename recently-added "valid-before" key restriction to "expiry-time" | Damien Miller |
2018-03-13 | remove the Ic macro from EXAMPLES, and use a much more standard literal; | Jason McIntyre |
2018-03-12 | add valid-before="[time]" authorized_keys option. A simple way of | Damien Miller |
2018-03-08 | Add a missing client-detached hook when the server shuts down, and do | Nicholas Marriott |
2018-03-07 | revert recent strdelim() change, it causes problems with some configs. | Damien Miller |
2018-03-05 | Stricter checking for skip1 and skip2. | cheloha |
2018-03-05 | Add fatal() and fatalx() and put them to use. | cheloha |
2018-03-05 | For some reason tmux treats SGR 10 as SGR 0. It has done since the first | Nicholas Marriott |
2018-03-05 | Fix failure when AS number is < 10 | denis |
2018-03-05 | move the input format details to -f; | Jason McIntyre |
2018-03-03 | Update RSA minimum modulus size to 1024. sshkey.h rev 1.18 bumped | Darren Tucker |
2018-03-03 | switch over to the new authorized_keys options API and remove the | Damien Miller |
2018-03-03 | Introduce a new API for handling authorized_keys options. This API | Damien Miller |
2018-03-03 | warn when the agent returns a signature type that was different to | Damien Miller |
2018-03-02 | apply a lick of paint; tweaks/ok dtucker | Jason McIntyre |
2018-03-02 | Allow escaped quotes \" and \' in ssh_config and sshd_config quotes | Damien Miller |
2018-03-02 | refactor sshkey_read() to make it a little more, err, readable. | Damien Miller |
2018-03-01 | consistently spell "IPsec"; from raf czlonka | Jason McIntyre |
2018-03-01 | missing #ifdef for _PATH_HOST_XMSS_KEY_FILE; report by jmc@ | Markus Friedl |
2018-03-01 | Expand formats in window and session names. | Nicholas Marriott |
2018-03-01 | update currency exchange rates; | Jason McIntyre |
2018-02-28 | ca start/enddates require all 4 yyyy from 2050 on; first two | Jason McIntyre |
2018-02-28 | move to 6.3-beta | Theo de Raadt |
2018-02-28 | Add -Z flag to choose-tree, choose-client, choose-buffer to | Nicholas Marriott |
2018-02-27 | Stop mentionning/testing the for the ASU bit (S flag). | Martin Pieuchot |
2018-02-26 | Remove unneeded (local) include. ok markus@ | Darren Tucker |
2018-02-26 | C-g for modes too, from Mike Hamrick. | Nicholas Marriott |
2018-02-26 | Add $OpenBSD$ markers to xmss files to help keep synced with portable. | Darren Tucker |
2018-02-26 | Add newline at end of file to prevent compiler warnings. | Darren Tucker |
2018-02-23 | After opening a file with gzdopen(3), we have to call gzclose(3) or | Ingo Schwarze |
2018-02-23 | clarify documentation of macro keys | Ingo Schwarze |
2018-02-23 | Logically, the following are are type names - just like .Vt, | Ingo Schwarze |
2018-02-23 | Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures) | Markus Friedl |
2018-02-23 | some cleanup for BindInterface and ssh-keyscan; | Jason McIntyre |
2018-02-23 | Add ssh-keyscan -D option to make it print its results in SSHFP format | Damien Miller |
2018-02-23 | Add missing braces. | Darren Tucker |
2018-02-23 | Add BindInterface ssh_config directive and -B command-line argument | Damien Miller |
2018-02-22 | Remove an unused variable. | Nicholas Marriott |
2018-02-22 | Check prefix when retrying so it is checked while repeat flag is | Nicholas Marriott |
2018-02-22 | Add exit-empty option to exit server if no sessions (defaults to on). | Nicholas Marriott |
2018-02-20 | Do not leak memory when working out job name in formats. | Nicholas Marriott |
2018-02-19 | Support ISO colon-separated SGR. | Nicholas Marriott |
2018-02-19 | emphasise that the hostkey rotation may send key types that the client | Damien Miller |
2018-02-18 | document s_client -groups; | Jason McIntyre |
2018-02-16 | Reflowing the grid in-place involved way too much memmove() for a big | Nicholas Marriott |
2018-02-16 | Don't send IUTF8 to servers that don't like them. | Darren Tucker |
2018-02-16 | Mention recent DH KEX methods: | Damien Miller |
2018-02-16 | stop loading DSA keys by default, remove sshd_config stanza and manpage | Damien Miller |
2018-02-14 | Zero as (un)mount flag is valid; ok millert@ | Otto Moerbeek |