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
/
vroute.c
Age
Commit message (
Expand
)
Author
2024-07-14
Fail explicitly on unexptected imsg->hdr_type. Otherwise the following
Tobias Heider
2023-06-13
iked: introduce and use print_addr()
Theo Buehler
2023-02-10
Add support for configuring multiple name servers as roadwarrior
Tobias Heider
2022-07-18
Check if there is a locally cached nameserver to send before responding
Tobias Heider
2022-03-16
Make sure contents of vroute messages are aligned properly.
Tobias Heider
2021-12-01
whitespace cleanup during review read
Theo de Raadt
2021-09-06
Fix leaks in vroute addr and route caches.
Tobias Heider
2021-09-01
Add client side support for DNS configuration. Use RTM_PROPOSAL_STATIC
Tobias Heider
2021-06-23
Use print_host() to log destination, netmask and gateway. Add pretty
tobhe
2021-06-23
Factor out vroute_addr().
tobhe
2021-06-01
Remember flow routes in addition to host routes and delete
tobhe
2021-05-13
Refactor iked process shutdown and cleanup. Remember configured
tobhe
2021-04-03
Add size check for sockaddr mask.
tobhe
2021-03-25
Sync correct ROUNDUP() from net/route.c
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-21
Don't explicitly send address family in IMSG_VROUTE_ADD. The receiving
tobhe
2021-02-13
Add dynamic address configuration for roadwarrior clients.
tobhe