summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2018-02-08Rename struct umac_ctx to umac128_ctx too. In portable some linkersDarren Tucker
2018-02-08Invalidate the tag_files.tfd after fclose(3)ing the stram associated withTheo Buehler
2018-02-07rename var 's' -> 'fd' to ease finding it in a long functionRichard Procter
2018-02-07eliminate close()/fclose() dance.Richard Procter
2018-02-07ssh_free checks for and handles NULL args, remove NULL checks from remainingDarren Tucker
2018-02-07In man(7) and cat pages, cut off excessive one line descriptions.Ingo Schwarze
2018-02-07Fix the mandoc_strndup() utility function. All existing callers seemIngo Schwarze
2018-02-07Restore a check before BN_free() that needs to exist and write it such thatJoel Sing
2018-02-07Nuke some more free NULL guards.Joel Sing
2018-02-07Indent labels with a single space so that diff prototypes are more useful.Joel Sing
2018-02-07Convert some explicit_bzero()/free() calls to freezero().Joel Sing
2018-02-07Remove some #ifdef notyet code from OpenSSL 0.9.8 days.Joel Sing
2018-02-07lowercase doas ee cummings styleTed Unangst
2018-02-07not necessarily the same name, but the indicated nameTed Unangst
2018-02-07Remove guards around *_free() calls since these functions handle NULL.Joel Sing
2018-02-07Remove guards around *_free() calls since these functions handle NULL.Joel Sing
2018-02-07Remove all guards for calls to OpenSSL free functions - all of theseJoel Sing
2018-02-06Delete the "no blank before trailing delimiter" check from theIngo Schwarze
2018-02-06Replace "trojan horse" with the correct term (MITM). From maikel atDarren Tucker
2018-02-06Remove manual shutdown and close of the socket since in this caseTheo Buehler
2018-02-05Add struct status_line to hold status line members of struct client, notNicholas Marriott
2018-02-05Show if filter is active/no matches in modes.Nicholas Marriott