summaryrefslogtreecommitdiffstats
path: root/src/if-bsd.c
Commit message (Expand)AuthorAge
* privsep: Implement pledge(2) support as found on OpenBSDRoy Marples2020-05-10
* inet6: Move BSD get/set scope function to ipv6 for general useRoy Marples2020-05-07
* NetBSD: Gear up for kernel RA removal.Roy Marples2020-04-29
* WhitespaceRoy Marples2020-04-28
* if: support changing hardware address type on LinuxRoy Marples2020-04-23
* OpenBSD: set IN6_IFF_AUTOCONF for addresses generated from a RARoy Marples2020-04-20
* inet6: Add 'temporary' directive to the slaac optionRoy Marples2020-04-19
* BSD: Dont warn if the kernel does not support flushing routersRoy Marples2020-04-19
* BSD: Fix temporary address managementRoy Marples2020-04-07
* use TEMP_PREFERRED/VALID_LIFETIME for OpenBSDStuart Henderson2020-04-03
* Fix build without INET or INET6Roy Marples2020-04-02
* FreeBSD: Remove unused compile warningRoy Marples2020-03-30
* BSD: use satosin6 rather than a direct castRoy Marples2020-03-14
* BSD: Fix processing RTM_MISS for non NetBSD BSDsRoy Marples2020-02-09
* BSD: Add support for RO_MISSFILTER route(4) socket optionRoy Marples2020-02-08
* DragonFlyBSD: Fix compileRoy Marples2020-02-07
* BSD: ignore XEN DOM0 virtual interface xvifRoy Marples2020-02-04
* BSD: When applying RA base information, get info without privsepRoy Marples2020-02-04
* Revert "BSD: When applying RA base information, ensure flags are correct"Roy Marples2020-02-04
* BSD: When applying RA base information, ensure flags are correctRoy Marples2020-02-04
* BSD: Don't log an error failing to get inet6 adress flagsRoy Marples2020-01-29
* BSD: Fix INET flags on RTM_NEWADDR messages.Roy Marples2020-01-22
* BSD: Improve RTM_NEWADDR/RTM_DELADDR validaton some moreRoy Marples2020-01-21
* Only ignore address messages from ourself for deletion.Roy Marples2020-01-20
* BSD: Validate RTM_NEWADDR as wellRoy Marples2020-01-17
* Minor fix to prior.Roy Marples2020-01-17
* OpenBSD: Support privacy extensionsRoy Marples2020-01-17
* BSD: Disable checking rtm_pid and comment why.Roy Marples2020-01-16
* BSD: Ignore messages from ourself in privsep.Roy Marples2020-01-16
* FreeBSD: Support hardware address randomisationRoy Marples2020-01-15
* Implement Anonymity Profiles for DHCP Clients, RFC 7844Roy Marples2020-01-15
* Welcome to 2020!Roy Marples2020-01-03
* privsep: Add support for priviledge separationRoy Marples2019-11-28
* build: Add -Wundef to debugging CFLAGSRoy Marples2019-11-28
* OpenBSD: Support LINK_STATE_HALF_DUPLEX and LINK_STATE_FULL_DUPLEXNathan Houghton2019-11-10
* BSD: Try and set linkmtu for the interface just to be nice.Roy Marples2019-11-10
* OpenBSD: Fix prior - OS cannot set any RA bits such as hop limit.Roy Marples2019-11-10
* BSD: strlcpy > strncpyRoy Marples2019-11-09
* INET6: Apply hoplimit, reachable and retrans timer values from RA.Roy Marples2019-11-09
* BSD: Disable kernel RTADV sysctl earlierRoy Marples2019-11-04
* BSD: Ignore bridge interfacesRoy Marples2019-10-09
* BSD: Ignore the firewire interface as well.Roy Marples2019-10-09
* BSD: Ignore interface groups as we would the interface nameRoy Marples2019-10-09
* if: Ignore TAP interfaces by defaultRoy Marples2019-10-09
* BSD: avoid RTF_WASCLONED routesRoy Marples2019-09-09
* BSD: RTM_MISS doesn't always have a gatewayRoy Marples2019-09-02
* BSD: Handle RTM_MISSRoy Marples2019-09-01
* Cast away an alignment error for FreeBSD and OpenBSD.Roy Marples2019-08-30
* inet6: Stop reacting to kernel neighbour messages about a routerRoy Marples2019-08-30
* BSD: Listen for Router -> Host messages via RTM_CHANGERoy Marples2019-08-29