Age | Commit message (Collapse) | Author |
|
|
|
|
|
This has been extensively tested.
|
|
.Nd takes at most 9 arguments.
Hence, if the description is longer than that, you lose.
Unless you get it to be just one argument, by quoting it.
Automated search of other such manpages to do, or a way to fix
.Nd if someone knows enough troff...
|
|
|
|
|
|
timers.
|
|
|
|
|
|
|
|
the functions using nm(1), but then no prototypes exist and things break.
d@ will contemplate over the issue and resolve it for real later :-)
|
|
|
|
|
|
Add an extra flag to hashinit telling if it should wait in malloc.
update all calls to hashinit.
|
|
author: niklas
Bind notify message types to the IPsec notify message types as well.
|
|
author: niklas
Simplify exchange life logic some. Some style too.
|
|
DESIGN-NOTES: Merge with EOM 1.41
author: niklas
Up-to-date
|
|
author: niklas
Do not lose the transport we are handling
author: niklas
Remove obsolete XXX comment.
author: niklas
Collapse MSG_NO_RETRANS & MSG_KEEP into MSG_LAST.
|
|
ike_main_mode.c: Merge with EOM 1.77
ipsec.h: Merge with EOM 1.35
author: niklas
Send out INITIAL-CONTACT notifications
|
|
author: niklas
When seeing duplicates, just retransmit if the last sent
message was the last of an exchange, thus not scheduled for retransmission.
author: ho
Keep track of trailing retransmissions by keeping exchanges around longer.
Removed references to sa->last_sent_in_setup, use last_sent and
last_received in exchange instead. Free setup exchanges by expiration only.
author: ho
Backout last change. (Go with exchange directly instead of sa->msg)
author: ho
Handle phase 2 late retransmissions.
|
|
author: niklas
reference transport when doing listen sockets. Style + remove old comment
|
|
author: niklas
Handle leftover payloads.
author: niklas
Simplify exchange life logic some. Some style too.
author: niklas
Collapse MSG_NO_RETRANS & MSG_KEEP into MSG_LAST.
author: niklas
Style
author: ho
Keep track of trailing retransmissions by keeping exchanges around longer.
Removed references to sa->last_sent_in_setup, use last_sent and
last_received in exchange instead. Free setup exchanges by expiration only.
author: ho
Backout last change. (Go with exchange directly instead of sa->msg)
author: ho
Handle phase 2 late retransmissions.
|
|
author: niklas
Handle leftover payloads, esp INITIAL CONTACT notifications.
Factor out SA expiration setting. Add commentary.
author: niklas
Send out INITIAL-CONTACT notifications
|
|
author: niklas
Do not hold on to the exchange for post quick mode, it will be there.
|
|
regress/exchange/run.sh: Merge with EOM 1.5
regress/rsakeygen/rsakeygen.c: Merge with EOM 1.7
genconstants.sh: Merge with EOM 1.6
genfields.sh: Merge with EOM 1.5
author: niklas
1999
|
|
author: niklas
Remove unused macro.
|
|
sa.h: Merge with EOM 1.51
author: niklas
Handle leftover payloads, esp INITIAL CONTACT notifications.
Factor out SA expiration setting. Add commentary.
author: ho
Keep track of trailing retransmissions by keeping exchanges around longer.
Removed references to sa->last_sent_in_setup, use last_sent and
last_received in exchange instead. Free setup exchanges by expiration only.
author: ho
Backout last change. (Go with exchange directly instead of sa->msg)
author: ho
Handle phase 2 late retransmissions.
|
|
author: niklas
typo
author: niklas
Collapse MSG_NO_RETRANS & MSG_KEEP into MSG_LAST.
|
|
isakmp_doi.c: Merge with EOM 1.36
author: niklas
Handle leftover payloads.
|
|
author: niklas
Mention aggressive mode
author: niklas
1999
|
|
|
|
|
|
|
|
|
|
device per argument rather than the old way of concatenating
everything then splitting the result at commas and whitespace.
Old syntax of ``set device /dev/cuaa0, /dev/cuaa1''
may no longer contain the comma, but syntax such as
``set device "!ssh host ppp -direct label"'' is now
possible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Approved by csapuntz@openbsd.org
|
|
If ut_line begins with "ftp" copy the pid into a temp buffer before
the strol() since ut_line may not be NUL-terminated.
|
|
|
|
|