aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/route.c
AgeCommit message (Expand)Author
2024-03-18Update Copyright statements to 2024Frank Lichtenheld
2024-01-05Fix IPv6 route add/delete message log levelSteffan Karger
2024-01-01get_default_gateway() HWADDR overhaulGert Doering
2024-01-01OpenBSD: repair --show-gatewayGert Doering
2023-12-31Fix unaligned access in macOS, FreeBSD, Solaris hwaddrArne Schwabe
2023-12-02Minimal Solaris/OpenIndiana support to Cmake and clean up -WerrorArne Schwabe
2023-10-18Remove last uses of inet_ntoaFrank Lichtenheld
2023-08-11route: Fix overriding return value of add_route3Frank Lichtenheld
2023-07-17Ignore Ipv6 route delete request on Android and set ipv4 verbosity to 7Arne Schwabe
2023-07-07work around false positive warning with mingw 12Heiko Hund
2023-07-02Avoid unused function warning/error on FreeBSD (and potientially others)Arne Schwabe
2023-06-27Remove all traces of the previous MSVC build systemFrank Lichtenheld
2023-02-07Windows: fix unused variables in delete_route_ipv6Frank Lichtenheld
2023-01-20Cleanup route error and debug logging on WindowsSelva Nair
2023-01-19Repair special-casing of EEXIST for Linux/SITNL route installGert Doering
2023-01-16Define and use macros for route addition status codeSelva Nair
2023-01-10Update copyright year to 2023Frank Lichtenheld
2023-01-10Propagate route error to initialization_completed()Selva Nair
2023-01-09Distinguish route addition errors from route already existsSelva Nair
2023-01-08Use IPAPI for setting ipv6 routes when iservice not availableSelva Nair
2022-09-18delete_routes(_ipv6): avoid memleak if RT_DEFINED is not setAntonio Quartulli
2022-05-22Reformat for sp_after_comma=addFrank Lichtenheld
2022-04-21The Great Reformatting of 2022David Sommerseth
2022-01-26update copyright year to 2022Antonio Quartulli
2021-08-28route.c: pass the right parameter to IN6_IS_ADDR_UNSPECIFIEDAntonio Quartulli
2021-08-05Use more C99 initialization in add_route/add_route_ipv6().Gert Doering
2021-07-27Fix argv leaks in add_route() and add_route_ipv6()David Korczynski
2021-06-15Update copyrightsDavid Sommerseth
2021-04-22Fix a number of mingw warningsArne Schwabe
2021-03-25Use correct types for OpenSSL and Windows APIsArne Schwabe
2020-10-04Fix redirecting of IPv4 default gateway if connecting over IPv6.Gert Doering
2020-10-04Added 'route_ipv6_metric_NN' environment variable for IPv6 route metric.Jan Seeger
2020-09-24netsh: Specify interfaces by index rather than nameSimon Rozman via Openvpn-devel
2020-09-14Fix --show-gateway for IPv6 on NetBSD/i386.Gert Doering
2020-09-11Fix handling of 'route remote_host' for IPv6 transport case.Gert Doering
2020-08-14Fix stack overflow in OpenSolaris NEXTADDR()Gert Doering
2020-07-27Fix stack buffer overruns in NEXTADDR() macro:Matthias Andree
2020-06-26msvc: fix various level2 warningsLev Stipakov
2020-06-07route: warn on IPv4 routes installation when no IPv4 is configuredAntonio Quartulli
2020-04-19Another round of uncrustify code cleanup.Arne Schwabe
2020-02-20argv: do fewer memory re-allocationsHeiko Hund
2020-02-20re-implement argv_printf_*()Heiko Hund
2019-12-19tun.c: do not add/remove on-link IPv4 route on tun open/closeLev Stipakov
2019-12-18wintun: set adapter properties via interactive serviceLev Stipakov
2019-10-09Fix IPv6 routes on tap interfaces on OpenSolaris/OpenIndianaGert Doering
2019-08-17route.c: simplify ifdef logicAntonio Quartulli
2019-08-17networking: extend API for better memory managementAntonio Quartulli
2019-08-15Adjust Android code after sitnl patch mergeArne Schwabe
2019-08-15Fix check if iface name is setArne Schwabe
2019-08-07networking/best_gw: remove useless prefixlen parameterAntonio Quartulli