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
2021-06-17
Skip flows in ikev2_cp_addr() if they don't contain a dynamic (0.0.0.0)
tobhe
2021-06-11
Revert previous change in ikev2_cp_fixaddr().
tobhe
2021-06-01
Remember flow routes in addition to host routes and delete
tobhe
2021-05-31
Don't fail hard in ikev2_cp_fixaddr() if no address pool is found.
tobhe
2021-05-31
Prevent address underflow with /32 config address prefix.
tobhe
2021-05-28
Add experimental post-quantum hybrid key exchange method
tobhe
2021-05-17
Avoid calling ibuf_add() with NULL and zero length.
tobhe
2021-05-13
Refactor iked process shutdown and cleanup. Remember configured
tobhe
2021-05-13
Use field independent version of {get,set}_affine_coordinates.
Theo Buehler
2021-04-20
Move TAILQ initialization to files where they are used.
dv
2021-04-11
Document 'request' option to request additional configuration payloads.
tobhe
2021-04-09
Only modify routes if SA has a valid address lease. On IKE SA rekey
tobhe
2021-04-03
Add size check for sockaddr mask.
tobhe
2021-03-25
Sync correct ROUNDUP() from net/route.c
tobhe
2021-03-23
Don't send DELETE notify if IKE SA is replaced because of
tobhe
2021-03-21
The tag comes after iface in iked.conf(5).
tobhe
2021-03-16
Add 'grp31' alias for curve25519 as documented in iked.conf(5).
tobhe
2021-03-15
We makes sure that a dh group is required if the local proposal
tobhe
2021-03-15
Ignore msg_ke in CREATE_CHILD_SA if DH negotiation results in group
tobhe
2021-03-14
Log errors with log level info and SPI.
tobhe
2021-03-09
Also log transforms on IKE SA rekey.
tobhe
2021-03-07
Log ESN for child SAs if enabled.
tobhe
2021-03-06
whitespace
tobhe
2021-03-05
Print PFS group for rekeyed Child SAs.
tobhe
2021-03-05
Log transforms of established IKE and Child SAs.
tobhe
2021-03-05
Move policy printing code from parse.y to new print.c
tobhe
2021-03-04
Remove -g from CFLAGS. This was accidentally added with the last commit.
tobhe
2021-03-04
Derive config netmask from address pool if not explicitly configured.
tobhe
2021-03-03
Free sc_vroute on shutdown.
tobhe
2021-03-02
Increase the size of iov in pfkey_sa() to be large enough for all
Jonathan Gray
2021-03-01
Make sure sa_policy is not NULL in sa_configure_iface(). This can happen
tobhe
2021-02-28
Rename addr to gateway.
tobhe
2021-02-27
Set RTF_GATEWAY for host route based on RTM_GET response.
tobhe
2021-02-26
Set RTF_GATEWAY for flow routes, not for host route.
tobhe
2021-02-26
Fix and improve handling of address families in vroute_getcloneroute().
tobhe
2021-02-25
Constify cipher API.
tobhe
2021-02-24
Use ASN1_STRING_get0_data() instead of the deprecated ASN1_STRING_data().
tobhe
2021-02-22
Don't pass 'id' as argument to make function signature match similar
tobhe
2021-02-21
Don't explicitly send address family in IMSG_VROUTE_ADD. The receiving
tobhe
2021-02-20
Fail on invalid address family.
tobhe
2021-02-19
Fail on duplicate nonce payload.
tobhe
2021-02-18
Save one allocation by passing msg_nonce ownership instead of using
tobhe
2021-02-18
Remove redundant ibuf_release. msg_ke is always NULL because of the
tobhe
2021-02-18
Pass ownership instead of duplicating ibuf msg_ke.
tobhe
2021-02-16
Fail on duplicate KE payload.
tobhe
2021-02-13
Add dynamic address configuration for roadwarrior clients.
tobhe
2021-02-12
Fix local and peer addresses in policy lookup for dangling SAs
tobhe
2021-02-11
Explicitly unset IKED_REQ_CERTVALID before sending cert to ca process.
tobhe
2021-02-10
Delay deletion of IKE SAs on rekey when stickyaddress is enabled to make
tobhe
2021-02-09
Add optional 'group none' transform for child SAs and fix handling of
tobhe
[next]