summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-04-06ssh does not accept -oInclude=... on the commandline, the Include keywordDamien Miller
2018-04-05We don't offer CBC cipher by default any more. Spotted by RenaudDamien Miller
2018-04-05Do not use a non-portable .R man(7) macro. Neither groff nor theIngo Schwarze
2018-04-05use the portable \(lq and \(rq internally rather than \(Lq and \(RqIngo Schwarze
2018-04-05For .Do/.Dq, use the documented and portable \(lq and \(rqIngo Schwarze
2018-04-04Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for interactive and CS1 ...job
2018-04-03Import regenerated moduli file.Darren Tucker
2018-04-01With malloc option J, the first realloc(3) in apply(1) would returnAlexander Bluhm
2018-04-01update currency exchange rates;Jason McIntyre
2018-03-31Improve description of openssl(1) ciphers.Ingo Schwarze
2018-03-30Updates to the description of "openssl ca" from OpenSSL.Ingo Schwarze
2018-03-30checked the content against the current version of OpenSSL openssl.pod;Ingo Schwarze
2018-03-30Fix overflow in list value parsing.Tobias Stoeckmann
2018-03-29Do not crash on empty window, reported by Jamie Macdonald in GitHubNicholas Marriott
2018-03-27Clear password buffers in non-terminating casesTheo de Raadt
2018-03-27Fix possibly wrong execution of commands and out of boundary write withTobias Stoeckmann
2018-03-24openssh-7.7Markus Friedl
2018-03-24fix bogus warning when signing cert keys using agent; from djm; ok deraadt dt...Markus Friedl
2018-03-23Fix a regression: do not warn about no client in rename-window.Nicholas Marriott
2018-03-23Fix size calculation when spreading out panes.Nicholas Marriott
2018-03-22organizationUnitName -> organizationalUnitName;Jason McIntyre
2018-03-22ssh/xmss: fix build; ok djm@Markus Friedl
2018-03-22ssh/xmss: fix deserialize for certs; ok djm@Markus Friedl
2018-03-19Remove the tls_init() call, since it is no longer necessary.Joel Sing
2018-03-17Fix negative window index range check (> not <). Reported by Juan PabloNicholas Marriott
2018-03-17Split only LESS on $.Kenneth R Westerback
2018-03-17Fix use after free that caused the creation of a spurious file.Kenneth R Westerback
2018-03-16Ouch, fix previous: In the edge case of a single-character stringIngo Schwarze
2018-03-16improve markup quality in the cases found by the new "--" style messageIngo Schwarze
2018-03-16Insert full size panes at the right position, from KOIE Hidetaka inNicholas Marriott
2018-03-16Style message about bad input encoding of em-dashes as -- instead of \(em.Ingo Schwarze
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