summaryrefslogtreecommitdiffstats
path: root/src/openvpn/route.c
Commit message (Expand)AuthorAgeFilesLines
* Fix --redirect-private in --dev tap mode.Guy Yur2015-06-011-1/+1
* Remove count_netmask_bits(), convert users to use netmask_to_netbits2()Gert Doering2015-03-081-2/+2
* Default gateway can't be determined on illumos/Solaris platformsAlexander Pyhalov2014-12-311-2/+19
* fix warnings on WindowsHeiko Hund2014-11-171-1/+1
* Implement on-link route adding for iproute2Philipp Hagemeister2014-10-141-4/+7
* implement adding/deleting routes on AIX, for IPv4 and IPv6Gert Doering2014-07-071-0/+60
* Merge get_default_gateway() implementation for all 4+1 BSD variants.Gert Doering2014-05-261-225/+21
* Conditionalize calls to print_default_gateway on !ENABLE_SMALLGert Doering2014-04-301-1/+1
* IPv6 address/route delete fix for Win8Gert Doering2014-04-131-1/+7
* fix route struct nameHeiko Hund2014-04-011-1/+1
* Add gateway and device to android control messagesArne Schwabe2014-03-231-3/+6
* Introduce an option to resolve dns names in advance for --remote, --local and...Arne Schwabe2014-03-231-1/+1
* grow route lists dynamicallyHeiko Hund2014-02-231-133/+101
* Replace copied structure elements with including <net/route.h>Gert Doering2014-01-161-93/+2
* Rename 'struct route' to 'struct route_ipv4'Gert Doering2014-01-161-18/+18
* Change the type of all ports in openvpn to const char* and let getaddrinfo re...Arne Schwabe2013-11-221-2/+2
* PATCHv3 Remove unused variables or put them to the defines they are being use...Arne Schwabe2013-06-201-1/+0
* Fix NULL-pointer crash in route_list_add_vpn_gateway().Gert Doering2013-05-181-0/+1
* Android platform specific changes.Arne Schwabe2013-05-011-2/+16
* Fix directly connected routes for "topology subnet" on Solaris.Gert Doering2013-03-271-6/+9
* Fix parameter listing in non-debug builds at verb 4Josh Cepek2013-03-141-1/+1
* The get_default_gateway() function uses warn() instead of msg()David Sommerseth2012-11-291-2/+2
* Merge getaddr_multi and getaddr6 into one functionArne Schwabe2012-09-021-23/+22
* Add missing pieces to IPv6 route gateway handling.Gert Doering2012-06-131-11/+64
* cleanup and redefine metric handling for IPv6 routesGert Doering2012-06-131-5/+4
* cleanup: avoid using ~0 - windowsAlon Bar-Lev2012-04-021-13/+17
* cleanup: avoid using ~0 - netmaskAlon Bar-Lev2012-04-021-6/+6
* cleanup: avoid using ~0 - ipv6Alon Bar-Lev2012-04-021-1/+1
* cleanup: avoid using ~0 - genericAlon Bar-Lev2012-04-021-1/+1
* build: move out config.h include from sysheadAlon Bar-Lev2012-03-221-0/+6
* build: standard directory layoutAlon Bar-Lev2012-03-221-0/+3237