index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
iked
/
ikev2_pld.c
Age
Commit message (
Expand
)
Author
2012-06-22
decouple timer initialization from timer_register
Mike Belopuhov
2012-05-30
more timer changes
Mike Belopuhov
2012-05-29
improve timer framework; will be needed soon
Mike Belopuhov
2012-05-07
Sync up several defines with RFC 5996. IANA has changed the existing
Mike Belopuhov
2012-03-24
fix some leaks
Jonathan Gray
2011-01-26
get rid of acquire flows completely, as they tend to pass traffic
Mike Belopuhov
2011-01-17
Add initial acquire mode support and use it whenever Windows peers decide
Mike Belopuhov
2011-01-12
decouple flow deletion from the ikev2_childsa_delete; ok reyk
Mike Belopuhov
2010-12-22
move and rename util.c:print_id() to ikev2.c:ikev2_print_id() because
Reyk Floeter
2010-12-22
child sa rekeying revamp plus numerous bugfixes;
Mike Belopuhov
2010-09-30
check that there are transforms in the proposal before trying
Mike Belopuhov
2010-09-22
support INVALID_KE_PAYLOAD notification sent by the responder in case
Mike Belopuhov
2010-07-28
Change back to the pre rev 1.11 behaviour of not treating unexpected
Jonathan Gray
2010-07-03
Better non-debug logging messages when a session is established/closed.
Reyk Floeter
2010-06-27
When a peer requests a certificate from the local gateway, we first
Reyk Floeter
2010-06-27
Instead of modifying and fiddling with the IKE SA in the payload
Reyk Floeter
2010-06-26
revert the files that have been accidentally committed with my
Reyk Floeter
2010-06-26
mixing any (AF_UNSPEC) with AF_INET/INET6 is not an address family mismatch
Reyk Floeter
2010-06-26
Include the Id type in the generated SA tag that is passed to the
Reyk Floeter
2010-06-14
Initiator mode with certificates; needs more work but works.
Reyk Floeter
2010-06-14
Initial support for initiator mode which allows to run iked as a
Reyk Floeter
2010-06-14
NAT detection again: make it work in initiator and responder mode
Reyk Floeter
2010-06-14
NAT detection with SPIr is always 0
Reyk Floeter
2010-06-14
restructure code a bit to move closer to initiator mode:
Reyk Floeter
2010-06-14
More code for initiator mode (not finished yet)
Reyk Floeter
2010-06-10
i don't like splitting source code in too many source files but ikev2.c
Reyk Floeter