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.c
Age
Commit message (
Expand
)
Author
2011-07-05
Fix IKEV2_N_NO_ADDITIONAL_SAS notification by including the SPI
Mike Belopuhov
2011-05-27
spacing
Reyk Floeter
2011-05-09
rename functions in proc.c to proc_* and move some code from imsg_util.c to
Reyk Floeter
2011-05-05
Small tweak - add direct pointer to env instead of using an indirect one.
Reyk Floeter
2011-05-05
Move the proc.c-specific runtime state out of struct iked into a sub-struct.
Reyk Floeter
2011-05-05
rename iked_proc* to privsep_proc*. no functional change.
Reyk Floeter
2011-05-02
store the peer address as it was specified in the policy in the
Mike Belopuhov
2011-04-18
Improve the iked acquire mode peer <-> policy matching. This change
Reyk Floeter
2011-04-18
When the kernel wants to acquire an SA for an unknown flow, lookup a
Reyk Floeter
2011-04-15
remove unused function ikev2_flows_delete()
Reyk Floeter
2011-01-28
improve behavior of drop_sa: always negotiating a new child sa; ok reyk
Mike Belopuhov
2011-01-26
Don't initiate any connections in passive mode, not even for ACQUIRE messages
Reyk Floeter
2011-01-26
get rid of acquire flows completely, as they tend to pass traffic
Mike Belopuhov
2011-01-26
enable child sas and do sa and flow transfer after succeeding with
Mike Belopuhov
2011-01-25
fixup child sa deletion in drop_sa; ok reyk
Mike Belopuhov
2011-01-24
fixup previous for the responder mode
Mike Belopuhov
2011-01-21
repair rekeying by sending appropriate traffic selector; ok reyk
Mike Belopuhov
2011-01-21
don't use memcmp on comparing two iked_addrs but IKED_ADDR_EQ.
Reyk Floeter
2011-01-21
- Fix traffic selector configuration that it is always "from $localnet
Reyk Floeter
2011-01-21
Remove misleading error message.
Reyk Floeter
2011-01-21
don't create child sas from empty proposals.
Reyk Floeter
2011-01-21
Reimplement the iked(8) policy evaluation for incoming connections to
Reyk Floeter
2011-01-21
split pfkey initialization into a privileged and unprivileged part to
Reyk Floeter
2011-01-17
silence stupid gcc warning by initializing a variable with NULL.
Reyk Floeter
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
2011-01-12
fixup bogus check; ok reyk
Mike Belopuhov
2011-01-12
don't forget to specify spi sizes; ok reyk
Mike Belopuhov
2010-12-23
always add a none payload, should fix ike sa rekeying for responders; 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-12-01
Clarify the internal ibuf API: rename ibuf_copy() to ibuf_get() because
Reyk Floeter
2010-09-22
support INVALID_KE_PAYLOAD notification sent by the responder in case
Mike Belopuhov
2010-09-09
- allow esp proposals without integrity and ah proposals without
Mike Belopuhov
2010-07-29
some error cases returned 01 when they should have been returning -1
Jonathan Gray
2010-07-20
two iterators should be u_int; ok jsg
Theo de Raadt
2010-07-03
Better non-debug logging messages when a session is established/closed.
Reyk Floeter
2010-06-27
fix possible double free of the initiator cert
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-23
further cleanup of the dh code:
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
fix EAP responder mode
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
cleanup messages and parsed information correctly
Reyk Floeter
[next]