| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
From Scott Cheloha, ok tb@
|
|
|
|
| |
ok mikeb
|
| |
|
|
|
|
|
| |
fundamentally broken.
ok jsing mikeb
|
|
|
|
|
|
|
|
|
|
|
| |
phase 2 traffic. this allows policy-based filtering of encrypted and
unencrypted ipsec traffic with pf(4). see ipsec.conf(5) and
isakmpd.conf(5) for details and examples.
this is work in progress and still needs some testing and feedback,
but it is safe to put it in now.
ok hshoexer@
|
|
|
|
| |
ok markus@
|
|
|
|
| |
places that were doing this. Prodding deraadt. OK hshoexer.
|
|
|
|
| |
ok ho@
|
|
|
|
|
|
|
|
| |
option. Reduces chances of somehow setting regrand when it's not supposed
to be set. Remove "-r" option from man page. Also xref certpatch(8) while
we are in there. And remove some include sysdep.h where it is no longer
needed.
OK hshoexer
|
| |
|
|
|
|
|
|
| |
utilities.
ok cloder ho
|
|
|
|
|
|
|
|
|
|
|
|
| |
specified with an interface name (in which case the first address is used)
or the keyword 'default' (in which case the address is selected based on the
default route). eg:
[roadwarrior-ip]
ID-type= IPV4_ADDR
Address= default
ok ho@ hshoexer@
|
|
|
|
|
|
| |
Remove check_file_secrecy() as it is obsoleted be check_file_secrecy_fd().
ok ho@
|
|
|
|
| |
hshoexer@ ok.
|
| |
|
|
|
|
|
|
| |
are a raft of source code auditors who are willing to help improve this
code only if this is done, and hey, isakmpd does need our standard
auditing process. ok ho hshoexer
|
|
|
|
|
|
| |
cloder@. Testing by markus@ cloder@ hshoexer@.
ok ho@
|
| |
|
|
|
|
| |
Niels Provos.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
for systems without get{addr,name}info calls. Some style police.
|
| |
|
| |
|
|
|
|
|
|
|
| |
util.h: Merge with EOM 1.10
author: niklas
style and removal of unused, unneeded code
|
|
|
|
|
| |
author: angelos
Correct byte-order handling in encode/decode_128, add function prototypes.
|
|
|
|
|
|
|
| |
ike_auth.c: Merge with EOM 1.57
author: ho
Add file permission check to private key file. Split out check function to util.c.
|
|
|
|
|
|
|
|
|
|
|
| |
sysdep/openbsd/sysdep.c: Merge with EOM 1.8
cookie.c: Merge with EOM 1.21
util.c: Merge with EOM 1.15
util.h: Merge with EOM 1.7
author: niklas
Move regrand var to util.c, and get the decl from util.h, do not update the
cookie secret if in deterministic mode.
|
| |
|
| |
|
|
OpenBSD IPSEC stack by me, Niklas Hallqvist and Niels Provos, funded by
Ericsson Radio Systems. It is not yet complete or usable in a real scenario
but the missing pieces will soon be there. The early commit is for people
who wants early access and who are not afraid of looking at source.
isakmpd interops with Cisco, Timestep, SSH & Pluto (Linux FreeS/WAN) so
far, so it is not that incomplete. It is really mostly configuration that
is lacking.
|