Skip to content

Commit

Permalink
a few more things i committed.
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Apr 10, 2021
1 parent 9028941 commit ee9322f
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions 69.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ <h3>What's New</h3>
href="https://man.openbsd.org/csh.1">csh(1)</a> where redirecting
input from a file containing ^T would cause csh(1) to perform a tty
ioctl operation against a non-tty.
<li>Made <a href="https://man.openbsd.org/syspatch.8">syspatch(8)</a> work
again when fewer than 3 patches are available.
<li>Stopped exempting file systems from <a
href="https://man.openbsd.org/security.8">security(8)</a> on the basis
of nodev and nosuid options, which may not be used for file systems
Expand Down Expand Up @@ -710,6 +712,10 @@ <h3>What's New</h3>
<!-- LDAP -->
<li>Fixed <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> cert
and key path inference for absolute paths.
<li>Fixed incorrect cast in a
<a href="https://man.openbsd.org/vsnprintf(3)">vsnprintf(3)</a>
error check
in <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>.
<li>Applied <a href="https://man.openbsd.org/unveil.2">unveil(2)</a>
to <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>.

Expand Down Expand Up @@ -773,6 +779,12 @@ <h3>What's New</h3>
are using Semantically Opaque Interface Identifiers.
<li>Handled an autoconf interface changing its rdomain in <a
href="https://man.openbsd.org/slaacd.8">slaacd(8)</a>.
<li>Do not leak the domains listed in
<a href="https://man.openbsd.org/unwind.8">unwind(8)</a>'s
blocklist file on each config reload.
<li>Do not leak duplicate domain nodes when loading the
<a href="https://man.openbsd.org/unwind.8">unwind(8)</a>
config.
<li>Fixed rare crashes of <a
href="https://man.openbsd.org/unwind.8">unwind(8)</a> when DNS answers
are larger than the maximum imsg size.
Expand All @@ -786,7 +798,6 @@ <h3>What's New</h3>
with <a href="https://man.openbsd.org/unwind.8">unwind(8)</a>. Does
not prevent logging to stderr with "unwind -d".


<li>Removed the -L option from <a
href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
<li>Added a simple --timeout implementation to <a
Expand Down Expand Up @@ -828,7 +839,13 @@ <h3>What's New</h3>
-D socket debug option in <a
href="https://man.openbsd.org/tcpbench.1">tcpbench(1)</a>, allowing
analysis of TCP connections.

<li>Avoid leaking the help text in
<a href="https://man.openbsd.org/tcpbench.1">systat(8)</a>.
<li>Simplify argument parsing of
<a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a> stop
thereby avoiding a
<a href="https://man.openbsd.org/printf.3">printf(3)</a> "%s" NULL,
a use of uninitialized and a dead else branch.



Expand Down

0 comments on commit ee9322f

Please sign in to comment.