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