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
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
2017-11-27
Implement MOBIKE (RFC 4555) support in iked(8), with us acting as
Patrick Wildt
2017-04-13
Add a NAT-T keepalive timer in case we are behind a NAT gateway.
Patrick Wildt
2017-03-27
Factor out flows into separate configuration messages
Mike Belopuhov
2017-03-27
spacing
Reyk Floeter
2017-03-27
Fix another iked leak of SAs in pfkey_sa(), copy tags correctly.
Reyk Floeter
2017-03-13
Resolve simultaneous Child SA rekeying
Mike Belopuhov
2017-01-03
Fix pledge of the ca process by calling the right function on startup.
Reyk Floeter
2016-06-01
Implement a second address pool specifically for IPv6, so that
Patrick Wildt
2015-12-07
Sync proc.c, use shorter proc_compose[v]()
Reyk Floeter
2015-11-18
pledge exposed a simple bug: the unprivileged child tried to print the
Reyk Floeter
2015-10-19
Remove the ikev1 stub - Since I started iked, it has an empty privsep
Reyk Floeter
2015-10-15
Remove some unnecessary NULL-checks before free(). Change two bzero()
mmcc
2015-08-21
Switch iked to C99-style fixed-width integer types.
Reyk Floeter
2015-07-07
repair policy-ikesa-linking by replacing the broken RB_TREE w/TAILQ
Markus Friedl
2015-02-06
unneeded getopt.h
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
[next]