summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2018-02-14Ensure that D mod (P-1) and D mod (Q-1) are calculated in constant time.Joel Sing
2018-02-14Some obvious freezero() conversions.Joel Sing
2018-02-13remove space before tabDamien Miller
2018-02-12Simplify documentation of split-screen mode, avoiding abuse of []Ingo Schwarze
2018-02-11Don't reset signal handlers inside handlers.Darren Tucker
2018-02-11typo in output string; from edgar pettijohnJason McIntyre
2018-02-11fix madvise(2) flags matching; ok deraadt@ tom@Otto Moerbeek
2018-02-11Make sorting in the pcache view work. This allows us to sort on allMartijn van Duren
2018-02-10constify some private key-related functions; based onDamien Miller
2018-02-10Mention ServerAliveTimeout in context of TCPKeepAlives; prompted byDamien Miller
2018-02-10clarify IgnoreUserKnownHosts; based on github PR fromDamien Miller
2018-02-10Shorter, more accurate explanation of NoHostAuthenticationForLocalhostDamien Miller
2018-02-10Add TLS session support to ftp(1).Joel Sing
2018-02-10Disable RemoteCommand and RequestTTY in the ssh session started byDamien Miller
2018-02-10Refuse to create a certificate with an unusable number of principals;Damien Miller
2018-02-10fatal if we're unable to write all the public key; previously weDamien Miller
2018-02-10Use return instead of exit from main.Theo Buehler
2018-02-09Schedule alarm for start of minute if departure time is absolute.cheloha
2018-02-09Remove unused sKerberosTgtPassing from enum. From calestyo via githubDarren Tucker
2018-02-08Make pool order on size actually order on size instead of size*inuse.Martijn van Duren
2018-02-08Convert option handling for openssl(1) genpkey.Joel Sing
2018-02-08Add the order keyword to systat global command interpreter.Martijn van Duren