Age | Commit message (Collapse) | Author |
|
|
|
a year already, and upcoming new apm stuff is not compatible w/ the old MN.
niklas@ ok
|
|
|
|
This allows CNAMEs to PTRs with names including slashes, something not really
RFC-compliant but still in general use.
|
|
|
|
- only use the .Dv NULL form when referring explicitly to a function
argument or return value
- otherwise, use these forms:
o non-null
o null-terminated (hyphenated form for predicate adjective)
o else, null terminated, or null terminate, whichever the case
o null pointer, null byte, null string, etc.
- may use NUL to refer to an ASCII NUL, but it doesn't need a .Tn macro
In general, capitalizing the word "null" everywhere is unnecessary and makes
the man pages harder to read. The above is consistent with popular programming
texts (i.e., K&R, Stevens).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in the reply; OK'd by deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
by copying to private space... since changing the kernel API will be difficult.
|
|
|
|
|
|
|
|
really only use memname ifdef DIAGNOSTIC but that isn't feasible right now
|
|
having different speed links in a bundle. This would manifest itself
by having the link occasionally hang, but revive when a new connection
is made....
Make ``show mp'' a bit prettier.
|
|
|
|
pjanzen@
|
|
pjanzen@
|
|
|
|
|
|
|
|
|
|
usage message.
|
|
|
|
o Show more information about missing MP fragments in ``show mp''.
o Do away with mbuf_Log(). It was showing mbuf stats twice on
receipt of LCP/CCP/IPCP packets.... ???!!?
o Pre-allocate a bit extra when creating LQR packets to avoid having
to allocate another mbuf in mbuf_Prepend().
|
|
|
|
|
|
author: niklas
As PF_KEY per the specs is a best-effort service, expect messages to get lost.
That means both replies in PF_KEY "RPCs" and expirations, the latter we
solve with extra paranoia and sets timeouts in isakmpd too.
|
|
author: niklas
Doc fixes from OpenBSD
author: niklas
Some extra error checking, documentation and style wrt connections
author: niklas
Initial text for Passive-Connections
author: niklas
Doc fix from OpenBSD
|
|
author: niklas
Some restructuring of ID checks, but still no coupling to names.
|
|
timer.c: Merge with EOM 1.12
author: ho
Logging nitpicks
|
|
author: niklas
Double dots squashed
author: ho
Updated. Minor typos.
|
|
author: ho
Expand the passive connection mechanism.
author: niklas
Some more #if 0 stuff for passive connections
author: ho
Add connections_report and connection_reinit
|
|
author: niklas
Initial stab at Oakley group 5, still an XXX though.
|
|
author: niklas
Style nits
author: ho
Perhaps look into IPCOMP soon?
|
|
author: ho
We do not require flags on implicit passive connections.
author: ho
Fix bug in matching IDs. Cleanup debugging.
author: ho
bug fix of decode_id function.
author: ho
Temp. add some more debugging around setup of passive connection
author: ho
Add more debugging output and correct connection_report
author: niklas
Some extra error checking, documentation and style wrt connections
author: ho
More passive connection support
author: niklas
Small bugfixes and style nits
author: ho
Expand the passive connection mechanism.
author: niklas
Some more #if 0 stuff for passive connections
author: ho
Commit to embryonic code for passive connections
author: niklas
Some type pedantery. Comment style nits.
author: ho
Add connections_report and connection_reinit
|
|
author: ho
New flag
|
|
author: niklas
Style nits
author: ho
Describe debug logging classes in some detail.
|
|
author: niklas
Some extra error checking, documentation and style wrt connections
author: niklas
Some more #if 0 stuff for passive connections
author: niklas
Error handling looked over. Some restructuring of ID checks, but still no
coupling to names.
|