Age | Commit message (Collapse) | Author |
|
As a side effect this shuts down the TLS connection before closing the
underlying socket for redirectionss.
ok job@
|
|
ok martijn@ deraadt@
|
|
We just bail out if the header is absent or if the server tells us to
wait. Prodding from job@, ok sthen@ deraadt@
|
|
Requested by and OK deraadt@
|
|
|
|
other NULL dereferences found by fuzzing.
fix with and ok markus@
|
|
Adam Zabrocki via SecuriTeam's SSH program.
Note that this code is experimental and not compiled by default.
ok markus@
|
|
some platforms. ok deraadt.
|
|
Instead of always passing the threads flag which decides whether other
function arguments are used or not, make callers pass those arguments or
NULL depending on the threads flag.
This reflects better how thread IDs are shown in place of user names/IDs.
OK millert
|
|
chance that it's part of the new ber structure.
Feedback and OK claudio@
|
|
Noticed by semarie@
Feedback and OK claudio@
|
|
Be consistent with other programs in base and unify variable usage as
follows to improve readability:
bool = (bool == No) ? Yes : No -> bool = !bool
if (bool == Yes) -> if (bool)
if (bool == No) -> if (!bool)
bool = Maybe -> bool = -1
OK millert
|
|
|
|
|
|
|
|
add --label option to prefix the output instead of filename.
allow using - to mean stdin.
ok deraadt
|
|
by uninitialized garbage. Crash in snmp(1) found by
regress/usr.sbin/snmpd.
OK martijn@
|
|
|
|
get_process_info() returns a pointer to the global handle later only be
used in format_next_process(); treat this struct handle as such without
casting the pointer to caddr_t and back again.
No object change.
OK millert deraadt
|
|
SETORDER() can assign from function arguments directly without additional
identical structs in each function.
No object change.
OK millert
|
|
Basic implementation: we just retry once, and make no attempt (yet) to
parse any Retry-After header.
The idea is to work around cdn.openbsd.org sometimes replying with a 503
for reasons unknown. According to juanfra@ it sets "Retry-After: 0" so
this minimal implementation should be enough.
Different diff from espie@, test case from sthen@, input from
millert@, ok millert@ deraadt@
|
|
original diff from sven falempin, tweaked a bit by myself;
ok sthen
|
|
openssl s_server has an arbitrary read vulnerability on Windows when run with
the -WWW or -HTTP options, due to an incomplete path check logic. Thanks to
Jobert Abma for reporting.
ok tb@
|
|
on html or groff. the solution, to replace the non-standard .nr macros
with a hang list, was provided by ingo - thanks!
ok schwarze
|
|
patch from krishnaiah.bommu@intel.com, ok dtucker
|
|
|
|
krishnaiah.bommu@intel.com, ok djm@
|
|
while here, no need for Bk/Ek;
ok dtucker
|
|
Manpage help jmc@ schwarze@
OK semarie@ claudio@
|
|
Pakosz.
|
|
strings because it is only guaranteed to be 256 bytes and even the
default 1024 is not always enough. Reported by Gregory Pakosz.
|
|
ok martijn@
|
|
|
|
should be written as a string, not raw bytes. Spotted by Mantas
MikulÄnas
|
|
|
|
The "aucat socket" was removed ~7 years ago. As the output could be
anything on the network, also drop the .Xr to audio(4).
ok sthen jmc
|
|
|
|
return the appropriate 40x status code rather than 200.
Improvement suggested and diff tested
by John Gardner <gardnerjohng at gmail dot com>.
|
|
|
|
r1.45 added a forced login as a fallback for cases where the token
returns no objects and this is less disruptive for users of tokens
directly in ssh (rather than via ssh-agent) and in ssh-keygen
bz3006, patch from Jakub Jelen; ok markus
|
|
|
|
X11R6).
Suggested by tb@
ok deraadt@ tb@ millert@
|
|
problem raised with librsvg which use libtool-rust, and our libtool just die if
deplib_list is undef.
tested in bulk by sthen@ and naddy@
"modern" perl practice/syntax suggested by espie@
makes sense sthen@
ok espie@
|
|
because this required a comma, i added a comma to the first part, for balance...
|
|
|
|
input state table if the next character matches the same state as before.
|
|
|
|
|
|
|
|
behaviour, reported by Thomas Sattler.
|