| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Add a missing break in the TCP case.
Reviewed by: bms
|
| |
|
|
|
|
|
|
|
|
| |
This commit includes all remaining changes for the time being including
user space updates.
Submitted by: bz
Approved by: re
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is the second of two commits; bring in the userland support to finish.
Teach libipsec and setkey about the tcp-md5 class of security associations,
thus allowing administrators to add per-host keys to the SADB for use by
the tcpsignature_compute() function.
Document that a single SPI must be used until such time as the code which
adds support to the SPD to specify flows for tcp-md5 treatment is suitable
for production.
Sponsored by: sentex.net
|
|
|
|
|
|
| |
- use %u for unsigned variable.
Obtained from: KAME
|
|
|
|
| |
Obtained from: KAME
|
| |
|
| |
|
| |
|
|
|
|
|
| |
behavior change: policy syntax was changed. you may need to update your
setkey(8) configuration files.
|
|
Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
|