summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-01-08style: missing blank between case statement and label;Ingo Schwarze
2017-01-08Tolerate bare tabs in SYNOPSIS .Cd for now.Ingo Schwarze
2017-01-08Stricter validation of the NAME section, in particular:Ingo Schwarze
2017-01-07Add note about ccc and initc so people who want it can see it isNicholas Marriott
2017-01-07Add support for the OSC 4 and OSC 104 palette setting escape sequences,Nicholas Marriott
2017-01-07-#endif /* !SMALL */Theo Buehler
2017-01-06keep the tokens list sorted;Jason McIntyre
2017-01-06Nits found with clang.Nicholas Marriott
2017-01-06Incremental search in copy mode (on for emacs keys by default) - muchNicholas Marriott
2017-01-06fix previousDamien Miller
2017-01-06show a useful error message when included config files can't beDamien Miller
2017-01-06sshd_config is documented to set GSSAPIStrictAcceptorCheck=yes byDamien Miller
2017-01-06Avoid confusing error message when attempting to use ssh-keyscan builtDamien Miller
2017-01-06Re-add '%k' token for AuthorizedKeysCommand which was lost during theDarren Tucker
2017-01-06sort options list; the same as jmc@ did in man.1 rev. 1.18Ingo Schwarze
2017-01-05sort options list;Jason McIntyre
2017-01-05Highlight all occurrences of search string after searching in copy mode.Nicholas Marriott
2017-01-04Avoid an out of bounds read when the environment variable LESSBINFMTTodd C. Miller
2017-01-04Fix a crash when "sort -m" is given no files. From Julien Ramseier.Todd C. Miller
2017-01-04If find(1) may end up calling execve(2), it needs "proc exec" in additionTheo Buehler
2017-01-04unbreak Unix domain socket forwarding for root; ok markus@Damien Miller
2017-01-04relax PKCS#11 whitelist a bit to allow libexec as well as libDamien Miller
2017-01-03tweak previous;Jason McIntyre
2017-01-03consistently spell ASN.1;Jason McIntyre
2017-01-03remove unused variable repllen.Ted Unangst
2017-01-03add -delete option which can simplify the common case of wanting to deleteTed Unangst
2017-01-03Add a "-w connect_timeout" option in support of URL-fetching. This allowsTheo de Raadt
2017-01-03Assert we're not freeing buffers we didn't allocate (DEBUG mode).Alexandre Ratchov
2017-01-03Log play volume together with other play parameters.Alexandre Ratchov
2017-01-03Sync utils.c and utils.h to sndiod.Alexandre Ratchov
2017-01-03Many typos in comments. From Michael W. Bombardieri. Thanks.Alexandre Ratchov
2017-01-03Use a goto to factor all calls to close() when listen_in() returnsAlexandre Ratchov
2017-01-03check number of entries in SSH2_FXP_NAME response; avoidsDamien Miller
2017-01-02Escape backspace for capture-pane -P, from George Nachman.Nicholas Marriott
2017-01-02tweak previous;Jason McIntyre
2017-01-02update currency exchange rates;Jason McIntyre
2017-01-02envlist and arglist are both string lists; simplifyTed Unangst
2017-01-01Document (a few) differences from the GNU one.Vadim Zhukov
2017-01-01Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known'Theo Buehler
2016-12-30Use explicit_bzero() to clear the buffer used when the user retypesTodd C. Miller
2016-12-30fix deadlock when keys/principals command produces a lot of outputDamien Miller
2016-12-30restore a not so redundant test. loopcount = -1 is a significant indicatorTed Unangst
2016-12-30Display details of the server ephemeral key, based on OpenSSL.Joel Sing
2016-12-30Expand ASN1_ITEM_rptr macros here as well... used with NETSCAPE_X509 of allJoel Sing
2016-12-30Stop using M_PKCS12_* compatibility macros here as well.Joel Sing
2016-12-30Change the xterm-keys option to default to on, so that tmux willNicholas Marriott
2016-12-29it has been six months and two days... remove keepenv { obsolete } syntaxTed Unangst
2016-12-28fix the remaining cases of .Xr with only one argumentIngo Schwarze
2016-12-28spelling fix;Jason McIntyre
2016-12-28Split -DSMALL into -DNOSSL, so that a SSL-enabled version of ftp canTheo de Raadt