summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2018-02-05Add a couple of non-negativity checks to avoid close(-1).Theo Buehler
2018-02-05The file descriptors for socket, stdin, stdout and stderr aren'tTheo Buehler
2018-02-05I accidentially a wordDamien Miller
2018-02-04Upstream ncurses has introduced terminfo capabilities to specify RGBNicholas Marriott
2018-02-03The recover script should have the same sanity checks as recover.c.Todd C. Miller
2018-02-02Fix 'show ip bgp detail as' error.job
2018-02-01update currency exchange rates;Jason McIntyre
2018-01-31Sync list of non-exported environment variables with at.c.Todd C. Miller
2018-01-31Consider integer/float size during base type comparisons.Martin Pieuchot
2018-01-28Initialize variables to avoid compiler warningsKinichiro Inoguchi
2018-01-25certificate options are case-sensitive; fix case on one that had it wrong.Damien Miller
2018-01-24POSIX requires that awk support \v and \a escapes. I used '\007'Todd C. Miller
2018-01-24Use closefrom(3) instead of manually closing all file descriptorsTheo Buehler
2018-01-23Fix a logic bug in sshd_exchange_identification which prevented clientsStefan Sperling