aboutsummaryrefslogtreecommitdiff
path: root/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-23Merge remote-tracking branch 'cron2/feat_ipv6_payload_2.3'David Sommerseth1-21/+31
2011-05-22Windows IPv6 cleanup - properly remove IPv6 routes and interface configGert Doering1-21/+31
2011-04-26Merge branch 'svn-branch-2.1' into mergeDavid Sommerseth1-59/+104
2011-04-25Merge branch 'feat_ipv6_payload'David Sommerseth1-7/+552
2011-04-24implement IPv6 ifconfig + route setup/deletion on OpenBSDGert Doering1-8/+20
2011-04-24when deleting a route on win32, also add gateway addressGert Doering1-0/+11
2011-04-24Win32: set next-hop for IPv6 routes according to TUN/TAP mode - in TUN mode,Gert Doering1-1/+11
2011-04-24add IPv6 route add / route delete code for windows (using "netsh")Gert Doering1-2/+36
2011-04-24new feature: "ifconfig-ipv6-push" (from ccd/ config)Gert Doering1-1/+16
2011-04-24Enable IPv6 Payload in OpenVPN p2mp tun server mode. 20100104-1 release.Gert Doering1-7/+470
2011-03-25* fix --disable-ipv6 buildJuanJo Ciarlante1-0/+6
2011-03-25* polished redirect-gateway (ipv4 on ipv6 endpoints) supportJuanJo Ciarlante1-1/+1
2011-03-25* (prototype) fix for supporting "redirect-gateway" for tunneled ipv4 over ip...JuanJo Ciarlante1-7/+11
2011-02-14Fixes to r6925.James Yonan1-3/+3
2011-02-14Implemented get_default_gateway_mac_addr for Mac OS X (previously,James Yonan1-58/+103
2010-11-18Merge branch 'feat_misc' into beta2.2David Sommerseth1-22/+12
2010-11-18Merged add_bypass_address() and add_host_route_if_nonlocal()David Sommerseth1-22/+12
2010-11-13Merge branch 'feat_misc' into beta2.2David Sommerseth1-5/+3
2010-11-12Make "topology subnet" work on Solaris (ifconfig + route metric changes by Ka...Gert Doering1-5/+3
2010-10-23Fixed initialization bug in route_list_add_default_gatewayJames Yonan1-0/+2
2010-10-21Fix problem with special case route targets ('remote_host')Gert Doering1-0/+2
2010-07-12Implemented multi-address DNS expansion on the network field of routeJames Yonan1-13/+40
2010-06-01Implemented a key/value auth channel from client to server.James Yonan1-1/+1
2010-04-28Updated copyright date to 2010.James Yonan1-1/+1
2009-09-27Eliminated the limitation on the number of options that can be pushedjames1-1/+1
2009-09-17The maximum number of "route" directives (specified in the configjames1-9/+33
2009-08-24Added PLATFORM-SPECIFIC comment tag to platform-specific functionsjames1-4/+4
2009-05-30Update copyright to 2009.james1-1/+1
2009-05-24Added new 'autolocal' redirect-gateway flag. When enabled, the OpenVPNjames1-23/+94
2009-05-23Added "redirect-private" option which allows private subnetsjames1-66/+72
2009-01-27Fixed some issues with C++ style comments that leaked into the code.james1-1/+1
2008-11-17* Added additional method parameter to --script-security to preservejames1-2/+2
2008-10-06Copyright notice changed to reflect change in name ofjames1-1/+1
2008-08-05Added additional warnings to flag common gotchas:james1-25/+51
2008-08-04Fixed minor issue with --redirect-gateway bypass-dhcp or bypass-dnsjames1-1/+1
2008-08-02Added "--server-bridge" (without parameters) to enablejames1-0/+10
2008-07-26Perform additional input validation on options pulledjames1-16/+38
2008-07-26Fixed compiler warnings in Windows build (MinGW).james1-1/+1
2008-07-26Completely revamped the system for calling external programs and scripts:james1-70/+89
2008-07-14Copyright change OpenVPN Solutions LLC -> Telethra, Inc.james1-1/+1
2008-06-11Updated copyright notice to 2008.james1-1/+1
2008-05-12Moved branch into official BETA21 position.james1-7/+28
2008-01-21Allow OpenVPN to run completely unprivileged under Linuxjames1-2/+4
2007-02-28Worked around an incompatibility in the Windows Vistajames1-7/+25
2006-11-13New try at AUTO_USERID.james1-0/+149
2006-04-13Added --route-metric option to set a default route metricjames1-3/+10
2006-04-05svn merge -r 886:987 $SO/trunk/openvpn .james1-0/+2
2005-12-22Added new option --route-method adaptive (Win32)james1-2/+24
2005-12-05Patch to support --topology subnet on Mac OS X (Mathias Sundman).james1-2/+1
2005-11-03svn merge -r 760:764 $SO/trunk/openvpnjames1-3/+11
2005-10-31Windows reliability changes:james1-0/+2
2005-10-20Added actual remote address used to the ">STATE" alertjames1-0/+1
2005-10-20Modified get_default_gateway code for Linuxjames1-13/+27
2005-10-20Modified get_default_gateway code for Windowsjames1-10/+17
2005-09-26version 2.1_beta1james1-36/+217
2005-09-26This is the start of the BETA21 branch.james1-0/+1776