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
/
config.c
Age
Commit message (
Expand
)
Author
2024-09-15
Add handling of "Class" attribute. diff from markus
YASUOKA Masahiko
2024-07-13
Add RADIUS support. Authentication, accounting, and "Dynamic
YASUOKA Masahiko
2024-02-15
Delay enabling sockets until ikev2 process is ready.
Tobias Heider
2024-02-13
Control startup of PROC_CERT and PROC_IKEV2.
Tobias Heider
2024-01-17
Convert to use imsg_get_fd()
Claudio Jeker
2024-01-15
Include cert_partial_chain in iked_static instead of sending a separate
Tobias Heider
2023-08-04
Convert calls to ibuf_length() where it is clear that the ibuf is not
Claudio Jeker
2023-05-23
Replace ibuf_release() with ibuf_free() since the former just calls the latter
Claudio Jeker
2022-12-03
Consistently use uintXX_t from <stdint.h> instead of u_intXX_t.
Tobias Heider
2022-11-18
Revert my last two changes.
Moritz Buhl
2022-11-13
Make sure csa->csa_bundled is NULL after freeing to prevent a
Moritz Buhl
2022-10-10
Move enabling the policy refcounting from policy_ref() to config_free_policy().
Tobias Heider
2022-09-19
Add iked connection statistics for successful and failed connections, common
Tobias Heider
2022-07-08
Support sending certificate chains with intermediate CAs in multiple CERT
Tobias Heider
2022-05-08
Move ikev2_reset_alive_timer() to a place where it makes more sense. The idea
Tobias Heider
2021-11-25
Silence unitialized variable warnings.
Tobias Heider
2021-11-24
Pass env to pfkey API. Consistently call pfkey file descriptor fd.
Tobias Heider
2021-10-12
Make sure all copies of MSCHAPv2 passphrase are zeroed after use.
Tobias Heider
2021-09-18
freezero() instead of free(), because the object may contain a password
Theo de Raadt
2021-09-01
Add client side support for DNS configuration. Use RTM_PROPOSAL_STATIC
Tobias Heider
2021-05-13
Refactor iked process shutdown and cleanup. Remember configured
tobhe
2021-02-22
Don't pass 'id' as argument to make function signature match similar
tobhe
2021-02-13
Add dynamic address configuration for roadwarrior clients.
tobhe
2021-02-08
Clean up kernel IPsec flows and security associations on shutdown.
tobhe
2021-01-21
Add support for INVALID_KE_PAYLOAD in CREATE_CHILD_SA
tobhe
2020-11-29
Add 'set stickyaddress' option. If this option is enabled, iked will try
tobhe
2020-11-25
Fix proposal error handling. If a proposal contains an unknown transform
tobhe
2020-10-29
Add initial support to request IP addresses as IKEv2 initiator.
tobhe
2020-10-21
Remove SAs from ike_dstid_sas on 'ikectl reset sa' to prevent use after free.
tobhe
2020-10-09
More unused headers.
tobhe
2020-10-09
Remove unused "wait.h" includes.
tobhe
2020-09-30
Don't leak sa->sa_peerauth.id_buf.
tobhe
2020-09-25
Simplify RB_TREE cleanup loops.
tobhe
2020-09-23
Add new 'set cert_partial_chain' config option to allow verification of
tobhe
2020-08-26
Allow disabling DPD liveness checks by setting dpd_check_interval to 0.
tobhe
2020-08-25
Add dpd_check_interval configuration option. If for any IKE SA no IPsec
tobhe
2020-08-24
Reduce the amount of boilerplate code and imsgs for config options by
tobhe
2020-08-23
Add a new configuration option to limit the number of connections for
tobhe
2020-08-18
Add optional time-stamp validaten for ocsp. The new optional 'tolerate'
tobhe
2020-08-16
Clean up unused parameters.
tobhe
2020-08-14
Clean up unused variables.
tobhe
2020-07-23
Fix ibuf leak in sa_localauth when SA is freed.
tobhe
2020-04-13
Try to send a DELETE message if the SA is reset with 'ikectl reset id'.
tobhe
2020-04-09
Simplify socket creation logic. Normally iked needs two sockets, one
tobhe
2020-03-24
Fix user database corruption from 'ikectl reload'. Copy only the new password
tobhe
2020-03-09
Use TAILQ_FOREACH_SAFE instead of hand rolled loops.
tobhe
2020-01-16
Add '-p' command line option which allows to configure
tobhe
2020-01-07
Link ESP-SA and IPcomp-SA using GRPSPIS instead of using a self-built
tobhe
2019-12-03
Correctly represent flows as traffic selectors as described in RFC 7296. This
tobhe
2019-05-11
Add support for IKEv2 Message Fragmentation as defined in RFC 7383.
Patrick Wildt
[next]