| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
where needed, which is less fragile.
This fixes a subtle NULL pointer access to tp->tbl.cols:
Due to a bug in the man(7) parser, the first span of a table can
end up in a .TP head, in which case tblcalc() was never called.
Found by jsg@ with afl.
|
| |
|
|
|
|
| |
ok eric@
|
| |
|
| |
|
|
|
|
|
|
| |
but better safe than sorry.
Noted and diff from Benjamin Baier. Thanks!
|
|
|
|
| |
OK jsing@
|
|
|
|
| |
not 'malloc'.
|
|
|
|
| |
OK jmc@
|
|
|
|
|
|
| |
callback when the connected socket is writable. This avoids calling
a NULL error callback.
OK deraadt@
|
| |
|
|
|
|
|
|
|
|
|
| |
host public key types are tried during hostbased authentication.
This may be used to prevent too many keys being sent to the server,
and blowing past its MaxAuthTries limit.
bz#2211 based on patch by Iain Morgan; ok markus@
|
|
|
|
| |
Actually testing it caused me to write correct (and simpler) code...
|
|
|
|
| |
ok markus@
|
|
|
|
|
|
| |
service, you'll need to stick with openbsd 5.6.
bonus: remove references to ebcdic.
ok deraadt
|
|
|
|
| |
struct tbl_cell. No functional change, minus 40 lines of code.
|
|
|
|
|
| |
empty-handed; so this is just KNF and some code simplifications,
no functional change.
|
|
|
|
| |
uses; feedback and "looks good" markus@
|
| |
|
|
|
|
| |
without scoping to a particular CA; ok markus@
|
|
|
|
|
| |
private key conversion from other formats some time in 2010;
bz#2345 reported by jjelen AT redhat.com
|
|
|
|
| |
fixing a NULL pointer access in term_tbl() that jsg@ found with afl.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Moved the return values from the description to a proper return values
section. Broke up the description into function description followed
by a subsection for the range and encoding. Replaced srclen with
strlen(src) when srclen isn't an argument. Moved the common flag argument
to its own paragraph.
input schwarze@, input + ok jmc@
|
| |
|
| |
|
|
|
|
| |
tested by jsg, ok miod
|
|
|
|
|
|
| |
nmap is broken, as reported by kent fritz.
pending further investigation, we should keep nmap working until a
better fix is developed for the original problem.
|
|
|
|
|
|
| |
by the memcpy() overlap check.
ok millert@ deraadt@
|
|
|
|
|
| |
they may reside earlier in the path than a pkg.
prompted by tedu, with halex
|
|
|
|
|
|
|
| |
of ports. It is now possible to use "listen on * port www" again.
Found by ajacoutot@
OK ajacoutot@ blambert@
|
|
|
|
| |
from paul gorman
|
|
|
|
|
| |
remove .Tn, and a few minor macro adjustments.
Patch from Kaspars at Bankovskis dot net.
|
|
|
|
|
|
|
|
| |
Remove lots of lies, dozens of irrelevant implementation details,
and all references to groff versions older than 1.17. Move relevant
information to the pages where it belongs, and out of mandoc(1) in
particular. Add some missing general remarks to roff(7), where it
fits the character and purpose of the page much better.
|
|
|
|
| |
friendlier for users. requested by deraadt
|
| |
|
|
|
|
|
| |
check sshkey_fingerprint return values;
ok markus
|
|
|
|
|
|
|
|
|
| |
- Updated PBA values for the 82574 controller (20KB) and ICH9/10 with
jumbos (14KB).
Tested by a few on 82574, ICH9 and PCH LPT
From FreeBSD
|
|
|
|
| |
email.
|
|
|
|
|
| |
makes ssh-keyscan more reliable against server failures
ok dtucker@ markus@
|
|
|
|
|
| |
ensures that a LSA withdrawal is not acked by a previous update.
From Florian Riehm; OK claudio@
|
|
|
|
|
| |
makes ssh-keyscan more reliable against server failures
ok dtucker@ markus@
|
|
|
|
|
|
|
|
| |
* When "define" fails, do not drop the whole equation.
* Free memory after "undef".
* Use standard mandoc error types instead of rolling our own.
* Delete obfuscating EQN_MSG() macro.
* Add function prototypes while here.
|
| |
|
| |
|
|
|
|
|
|
| |
and hostname of the TLS server before sending any messages to it.
Per default /etc/ssl/cert.pem is used as CA file.
OK deraadt@
|
|
|
|
|
|
| |
* Do not print out macro names in tbl(7) data blocks.
* Like with GNU tbl, let empty tables cause a blank line.
* Avoid producing empty tables in -Tman.
|
|
|
|
|
|
|
| |
caused a conflict with a new function in LibreSSL but wasn't even used
by ldapd. No functional change.
OK deraadt@
|
|
|
|
|
|
| |
but stop throwing away their arguments. This fixes information loss in a
handful of Xenocara manuals, at the price of a small amount of formatting
noise creeping through.
|