index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
iked
/
policy.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
We makes sure that a dh group is required if the local proposal
tobhe
2021-03-15
1
-3
/
+13
*
Make sure sa_policy is not NULL in sa_configure_iface(). This can happen
tobhe
2021-03-01
1
-2
/
+2
*
Add dynamic address configuration for roadwarrior clients.
tobhe
2021-02-13
1
-1
/
+119
*
Fix local and peer addresses in policy lookup for dangling SAs
tobhe
2021-02-12
1
-3
/
+3
*
Add optional 'group none' transform for child SAs and fix handling of
tobhe
2021-02-09
1
-2
/
+3
*
Take flows into consideration for policy lookup as initiator.
tobhe
2021-02-01
1
-2
/
+6
*
Use policy_test() to reassign existing SAs to updated policies after
tobhe
2020-12-21
1
-10
/
+104
*
The skip steps must be set up for each attribute independently
tobhe
2020-12-02
1
-5
/
+5
*
Fix proposal error handling. If a proposal contains an unknown transform
tobhe
2020-11-25
1
-2
/
+2
*
Constify sa in ikev2_pld_eap(). The parser code must not change any
tobhe
2020-11-18
1
-2
/
+2
*
Delete dead code.
tobhe
2020-09-09
1
-13
/
+1
*
Add a new configuration option to limit the number of connections for
tobhe
2020-08-23
1
-1
/
+113
*
Remove dead assignments.
tobhe
2020-08-15
1
-4
/
+4
*
Delete commented out code.
tobhe
2020-08-06
1
-2
/
+1
*
Handle TEMPORARY_FAILURE notification on IKESA rekeying.
tobhe
2020-07-21
1
-2
/
+5
*
Make sure to update policy dependant SA fields after policy_lookup().
tobhe
2020-07-16
1
-2
/
+2
*
Pass sockaddr instead of sockaddr_storage to sa_address.
tobhe
2020-06-03
1
-6
/
+5
*
Add AES-GCM mode ciphers (IANA IDs 19 and 20) for IKEv2.
tobhe
2020-05-26
1
-3
/
+14
*
Remove unnecessary logging messages.
tobhe
2020-05-13
1
-5
/
+2
*
Fix policy lookup edge case for simultaneous transport and tunnel mode SAs.
tobhe
2020-05-11
1
-2
/
+17
*
The order of arguments to proposals_negotiate makes a difference.
tobhe
2020-04-28
1
-3
/
+3
*
Add support for switching rdomain on IPsec encryption/decryption.
tobhe
2020-04-23
1
-1
/
+3
*
It makes no sense to fall back to original policy if the relookup with the
tobhe
2020-04-04
1
-7
/
+5
*
Relookup policy based on received cryptographic parameter proposal.
tobhe
2020-03-10
1
-3
/
+7
*
Use TAILQ_FOREACH_SAFE instead of hand rolled loops.
tobhe
2020-03-09
1
-5
/
+3
*
When the proposals are first matched the responder does
tobhe
2020-03-01
1
-1
/
+204
*
Link ESP-SA and IPcomp-SA using GRPSPIS instead of using a self-built
tobhe
2020-01-07
1
-51
/
+6
*
Refactor child SA cleanup.
tobhe
2019-12-28
1
-1
/
+4
*
We can receive a delete and free an SA that is referenced in sa_nextr.
tobhe
2019-12-10
1
-2
/
+29
*
Correctly represent flows as traffic selectors as described in RFC 7296. This
tobhe
2019-12-03
1
-1
/
+47
*
Log loaded SPIs and flows.
tobhe
2019-11-30
1
-4
/
+6
*
Log reason whenever a child SA is freed. This makes it easier to
tobhe
2019-11-13
1
-4
/
+8
*
Prepend SPI to send and recv log messages to see which line belongs to
tobhe
2019-08-12
1
-3
/
+3
*
Implement MOBIKE (RFC 4555) support in iked(8), with us acting as
patrick
2017-11-27
1
-2
/
+43
*
Resolve simultaneous IKE SA rekeying
mikeb
2017-03-13
1
-4
/
+8
*
When freeing a Child SA make sure it's peer no longer points to it
mikeb
2017-03-13
1
-1
/
+5
*
flow_cmp() must compare the same flow-attributes as the kernel,
patrick
2017-03-13
1
-5
/
+13
*
We need to call policy_ref() for policies that have refcounting
patrick
2017-03-13
1
-2
/
+10
*
Implement a second address pool specifically for IPv6, so that
patrick
2016-06-01
1
-1
/
+9
*
Fix ocsp by adding a missing TAILQ_INIT().
reyk
2015-10-20
1
-1
/
+2
*
Fix interoperability with Apple iOS9: If we don't get a (valid)
reyk
2015-10-01
1
-3
/
+3
*
Switch iked to C99-style fixed-width integer types.
reyk
2015-08-21
1
-11
/
+11
*
spacing (no binary change, verified with checksums)
reyk
2015-08-19
1
-2
/
+2
*
repair policy-ikesa-linking by replacing the broken RB_TREE w/TAILQ
markus
2015-07-07
1
-37
/
+15
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+1
*
Fixup a few problems with EAP state transition
mikeb
2014-11-07
1
-3
/
+2
*
initiate ike sa rekeying (ikesalifetime keyword), re-queue pfkey
markus
2014-05-06
1
-6
/
+12
*
cleanup IKE-SA tree handling (fixes repeated-insert & double-remove)
markus
2014-05-06
1
-18
/
+23
*
make sure the state machine only advances if the AUTH payload has
markus
2014-04-29
1
-8
/
+15
*
support rekeying for IPCOMP; ok mikeb@
markus
2014-02-21
1
-5
/
+13
[next]