summaryrefslogtreecommitdiffstats
path: root/src/if-bsd.c
Commit message (Expand)AuthorAge
* BSD: Find the correct interface for tunneled routesRoy Marples2021-02-09
* A belated welcome to 2021Roy Marples2021-01-31
* BSD: Plug a memory leakRoy Marples2021-01-28
* Check for NetBSD in prior, as we did beforeRoy Marples2020-12-27
* NetBSD: Map IP Persistance to roamingRoy Marples2020-12-27
* Linux: Support wireless IP roamingRoy Marples2020-12-12
* dhcpcd: Simplify the link handling even moreRoy Marples2020-10-07
* privsep: We need getsockopt as well as setsockopt on the link socketRoy Marples2020-10-03
* privsep: allow CAP_SETSOCKOPT for route(4) fd.Roy Marples2020-10-02
* BSD: struct if_data->ifi_link_state is the single source of truthRoy Marples2020-09-28
* BSD: Ignore vether(4) devices by default.Roy Marples2020-09-27
* FreeBSD: Anticipate SIOCGIFDATA not working in CapsicumRoy Marples2020-09-24
* BSD: NetBSD is the odd man out with SIOCGIFDATARoy Marples2020-09-24
* BSD: Of course DragonFly does SIOCGIFDATA differently..Roy Marples2020-09-23
* Add a warning about priorRoy Marples2020-09-23
* Revert double variable defineRoy Marples2020-09-23
* FreeBSD lacks SIOCGIFDATA it seems.Roy Marples2020-09-23
* BSD: Use SIOCGIFDATA if no media support and no ifa_dataRoy Marples2020-09-22
* BSD: Detect initial link state in ifa_dataRoy Marples2020-09-22
* Adjust prior so that message is logged before starting devRoy Marples2020-09-19
* dhcpcd: Add an option to poll the interface carrier stateRoy Marples2020-06-18
* BSD: Allow non NetBSD and OpenBSD to set IN6_IFF_AUTOCONFRoy Marples2020-06-16
* BSD: Mark routes as static only from static configRoy Marples2020-06-15
* BSD: Mark address AUTOCONF if no kernel RARoy Marples2020-06-14
* privsep: Limit rights generically rather than Capsicum specifcRoy Marples2020-06-05
* BSD: In privsep with no GIFALIAS support? getifaddrs over privsepRoy Marples2020-06-05
* privsep: Remove pledges inet and dns from the master processRoy Marples2020-06-05
* BSD: Ignore fwip(4)Roy Marples2020-06-02
* OpenBSD: Fix non privsep builds.Roy Marples2020-05-20
* Fix compile for prior on NetBSDRoy Marples2020-05-19
* privsep: Enable Capsicum for all processes.Roy Marples2020-05-19
* privsep: Handle all file IO in the Priviledged ActioneerRoy Marples2020-05-12
* Fix warning for priorRoy Marples2020-05-10
* privsep: Fix prior for non pledge systemsRoy Marples2020-05-10
* 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