aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/mroute.c
AgeCommit message (Expand)Author
2023-01-10Update copyright year to 2023Frank Lichtenheld
2022-01-26update copyright year to 2022Antonio Quartulli
2021-09-12Remove support for PF (Packet Filter)Antonio Quartulli
2021-06-15Update copyrightsDavid Sommerseth
2020-05-07build: Remove --disable-server from ./configureDavid Sommerseth
2020-04-19Another round of uncrustify code cleanup.Arne Schwabe
2019-11-06maddr: export VLAN ID from client context to maddr objectAntonio Quartulli
2019-10-09maddr: create helper function to populate maddr object from eth_addrAntonio Quartulli
2018-12-18Add 'printing of port number' to mroute_addr_print_ex() for v4-mapped v6.Gert Doering
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-12-06Allow learning iroutes with network made up of all 0s (only if netbits < 8)Antonio Quartulli
2017-08-17rename mroute_extract_addr_ipv4 to mroute_extract_addr_ipAntonio Quartulli
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-01-18More broadly enforce Allman style and braces-around-conditionalsSteffan Karger
2016-12-21Update copyrightsDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-11-13Don't deference type-punned pointersSteffan Karger
2015-02-15Print remote IPv4 address on a dual-stack v6 socket in IPv4 formatGert Doering
2014-01-11Cleanup ir6->netbits handling.Gert Doering
2012-07-02Repair "tap server" mode brokenness caused by <stdbool.h> falloutGert Doering
2012-04-02cleanup: avoid using ~0 - netmaskAlon Bar-Lev
2012-03-22build: move out config.h include from sysheadAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev