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
Age
Commit message (
Expand
)
Author
2012-06-04
Rounding up a number of bytes in a bignum returned by the BN_num_bytes()
Mike Belopuhov
2012-05-30
more timer changes
Mike Belopuhov
2012-05-30
when changing peer's address in the SA, remove the old entry from the
Mike Belopuhov
2012-05-30
pass a file descriptor in the msg_fd instead of a function argument
Mike Belopuhov
2012-05-29
improve timer framework; will be needed soon
Mike Belopuhov
2012-05-24
don't increment the next expected message id when sending a response back.
Mike Belopuhov
2012-05-23
fixup from/to specification
Mike Belopuhov
2012-05-23
remove hardcoded values for esp and let ikev2_add_proposals decide
Mike Belopuhov
2012-05-23
factor out proposal matching code from ikev2_sa_negotiate and eliminate
Mike Belopuhov
2012-05-08
When setting up NAT-T notify payloads, make sure to supply an
Mike Belopuhov
2012-05-08
rename espxforms to ipsecxforms for clarity
Mike Belopuhov
2012-05-07
fixup formatting in the generated files
Mike Belopuhov
2012-05-07
Sync up several defines with RFC 5996. IANA has changed the existing
Mike Belopuhov
2012-04-24
take a stab at documenting when arguments need quoted, and valid macro
Jason McIntyre
2012-04-18
undo an error introduced by myself in previous;
Jason McIntyre
2012-04-05
rate-limit accepting of new connections while we are experiencing
Theo de Raadt
2012-03-24
fix some leaks
Jonathan Gray
2011-09-03
make -column lists pretty again;
Jason McIntyre
2011-08-27
Under certain circumstances iked can be tricked to bypass a signature
Mike Belopuhov
2011-08-19
as with other list types, column lists generally do not need a Pp/-compact
Jason McIntyre
2011-07-05
fix memcpy sizeof. found by jsg. ok deraadt krw mikeb
Ted Unangst
2011-07-05
Fix IKEV2_N_NO_ADDITIONAL_SAS notification by including the SPI
Mike Belopuhov
2011-07-03
iked requires the same dh diff as isakmpd:
Mike Belopuhov
2011-05-27
spacing
Reyk Floeter
2011-05-09
bump copyright
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
handle empty encrypted payloads (might happen with some informationals)
Reyk Floeter
2011-01-21
tweak previous;
Jason McIntyre
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-18
reyk noticed that my rb-tree-fu is not that great. fixup compare function
Mike Belopuhov
2011-01-17
silence stupid gcc warning by initializing a variable with NULL.
Reyk Floeter
[next]