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
Age
Commit message (
Expand
)
Author
2020-12-05
Make len unsigned.
tobhe
2020-12-04
Log pfkey type and message length on write failure.
tobhe
2020-12-03
Fix type mismatch. auth_method should be uint8_t.
tobhe
2020-12-02
The skip steps must be set up for each attribute independently
tobhe
2020-12-01
Don't log ESRCH as warning.
tobhe
2020-12-01
Sync get_ifrdomain() to rad(8) version by removing a useles (void)
Florian Obser
2020-12-01
Extract another couple of chunks from main() into helper functions,
Kenneth R Westerback
2020-11-30
We need to rekey every child SA (even if acquired): Otherwise we can
tobhe
2020-11-29
Add 'set stickyaddress' option. If this option is enabled, iked will try
tobhe
2020-11-29
Fix previous; we need to set the icmp6ev in the interface to NULL
Florian Obser
2020-11-28
improve legibility of the newly introduced unref_icmp6ev() before this
Christian Weisgerber
2020-11-28
Add support for multiple address pools. The parser already allows
tobhe
2020-11-28
An interface might have disappeared or switched rdomains while we
Florian Obser
2020-11-28
Reduce code duplication by introducing unref_icmp6ev().
Florian Obser
2020-11-28
Handle the case of an autoconf interface changing its rdomain.
Florian Obser
2020-11-27
Remove redundant state change. ikev2_ikesa_delete() sets the correct state.
tobhe
2020-11-27
Shuffle code relating to initializing the physical interface and the
Kenneth R Westerback
2020-11-26
Use a counter instead of random IV for AES-GCM. Security depends on
tobhe
2020-11-25
Fix proposal error handling. If a proposal contains an unknown transform
tobhe
2020-11-25
Teach route(8) about the names of the IEEE80211_F_* flags.
Kenneth R Westerback
2020-11-25
When processing proposed static routes (inc. default route) ignore
Kenneth R Westerback
2020-11-24
Fix duplicate sa->sa_cp assignment.
tobhe
2020-11-23
Ignore duplicate sigsha2 notify, don't fail the exchange.
tobhe
2020-11-22
Fix comment typo.
tobhe
2020-11-21
No need to update ifi->state just before setting quit to TERMINATE.
Kenneth R Westerback
2020-11-21
Clean up NATT hack. Pass 'frompeer' as parameter instead of manipulating
tobhe
2020-11-21
No need to update resolv.conf when renewing a lease does not result in any
Kenneth R Westerback
2020-11-21
When REBOOT'ing it is necessary to apply_defaults() to the recorded
Kenneth R Westerback
2020-11-20
The default lease rebind time is 7 * (expiry/8), not 8 * (expiry/7).
Kenneth R Westerback
2020-11-20
add -s to synopsis and usage; -S before -s in options list;
Jason McIntyre
2020-11-20
Add -s socket option to specify control socket. This can be useful if
tobhe
2020-11-19
Avoid spurious resolv.conf updates when
Kenneth R Westerback
2020-11-19
More sa cleanup + constify.
tobhe
2020-11-18
Constify sa in ikev2_pld_eap(). The parser code must not change any
tobhe
2020-11-18
Recognize get_link_ifa() failure (a.k.a. "invalid interface") as a fatal error
Kenneth R Westerback
2020-11-18
No need to call get_hw_address() from interface_state() since the
Kenneth R Westerback
2020-11-18
Tweak debug messages around resolv.conf updating.
Kenneth R Westerback
2020-11-17
Remove redundant indirection via msg_parent. This is only needed in
tobhe
2020-11-17
Fix comment sysctl(3) -> sysctl(2).
Marcus Glocker
2020-11-16
Reenable ikev2_init_auth() return value check. Make sure sa_stateok()
tobhe
2020-11-16
Backout ikev2_init_auth() return check to fix regression with
tobhe
2020-11-15
Document new 'dynamic' keyword to create flows from or to a dynamically
tobhe
2020-11-14
Constify dktypenames and fstypenames in libc.
Philip Guenther
2020-11-14
Make sure not to replace 0.0.0.0 with dynamic address if it is a a network
tobhe
2020-11-13
addr_net is already checked in ikev2_cp_setaddr() before sessing
tobhe
2020-11-12
Close SA if ikev2_init_auth() fails.
tobhe
2020-11-12
Fail if ikev2_init_ike_auth() is entered with invalid state.
tobhe
2020-11-11
Cleanup after proc_init() in proc_close().
tobhe
2020-11-09
Use RB_FOREACH_SAFE instead of handrolling it
Theo Buehler
2020-11-09
Check for and handle duplicates on RB_INSERT
Theo Buehler
[next]