Age | Commit message (Collapse) | Author |
|
authentication failure and don't count such failures against MaxAuthTries;
bz#1244 from simon AT sxw.org.uk; ok markus@ before lock
|
|
authentication failure and don't count such failures against MaxAuthTries;
bz#1244 from simon AT sxw.org.uk; ok markus@ before lock
|
|
In UDP mode the tcpbench client tries to flood the pipe to the maximum
and the server will busy read the packets. For TCP mode nothing has
changed. All the work was done by Christiano F. Haesbaert
(haesbaert(at)haesbaert org).
OK myself and a lot of pushing from deraadt@
|
|
from Yusuke ENDOH.
|
|
from Karl Ferdinand Ebert.
|
|
using DCS with a "tmux;" prefix. Escape characters in the sequences must
be doubled. For example:
$ printf '\033Ptmux;\033\033]12;red\007\033\\'
Will pass \033]12;red\007 to the terminal (and change the cursor colour
in xterm). From Kevin Goodsell.
|
|
ok ckuethe@
|
|
as the launched command used to be terminated when usbhidaction terminates.
using fork here prevents that.
from vadim zhukov
ok otto@
|
|
|
|
|
|
into PostScript and PDF documents behind the user's back.
Joerg Sonnenberger pointed out that almost all software
creating PostScript and PDF documents does so, even on OpenBSD,
but that doesn't make the leakage much better in my book.
According to all standards i could find, this information is optional.
Issue originally reported by deraadt@; "commit!" kristaps@.
|
|
as a first step to get rid of the frequent petty warnings in this area:
- always store dates as strings, not as seconds since the Epoch
- for input, try the three most common formats everywhere
- for unrecognized format, just pass the date though verbatim
- when there is no date at all, still use the current date
Originally triggered by a one-line patch from Tim van der Molen,
<tbvdm at xs4all dot nl>, which is included here.
Feedback and OK on manual parts from jmc@.
"please check this in" kristaps@
|
|
line args specified. Closes PR 6573. OK deraadt@
|
|
while here, improve the grammar of the preceding sentence;
ok jmc@
|
|
damien@ ok. ports checked by sthen@.
|
|
char architectures and properly parse $TMUX by stopping the socket path
at the first comma.
|
|
|
|
non-standard.
|
|
omitted in a 256-colour SGR ([48;5m). From Yusuke ENDOH.
|
|
causing it to exit as well).
|
|
from Remco <remco at d-compu.dyndns.org>, thanks!
|
|
output for debugging.
ok markus@, claudio@
|
|
ok canacar@
|
|
|
|
by harvey.eneman AT oracle.com in bz#1858; ok markus@ (pre-lock)
|
|
it is easy to miss a blank character in an example,
so explicitely state that whitespace causes the issue;
while here, mention that shell metacharacters cause danger as well;
ok otto@ sthen@ jmc@
|
|
number of bits when connecting via a SOCKS 5 proxy over ipv6, but we
also need to read the same number depending on the received address
type. this issue is not noticeable with ssh's SOCKS 5 support since it
always set the address type as ipv4. this fixes connections via SOCKS 5
proxies which set their address type as ipv6 when using ipv6.
after review with, and ok, nicm@
|
|
|
|
- Remember the line-number of a tbl_span, and use it in messages.
- Put *_span_alloc() functions right into the *_addspan() ones,
since these are the only places they are called from.
|
|
longer suppress spacing when used at the beginning of an input line,
and mandoc now follows the same behaviour as new groff.
Thus, sweep the tree and remove useless .Ns.
Most places found by jmc@; ok jmc@ kristaps@.
|
|
Original patch from kristaps@, but i fixed a regression regarding .Bk.
|
|
keep flags before they are called.
Without this bugfix, .Bk was ineffective in some cases.
"looks reasonable" kristaps@
|
|
by forcing show_symtab() to restore its original file offset after processing.
fix from pr #6385.
ok miod@
|
|
from kristaps@.
|
|
no runas user or group listed.
|
|
ok miod@
|
|
|
|
|
|
|
|
|
|
diff originally from Daniel Dickman, but otto suggested this paper
ok otto millert
|
|
|
|
ok nick@ schwarze@ miod@ kjell@
|
|
|
|
|
|
leading whitespace; from kristaps@.
|
|
from kristaps@.
|
|
Convert the first character of the second argument to uppercase.
Append the second argument with a hyphen.
Improves chpass(1), column(1), fstat(1), ...
from kristaps@
|
|
|
|
Don't use it in new manuals, it is inherently non-portable, but we
need it for backward-compatibility with existing manuals, for example
in Xenocara driver pages.
ok kristaps@ matthieu@ jmc@
|