Age | Commit message (Collapse) | Author |
|
sequences in the input stream in addition to traditional BSD-style
escape-control-char sequences because traditional tools, for example
Heirloom roff, produce SUSv2-style sequences. Switch the encoding
of forward half line feeds in the output of -f back to SUSv2 style
because that's likely to work with more tools than the non-standard
traditional BSD-style sequence. Fully document these choices.
Issues originally reported by bapt at FreeBSD.
OK millert@ jmc@, and bapt@ also more or less agrees with the direction.
|
|
|
|
|
|
|
|
use the definitions given at the top of the file.
No functional change.
From bapt at FreeBSD.
|
|
|
|
saved_cursor_[xy] formats as a side-effect).
|
|
remove a little-used debug function.
|
|
ereply removal.
ok jasper@ florian@
|
|
errors in line number handling. Detailed explanations were sent to tech@
on October 18, 2014.
OK doug@, and bapt at FreeBSD says he likes the direction
|
|
|
|
|
|
|
|
Fixes post-auth crash with permitopen=none. bz#2355, ok djm@
|
|
bz#2366, patch from Ron Frederick; ok markus@
|
|
Beaumont.
|
|
colon override the default manpath, let them add to the default manpath.
Only override the default manpath by the -M option, by MANPATH without
leading, trailing, or double colon, or by "manpath" in man.conf(5).
Problem reported by Jan Stary <hans at stare dot cz>.
Patch OK'ed by millert@.
|
|
|
|
|
|
|
|
|
|
drawing pane numbers. Based on a diff from John O'Meara.
|
|
names and b) targets beginning with -t or -s.
|
|
multiple times, also remove the default space in window_flags and use a
conditional to add it in window-status-format (this means additional
flags can be added in the option without extra spaces). From Thomas Adam
with tweaks by me.
|
|
is used.
The rationnal is that when you're looking at threads you're generally
already filtereing by PID and this allow you to see which thread is a
pig.
Written some time ago with mikeb@
ok sthen@, krw@, guenther@
|
|
|
|
consistently. bz#1716, ok jmc@ "I like it" deraadt@.
|
|
DH-GEX messages rather than all versions of PuTTY. According to Simon
Tatham, 0.65 and newer versions will send RFC4419 DH-GEX messages. ok djm@
|
|
KEX method. ok markus@
|
|
in ssh_digest_start()
This file is only used if ssh is built with OPENSSL=no
ok markus@
|
|
|
|
audible glitches when samples smaller than the quantification
step are converted.
|
|
we only ever use it for strlen(pattern).
Prompted by hanno AT hboeck.de pointing an out-of-bound read
error caused by an incorrect pattern length found using AFL
and his own tools.
ok markus@
|
|
Prefer to set attributes by fd for regular files, and not follwing
symlinks for others.
ok brynet@ millert@
|
|
thanks paul de weerd for pointers
|
|
ok, though not neccessarily endorsed, from/by otto
tim van der molen further requested it be "king's day" and the removal
of antilles
while here i've used an article (*the* netherlands), here and in another
example
|
|
set ROFF_NEXT_CHILD, which is desirable for the final call to
mdoc_valid_post() - in case the target itself gets deleted, the
parse point may need this adjustment - but not for the intermediate
calls - if intermediate nodes get deleted, that mustn't clobber the
parse point. So move setting ROFF_NEXT_SIBLING to the proper place
in rew_last().
This fixes the assertion failure in jsg@'s afl test case 108/Apr27.
|
|
weird place. Move it to the obviously correct place.
Surprisingly, this didn't cause any misformatting in the test suite
or in any base system manuals, but i cannot believe the code was
really correct for all conceivable input, and it would be very hard
to verify. At the very least, it cannot have worked for man(7).
|
|
not just the body. In some unusual edge cases, this caused
the .Pp to become a sibling of the .Nm body inside the .Nm block.
|
|
too; bz#1459 ok dtucker@
|
|
report error conditions. Teach sshpkt_fatal() about ECONNRESET.
Improves error messages on TCP connection resets. bz#2257
ok dtucker@
|
|
to be misapplied in match context;
bz#2272 diagnosis and original patch from Sami Hartikainen
ok dtucker@
|
|
with other =none options; bz#2288 from Jakub Jelen; ok dtucker@
|
|
list of active forwards; bz#2363, patch mostly by Yoann Ricordel;
ok dtucker@
|
|
ok dtucker@
|
|
a corresponding private key authentication being applied to other
authentication methods. Reported by halex@, ok markus@
|
|
on PermitUserEnv - always parse it, but only use the result if the
option is enabled. This prevents the syntax of authorized_keys changing
depending on which sshd_config options were enabled.
bz#2329; based on patch from coladict AT gmail.com, ok dtucker@
|
|
|
|
|
|
so long as it is explicit), and set stderr to NBF not LBF. Pointed out
by espie@.
|