Age | Commit message (Collapse) | Author |
|
|
|
|
|
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@
|
|
flags to check FREAD/FWRITE if needed. This will be used by fifo_poll
to avoid checking the write end of the fifo when the fd is read-only.
OK guenther@
|
|
Tested by jmatthew@
|
|
|
|
ok miod@
|
|
because the option names are case sensitive, but it just looks awful. so
expect just a little more from the reader...
|
|
change in ip_spd.c 1.59 makes it appear that there is a cut & pasto.
OK mikeb@
|
|
|
|
|
|
ok henning@ gilles@ deraadt@
|
|
|
|
at least for now, as it would result in a partially writable GOT. Our
ld.so(1) has the smarts to properly write-protect the single .got, so we
don't need this.
ok guenther@
|
|
|
|
ok doug millert
|
|
descriptor during SIOCSIFFLAGS.
This prevent a use after free, triggered by the pool/malloc damage
finder being currently cooked by dlg@ and deraadt@.
ok deraadt@
|
|
|
|
Tested by/ok sthen@, ok mikeb@
|
|
so long as it is explicit), and set stderr to NBF not LBF. Pointed out
by espie@.
|
|
OK schwarze@ ian@
|
|
had a proper stdint.h. No ports fallout. OK guenther@ miod@
|
|
Linux commit 345be204dcbb. ok jsg@ mikeb@
|
|
of fdrop() (or 0 if the ref count is non-zero). From Kanonenvogel
|
|
at least two and while here allow the upper bound to be
MAXPATHLEN by changing a >= to > as suggested by krw@ in a thread
on tech where Maxime Villard proposed additional PT_INTERP checks.
tested by and ok guenther@
|
|
Since HID buffers always start by a reportID we can access the corresponding
report descriptor in O(1). Having a list of sensors attached to each report
descriptor makes it easier to update all of them with only on I/O request.
Note that sensors are attached in depency order on every report list.
From David Higgs.
|
|
children of a sensor in a separate structure.
Children sensors should only be probbed if their parent is active.
This make the dependency tree explicit and will reduce the number
of I/O.
From David Higgs.
|
|
|
|
followed by a mode check. This will simplify the ref/unref dance as
soon as fd_getfile() will increment fp's reference counter.
Idea from and ok guenther@, ok millert@
|
|
remove his suicide entry since it's already listed, more completely,
in calendar.history;
from craig skinner
|
|
|
|
ok dlg@
|
|
ok deraadt@ millert@ miod@
|
|
scope of the end macro. Instead, only keep the tail scope open if
the end macro macro calls an explicit macro and actually breaks
that. This corrects syntax tree structure and fixes an assertion
found by jsg@ with afl (test case 098/Apr27).
|
|
implementation. As a side effect, minus ten lines of code.
As another side effect, this also fixes the assertion failure that
used to be triggered by "\z\o'ab'c" at the beginning of an output
line, found by jsg@ with afl (test case 022/Apr27).
|
|
add a condition to save a useless call to m_adj() and have a paranoid
length check in the other cases.
OK henning@
|
|
|
|
|
|
|
|
correct italics support.
ok naddy (on a slightly older version)
|
|
has destroyed or damaged the interface clone.
with mpi
|
|
historical (incorrect) behaviour for SGR 3 and send smso
(standout). Previously, we would send sitm (italics) if the terminal
outside had it and smso otherwise. This was acceptably until recently
because xterm's terminfo entry lacked sitm, so most users got smso.
People who want italics should set default-terminal to the forthcoming
"tmux" entry (and be prepared to deal with it being missing on older
hosts).
As a side-effect this changes default-terminal to be a server rather
than a session option.
suggested by and ok naddy
|
|
a mismatching explicit end macro without actually being broken.
Avoids a subsequent upward search for the non-existent breaker
ending up in a NULL pointer access; afl test case 005/Apr27 from jsg@.
|