| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | drop "book ipv6" from open_tun() and tuncfg() prototypes | Gert Doering | 2011-04-24 | 1 | -2/+2 |
| * | | - Win32 IPv6 ifconfig support, using "netsh" calls | Gert Doering | 2011-04-24 | 2 | -75/+157 |
| * | | add IPv6 route add / route delete code for windows (using "netsh") | Gert Doering | 2011-04-24 | 1 | -2/+36 |
| * | | env_block(): if PATH is not set, add standard PATH setting to env so that | Gert Doering | 2011-04-24 | 1 | -0/+16 |
| * | | * make ipv6_payload compile under windowze | JuanJo Ciarlante | 2011-04-24 | 3 | -0/+61 |
| * | | add some TODOs to TODO.IPv6 | Gert Doering | 2011-04-24 | 1 | -6/+6 |
| * | | NetBSD fixes - on 4.0 and up, use multi-af mode. On earlier systems that | Gert Doering | 2011-04-24 | 1 | -43/+0 |
| * | | remove NOTES file from commit - private scribbling | Gert Doering | 2011-04-24 | 1 | -180/+0 |
| * | | Enable IPv6 Payload in OpenVPN p2mp tun server mode. 20100104-1 release. | Gert Doering | 2011-04-24 | 4 | -6/+269 |
| * | | basic documentation of IPv6 related options and their syntax | Gert Doering | 2011-04-24 | 1 | -0/+53 |
| * | | undo accidential duplication of existing "--iroute" line in the help text | Gert Doering | 2011-04-24 | 1 | -1/+0 |
| * | | add some TODOs to TODO.IPv6 | Gert Doering | 2011-04-24 | 4 | -6/+31 |
| * | | new feature: "ifconfig-ipv6-push" (from ccd/ config) | Gert Doering | 2011-04-24 | 6 | -32/+212 |
| * | | 4a, 9, 10, 11, 12 added - and 11. done right away :-) | Gert Doering | 2011-04-24 | 1 | -0/+34 |
| * | | NetBSD fixes - on 4.0 and up, use multi-af mode. On earlier systems that | Gert Doering | 2011-04-24 | 1 | -21/+52 |
| * | | remove NOTES file from commit - private scribbling | Gert Doering | 2011-04-24 | 1 | -180/+0 |
| * | | Enable IPv6 Payload in OpenVPN p2mp tun server mode. 20100104-1 release. | Gert Doering | 2011-04-24 | 25 | -81/+1915 |
* | | | Merge branch 'feat_ipv6_transport' | David Sommerseth | 2011-04-25 | 23 | -265/+1564 |
|\ \ \
| |/ /
|/| | |
|
| * | | * ipv6-0.4.16: fix mingw32 build | JuanJo Ciarlante | 2011-03-27 | 4 | -27/+45 |
| * | | * ipv6-0.4.15b: rebase over openvpn-testing-master | JuanJo Ciarlante | 2011-03-27 | 3 | -14/+17 |
| * | | * ipv6-0.4.15: add --multihome support to xBSD | JuanJo Ciarlante | 2011-03-25 | 3 | -3/+57 |
| * | | * ipv6-0.4.14: fix xinetd usage: | JuanJo Ciarlante | 2011-03-25 | 1 | -2/+34 |
| * | | * fix --multihome for ipv6: IPV6_RECVPKTINFO | JuanJo Ciarlante | 2011-03-25 | 1 | -10/+17 |
| * | | * fix --multihome for ipv4: cmsg_len must compare against in_pktinfo | JuanJo Ciarlante | 2011-03-25 | 1 | -13/+14 |
| * | | * undo mroute.c changes related to ipv6 payload, | JuanJo Ciarlante | 2011-03-25 | 1 | -30/+0 |
| * | | * rebased to v2.1.1 release | JuanJo Ciarlante | 2011-03-25 | 1 | -2/+8 |
| * | | * doc updates | JuanJo Ciarlante | 2011-03-25 | 1 | -2/+4 |
| * | | * fix --disable-ipv6 build | JuanJo Ciarlante | 2011-03-25 | 1 | -0/+6 |
| * | | * updated doc | JuanJo Ciarlante | 2011-03-25 | 2 | -3/+3 |
| * | | * polished redirect-gateway (ipv4 on ipv6 endpoints) support | JuanJo Ciarlante | 2011-03-25 | 3 | -2/+8 |
| * | | * (prototype) fix for supporting "redirect-gateway" for tunneled ipv4 over ip... | JuanJo Ciarlante | 2011-03-25 | 2 | -8/+12 |
| * | | * no new funcionality, just small cleanups: | JuanJo Ciarlante | 2011-03-25 | 4 | -42/+41 |
| * | | * openbsd: no IFF_MULTICAST, #ifdef around it | JuanJo Ciarlante | 2011-03-25 | 1 | -0/+2 |
| * | | * doc updates | JuanJo Ciarlante | 2011-03-25 | 1 | -18/+23 |
| * | | * fixed segfault for undef address family in print_sockaddr_ex (thanks Marcel!) | JuanJo Ciarlante | 2011-03-25 | 1 | -4/+4 |
| * | | * socket.c: better buf logic in print_sockaddr_ex | JuanJo Ciarlante | 2011-03-25 | 1 | -3/+3 |
| * | | * TODO.ipv6 update | JuanJo Ciarlante | 2011-03-25 | 1 | -0/+4 |
| * | | * fix multi-tcp crash (corrected assertion) | JuanJo Ciarlante | 2011-03-25 | 2 | -2/+10 |
| * | | * init.c: small in-doc tweaks | JuanJo Ciarlante | 2011-03-25 | 1 | -1/+4 |
| * | | * init.c: document the ENABLE_MANAGEMENT place to work on | JuanJo Ciarlante | 2011-03-25 | 2 | -0/+5 |
| * | | * updated {README,TODO}.ipv6 from feedback at openvpn-devel mlist | JuanJo Ciarlante | 2011-03-25 | 2 | -20/+32 |
| * | | * renamed README.ipv6{.txt,} | JuanJo Ciarlante | 2011-03-25 | 1 | -0/+0 |
| * | | * correctly setup hints.ai_socktype for getaddrinfo(), | JuanJo Ciarlante | 2011-03-25 | 4 | -15/+28 |
| * | | * make possible to x-compile openvpn/win32 in Linux | JuanJo Ciarlante | 2011-03-25 | 1 | -6/+26 |
| * | | * doc update w/unittests results | JuanJo Ciarlante | 2011-03-25 | 1 | -2/+10 |
| * | | * document ipv6 milestone status | JuanJo Ciarlante | 2011-03-25 | 1 | -3/+6 |
| * | | * ipv6 on win32 "milestone": 1st snapshot that passes all unittests | JuanJo Ciarlante | 2011-03-25 | 4 | -11/+98 |
| * | | * fixed win32 non-ipv6 build | JuanJo Ciarlante | 2011-03-25 | 4 | -9/+21 |
| * | | * added README.ipv6.txt | JuanJo Ciarlante | 2011-03-25 | 1 | -0/+67 |
| * | | * important fix for tcp6 reconnection | JuanJo Ciarlante | 2011-03-25 | 1 | -1/+14 |