Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-08 | Fix an assertion failure caused by \z\[u00FF] with -Tps/-Tpdf. | Ingo Schwarze | |
Reported by jsg@ after an afl(1) run long ago. | |||
2017-01-08 | style: missing blank between case statement and label; | Ingo Schwarze | |
from Tiago Silva <tiagofilipesilva at icloud dot com> long ago | |||
2017-01-08 | Tolerate bare tabs in SYNOPSIS .Cd for now. | Ingo Schwarze | |
It's used in half a dozen pages. Even though i have been thinking about it for years, i still can't suggest anything better. The false positives are annoying. | |||
2017-01-08 | Stricter validation of the NAME section, in particular: | Ingo Schwarze | |
- require a comma between names - reject all other text nodes - reject all empty Nm below NAME, not only in the leading position - reject Nm after Nd | |||
2017-01-07 | Add note about ccc and initc so people who want it can see it is | Nicholas Marriott | |
possible. | |||
2017-01-07 | Add support for the OSC 4 and OSC 104 palette setting escape sequences, | Nicholas Marriott | |
from S Gilles. | |||
2017-01-07 | -#endif /* !SMALL */ | Theo Buehler | |
+#endif /* !NOSSL */ | |||
2017-01-06 | keep the tokens list sorted; | Jason McIntyre | |
2017-01-06 | Nits found with clang. | Nicholas Marriott | |
2017-01-06 | Incremental search in copy mode (on for emacs keys by default) - much | Nicholas Marriott | |
the same as normal searching but updates the cursor position and marked search terms as you type. C-r and C-s in the prompt repeat the search, once finished searching (with Enter), N and n work as before. | |||
2017-01-06 | fix previous | Damien Miller | |
2017-01-06 | show a useful error message when included config files can't be | Damien Miller | |
opened; bz#2653, ok dtucker@ | |||
2017-01-06 | sshd_config is documented to set GSSAPIStrictAcceptorCheck=yes by | Damien Miller | |
default, so actually make it do this. bz#2637 ok dtucker | |||
2017-01-06 | Avoid confusing error message when attempting to use ssh-keyscan built | Damien Miller | |
without SSH protocol v.1 to scan for v.1 keys; bz#2583 | |||
2017-01-06 | Re-add '%k' token for AuthorizedKeysCommand which was lost during the | Darren Tucker | |
re-org in rev 1.235. bz#2656, from jboning at gmail.com. | |||
2017-01-06 | sort options list; the same as jmc@ did in man.1 rev. 1.18 | Ingo Schwarze | |
2017-01-05 | sort options list; | Jason McIntyre | |
2017-01-05 | Highlight all occurrences of search string after searching in copy mode. | Nicholas Marriott | |
2017-01-04 | Avoid an out of bounds read when the environment variable LESSBINFMT | Todd C. Miller | |
is set to "*". Patch from Tobias Stoeckmann. OK tb@ | |||
2017-01-04 | Fix a crash when "sort -m" is given no files. From Julien Ramseier. | Todd C. Miller | |
2017-01-04 | If find(1) may end up calling execve(2), it needs "proc exec" in addition | Theo Buehler | |
to its other promises. Previously, find ran unpledged if the -exec{,dir} or -ok primaries were specified: the tame(2) calls for find(1) were added a few days before the "exec" promise was implemented and these code paths were never revisited. ok millert | |||
2017-01-04 | unbreak Unix domain socket forwarding for root; ok markus@ | Damien Miller | |
2017-01-04 | relax PKCS#11 whitelist a bit to allow libexec as well as lib | Damien Miller | |
directories. | |||
2017-01-03 | tweak previous; | Jason McIntyre | |
2017-01-03 | consistently spell ASN.1; | Jason McIntyre | |
2017-01-03 | remove unused variable repllen. | Ted Unangst | |
i tried to see if it could be useful, but this function is kinda crazy. from Julien Ramseier | |||
2017-01-03 | add -delete option which can simplify the common case of wanting to delete | Ted Unangst | |
lots of files without the arcane -exec or error prone xargs. code from freebsd. ok millert | |||
2017-01-03 | Add a "-w connect_timeout" option in support of URL-fetching. This allows | Theo de Raadt | |
slow / failing connects to be identified. The install script needs this functionaly. ok jca rpe millert | |||
2017-01-03 | Assert we're not freeing buffers we didn't allocate (DEBUG mode). | Alexandre Ratchov | |
2017-01-03 | Log play volume together with other play parameters. | Alexandre Ratchov | |
2017-01-03 | Sync utils.c and utils.h to sndiod. | Alexandre Ratchov | |
2017-01-03 | Many typos in comments. From Michael W. Bombardieri. Thanks. | Alexandre Ratchov | |
2017-01-03 | Use a goto to factor all calls to close() when listen_in() returns | Alexandre Ratchov | |
an error. From Michael W. Bombardieri. Thanks. | |||
2017-01-03 | check number of entries in SSH2_FXP_NAME response; avoids | Damien Miller | |
unreachable overflow later. Reported by Jann Horn | |||
2017-01-02 | Escape backspace for capture-pane -P, from George Nachman. | Nicholas Marriott | |
2017-01-02 | tweak previous; | Jason McIntyre | |
2017-01-02 | update currency exchange rates; | Jason McIntyre | |
2017-01-02 | envlist and arglist are both string lists; simplify | Ted Unangst | |
ok benno | |||
2017-01-01 | Document (a few) differences from the GNU one. | Vadim Zhukov | |
(with hope for jmc@ come & fix my bad wording) | |||
2017-01-01 | Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known' | Theo Buehler | |
if they precede the noun and omit hyphens otherwise. ok tj | |||
2016-12-30 | Use explicit_bzero() to clear the buffer used when the user retypes | Todd C. Miller | |
the new password. From isk AT ingve DOT org | |||
2016-12-30 | fix deadlock when keys/principals command produces a lot of output | Damien Miller | |
and a key is matched early; bz#2655, patch from jboning AT gmail.com | |||
2016-12-30 | restore a not so redundant test. loopcount = -1 is a significant indicator | Ted Unangst | |
to prevent printing the calculating message over and over. from Hugo Villeneuve | |||
2016-12-30 | Display details of the server ephemeral key, based on OpenSSL. | Joel Sing | |
ok doug@ | |||
2016-12-30 | Expand ASN1_ITEM_rptr macros here as well... used with NETSCAPE_X509 of all | Joel Sing | |
things... | |||
2016-12-30 | Stop using M_PKCS12_* compatibility macros here as well. | Joel Sing | |
2016-12-30 | Change the xterm-keys option to default to on, so that tmux will | Nicholas Marriott | |
generate xterm(1) escape sequences for function keys with modifiers. With the option off most of these keys are ignored by default, except for ctrl + arrows which use a variant that nothing else seems to use and I don't remember why we chose. The xterm escape sequences are now the most common. Prompted by a question from mpi@. | |||
2016-12-29 | it has been six months and two days... remove keepenv { obsolete } syntax | Ted Unangst | |
2016-12-28 | fix the remaining cases of .Xr with only one argument | Ingo Schwarze | |
2016-12-28 | spelling fix; | Jason McIntyre | |