Age | Commit message (Expand) | Author | Files | Lines |
2011-05-27 | Don't define ENABLE_PUSH_PEER_INFO if SSL is not available | David Sommerseth | 1 | -0/+2 |
2011-05-23 | Merge remote-tracking branch 'cron2/feat_ipv6_payload_2.3' | David Sommerseth | 5 | -26/+109 |
2011-05-22 | Windows IPv6 cleanup - properly remove IPv6 routes and interface config | Gert Doering | 5 | -24/+107 |
2011-05-19 | Fix const declarations in plug-in v3 structs | David Sommerseth | 1 | -4/+4 |
2011-05-19 | Change the netsh.exe command from "add" to "set". | smos | 1 | -2/+2 |
2011-05-19 | Fix 2.2.0 build failure when management interface disabled | Matthew L. Creech | 1 | -0/+2 |
2011-05-10 | Fix issues with some older GCC compilers | Simon Matter | 1 | -3/+3 |
2011-04-27 | Fix compile issues when using --enable-small and --disable-ssl/--disable-crypto | Gustavo Zacarias | 1 | -1/+2 |
2011-04-26 | Solved hidden merge conflicts between master and svn-branch-2.1 | David Sommerseth | 2 | -4/+7 |
2011-04-26 | Merge branch 'svn-branch-2.1' into merge | David Sommerseth | 39 | -333/+1702 |
2011-04-26 | Fixed compile issues on Windows. | James Yonan | 4 | -4/+4 |
2011-04-26 | Added new "extra-certs" and "verify-hash" options (see man page for | James Yonan | 7 | -1/+128 |
2011-04-26 | Added 'dir' flag to "crl-verify" (see man page for info). | James Yonan | 7 | -61/+96 |
2011-04-26 | Revert r7092 and r7151, i.e. remove --enable-osxipconfig | James Yonan | 3 | -35/+1 |
2011-04-26 | Version 2.1.3t | James Yonan | 1 | -1/+1 |
2011-04-26 | For Mac OSX, when DARWIN_USE_IPCONFIG is defined, retry ipconfig | James Yonan | 1 | -1/+11 |
2011-04-26 | Fixed bug in port-share that could cause port share process to | James Yonan | 2 | -1/+4 |
2011-04-26 | Fixed bug that incorrectly placed stricter TCP packet replay rules on | James Yonan | 6 | -14/+15 |
2011-04-26 | Added more packet ID debug info at debug level 3 for debugging | James Yonan | 6 | -28/+142 |
2011-04-26 | Added ./configure --enable-osxipconfig option for Mac OS X which will | James Yonan | 3 | -2/+26 |
2011-04-26 | Added "auth-token" client directive, which is intended to be | James Yonan | 11 | -13/+113 |
2011-04-26 | win/sign.py now accepts an optional tap-dir argument. | James Yonan | 1 | -4/+8 |
2011-04-26 | Version 2.1.3n | James Yonan | 1 | -1/+1 |
2011-04-26 | Client will now try to reconnect if no push reply received | James Yonan | 4 | -3/+20 |
2011-04-26 | Extended "client-kill" management interface command (server-side) | James Yonan | 7 | -19/+53 |
2011-04-26 | Fixed bug introduced in r7031 that might cause this error message: | James Yonan | 1 | -6/+16 |
2011-04-26 | Fixed issue where a client might receive multiple push replies from | James Yonan | 3 | -2/+14 |
2011-04-26 | env_filter_match now includes the serial number of all certs | James Yonan | 1 | -1/+1 |
2011-04-25 | Reduce log verbosity at level 3, with a focus on removing excessive log verbo... | James Yonan | 6 | -27/+33 |
2011-04-25 | Added optional journal directory argument to "port-share" directive, for repo... | James Yonan | 8 | -33/+131 |
2011-04-25 | Added --enable-lzo-stub configure option to build an OpenVPN client without L... | James Yonan | 7 | -14/+85 |
2011-04-25 | Merge branch 'feat_ipv6_payload' | David Sommerseth | 27 | -134/+2622 |
2011-04-25 | Merge branch 'feat_ipv6_transport' | David Sommerseth | 23 | -265/+1564 |
2011-04-24 | rebased to 2.2RC2 (beta 2.2 branch) | Gert Doering | 5 | -47/+95 |
2011-04-24 | Implement "ipv6 ifconfig" for TAP interfaces on Solaris | Gert Doering | 1 | -2/+40 |
2011-04-24 | bump IPv6 version number (openvpn --version) to 20100922-1 | Gert Doering | 2 | -1/+11 |
2011-04-24 | bugfix for linux/iproute2: IPv6 ifconfig code block was not called for | Gert Doering | 1 | -14/+15 |
2011-04-24 | correct URL for "more information about IPv6 patch is *here*" | Gert Doering | 1 | -1/+1 |
2011-04-24 | 2.2-beta3 has a signed TAP driver with the IPv6 code, but it's not | Gert Doering | 2 | -2/+7 |
2011-04-24 | renamed t_client.sh to t_client.sh.in | Gert Doering | 1 | -298/+0 |
2011-04-24 | full "VPN client connect" test framework for OpenVPN | Gert Doering | 1 | -0/+298 |
2011-04-24 | implement IPv6 ifconfig + route setup/deletion on OpenBSD | Gert Doering | 3 | -11/+71 |
2011-04-24 | revert unconditionally-enabling of setenv_es() logging (too noisy) | Gert Doering | 1 | -1/+3 |
2011-04-24 | tag and release as 20100307-1 | Gert Doering | 3 | -2/+37 |
2011-04-24 | WIN32: if IPv6 requested in TUN mode, and TUN/TAP driver version is older | Gert Doering | 1 | -0/+10 |
2011-04-24 | when deleting a route on win32, also add gateway address | Gert Doering | 1 | -0/+11 |
2011-04-24 | Win32: set next-hop for IPv6 routes according to TUN/TAP mode - in TUN mode, | Gert Doering | 1 | -1/+11 |
2011-04-24 | document recent changes and open TODOs, adapt --version info, tag release | Gert Doering | 3 | -1/+57 |
2011-04-24 | drop "book ipv6" from open_tun() and tuncfg() prototypes | Gert Doering | 1 | -2/+2 |
2011-04-24 | - Win32 IPv6 ifconfig support, using "netsh" calls | Gert Doering | 2 | -75/+157 |
2011-04-24 | add IPv6 route add / route delete code for windows (using "netsh") | Gert Doering | 1 | -2/+36 |
2011-04-24 | env_block(): if PATH is not set, add standard PATH setting to env so that | Gert Doering | 1 | -0/+16 |
2011-04-24 | * make ipv6_payload compile under windowze | JuanJo Ciarlante | 3 | -0/+61 |
2011-04-24 | add some TODOs to TODO.IPv6 | Gert Doering | 1 | -6/+6 |
2011-04-24 | NetBSD fixes - on 4.0 and up, use multi-af mode. On earlier systems that | Gert Doering | 1 | -43/+0 |
2011-04-24 | remove NOTES file from commit - private scribbling | Gert Doering | 1 | -180/+0 |
2011-04-24 | Enable IPv6 Payload in OpenVPN p2mp tun server mode. 20100104-1 release. | Gert Doering | 4 | -6/+269 |
2011-04-24 | basic documentation of IPv6 related options and their syntax | Gert Doering | 1 | -0/+53 |
2011-04-24 | undo accidential duplication of existing "--iroute" line in the help text | Gert Doering | 1 | -1/+0 |
2011-04-24 | add some TODOs to TODO.IPv6 | Gert Doering | 4 | -6/+31 |
2011-04-24 | new feature: "ifconfig-ipv6-push" (from ccd/ config) | Gert Doering | 6 | -32/+212 |
2011-04-24 | 4a, 9, 10, 11, 12 added - and 11. done right away :-) | Gert Doering | 1 | -0/+34 |
2011-04-24 | NetBSD fixes - on 4.0 and up, use multi-af mode. On earlier systems that | Gert Doering | 1 | -21/+52 |
2011-04-24 | remove NOTES file from commit - private scribbling | Gert Doering | 1 | -180/+0 |
2011-04-24 | Enable IPv6 Payload in OpenVPN p2mp tun server mode. 20100104-1 release. | Gert Doering | 25 | -81/+1915 |
2011-04-21 | Update man page with info about --connect-timeout | Robert Fischer | 1 | -0/+8 |
2011-04-21 | Update man page with info about --capath | Robert Fischer | 1 | -0/+5 |
2011-04-21 | Add a simple comment regarding openvpn_snprintf() is duplicated | David Sommerseth | 1 | -0/+3 |
2011-04-21 | Improve the mysprintf() issue in openvpnserv.c | David Sommerseth | 1 | -11/+28 |
2011-04-15 | Fixed a bug with GUI icon deletion on upgrade from 2.2-RC or earlier | Samuli Seppänen | 1 | -0/+6 |
2011-04-14 | Avoid re-defining uint32_t when using mingw compiler | Gisle Vanem | 1 | -0/+7 |
2011-04-14 | Added man page entry for --management-client | rf | 1 | -0/+7 |
2011-04-14 | Update man page with info about --remote-random-hostname | rf | 1 | -0/+6 |
2011-04-14 | Fixed copying of tapinstall.exe to dist/bin when using prebuilt TAP-drivers | Samuli Seppänen | 1 | -1/+1 |
2011-04-14 | Removed Win2k from supported platforms list in INSTALL and win/openvpn.nsi | Samuli Seppänen | 2 | -5/+3 |
2011-04-14 | Fix a bug in devcon source code handling | Samuli Seppänen | 1 | -1/+1 |
2011-04-14 | Change the default --tmp-dir path to a more suitable path | David Sommerseth | 3 | -4/+36 |
2011-04-14 | Fixed bug in port-share that could cause port share process to crash | James Yonan | 1 | -0/+3 |
2011-04-14 | Add more detailed explanation regarding the function of "--rdns-internal" | Gert Doering | 1 | -1/+7 |
2011-04-14 | Change all CRLF linefeeds to LF linefeeds | Samuli Seppänen | 24 | -1013/+1013 |
2011-04-05 | Add man page entry for --redirect-private | Samuli Seppänen | 1 | -0/+5 |
2011-03-31 | Fix the --client-cert-not-required feature | David Sommerseth | 1 | -4/+6 |
2011-03-27 | * ipv6-0.4.16: fix mingw32 build | JuanJo Ciarlante | 4 | -27/+45 |
2011-03-27 | * ipv6-0.4.15b: rebase over openvpn-testing-master | JuanJo Ciarlante | 3 | -14/+17 |
2011-03-25 | * ipv6-0.4.15: add --multihome support to xBSD | JuanJo Ciarlante | 3 | -3/+57 |
2011-03-25 | * ipv6-0.4.14: fix xinetd usage: | JuanJo Ciarlante | 1 | -2/+34 |
2011-03-25 | * fix --multihome for ipv6: IPV6_RECVPKTINFO | JuanJo Ciarlante | 1 | -10/+17 |
2011-03-25 | * fix --multihome for ipv4: cmsg_len must compare against in_pktinfo | JuanJo Ciarlante | 1 | -13/+14 |
2011-03-25 | * undo mroute.c changes related to ipv6 payload, | JuanJo Ciarlante | 1 | -30/+0 |
2011-03-25 | * rebased to v2.1.1 release | JuanJo Ciarlante | 1 | -2/+8 |
2011-03-25 | * doc updates | JuanJo Ciarlante | 1 | -2/+4 |
2011-03-25 | * fix --disable-ipv6 build | JuanJo Ciarlante | 1 | -0/+6 |
2011-03-25 | * updated doc | JuanJo Ciarlante | 2 | -3/+3 |
2011-03-25 | * polished redirect-gateway (ipv4 on ipv6 endpoints) support | JuanJo Ciarlante | 3 | -2/+8 |
2011-03-25 | * (prototype) fix for supporting "redirect-gateway" for tunneled ipv4 over ip... | JuanJo Ciarlante | 2 | -8/+12 |
2011-03-25 | * no new funcionality, just small cleanups: | JuanJo Ciarlante | 4 | -42/+41 |
2011-03-25 | * openbsd: no IFF_MULTICAST, #ifdef around it | JuanJo Ciarlante | 1 | -0/+2 |
2011-03-25 | * doc updates | JuanJo Ciarlante | 1 | -18/+23 |
2011-03-25 | * fixed segfault for undef address family in print_sockaddr_ex (thanks Marcel!) | JuanJo Ciarlante | 1 | -4/+4 |
2011-03-25 | * socket.c: better buf logic in print_sockaddr_ex | JuanJo Ciarlante | 1 | -3/+3 |
2011-03-25 | * TODO.ipv6 update | JuanJo Ciarlante | 1 | -0/+4 |
2011-03-25 | * fix multi-tcp crash (corrected assertion) | JuanJo Ciarlante | 2 | -2/+10 |
2011-03-25 | * init.c: small in-doc tweaks | JuanJo Ciarlante | 1 | -1/+4 |
2011-03-25 | * init.c: document the ENABLE_MANAGEMENT place to work on | JuanJo Ciarlante | 2 | -0/+5 |
2011-03-25 | * updated {README,TODO}.ipv6 from feedback at openvpn-devel mlist | JuanJo Ciarlante | 2 | -20/+32 |
2011-03-25 | * renamed README.ipv6{.txt,} | JuanJo Ciarlante | 1 | -0/+0 |
2011-03-25 | * correctly setup hints.ai_socktype for getaddrinfo(), | JuanJo Ciarlante | 4 | -15/+28 |
2011-03-25 | * make possible to x-compile openvpn/win32 in Linux | JuanJo Ciarlante | 1 | -6/+26 |
2011-03-25 | * doc update w/unittests results | JuanJo Ciarlante | 1 | -2/+10 |
2011-03-25 | * document ipv6 milestone status | JuanJo Ciarlante | 1 | -3/+6 |
2011-03-25 | * ipv6 on win32 "milestone": 1st snapshot that passes all unittests | JuanJo Ciarlante | 4 | -11/+98 |
2011-03-25 | * fixed win32 non-ipv6 build | JuanJo Ciarlante | 4 | -9/+21 |
2011-03-25 | * added README.ipv6.txt | JuanJo Ciarlante | 1 | -0/+67 |
2011-03-25 | * important fix for tcp6 reconnection | JuanJo Ciarlante | 1 | -1/+14 |
2011-03-25 | * support --disable-ipv6 build properly: | JuanJo Ciarlante | 6 | -61/+86 |
2011-03-25 | * socket.c: use USE_PF_INET6 in switch constructs to actually toss them out, | JuanJo Ciarlante | 1 | -206/+226 |
2011-03-25 | * migrated all getaddrinfo() to getaddr6 | JuanJo Ciarlante | 1 | -133/+101 |
2011-03-25 | * created getaddr6(), use it from resolve_remote() | JuanJo Ciarlante | 1 | -15/+265 |
2011-03-25 | * rebased openvpn-2.1_rc1b.jjo.20061206.d.patch | JuanJo Ciarlante | 13 | -190/+856 |
2011-03-25 | Clarify --tmp-dir option | chantra | 2 | -1/+18 |
2011-03-25 | Use a version-less version identifier on the master branch | David Sommerseth | 1 | -1/+1 |
2011-03-25 | common_name passing in auth_pam plugin | Joe Patterson | 2 | -3/+10 |
2011-03-25 | Fixed typo in plugin.h | Stefan Hellermann | 1 | -1/+1 |
2011-03-25 | plugin.h: update prototype of plugin_call dummy in !ENABLE_PLUGIN case | Stefan Hellermann | 1 | -1/+3 |
2011-03-25 | Separate the general plug-in version constant and v3 plug-in structs version | David Sommerseth | 3 | -4/+18 |
2011-03-25 | Added a simple plug-in demonstrating the v3 plug-in API. | David Sommerseth | 1 | -0/+245 |
2011-03-25 | Extend the v3 plug-in API to send over X509 certificates | David Sommerseth | 9 | -16/+32 |
2011-03-25 | Implement the core v3 plug-in function calls. | David Sommerseth | 1 | -2/+27 |
2011-03-25 | Define the new openvpn_plugin_{open,func}_v3() API | David Sommerseth | 3 | -3/+227 |
2011-03-25 | Provide 'dev_type' environment variable to plug-ins and script hooks | David Sommerseth | 3 | -0/+8 |
2011-03-25 | Misc fixes to r6708. | James Yonan | 8 | -51/+72 |
2011-03-25 | Added "management-external-key" option. This option can be used | James Yonan | 10 | -59/+433 |
2011-03-25 | Fixed compiling issues when using --disable-crypto | James Yonan | 1 | -0/+1 |
2011-03-25 | Add extv3 X509 field support to --x509-username-field | Markus Koetter | 2 | -1/+71 |
2011-03-24 | Preparing for the v2.2-RC2 releasev2.2-RC2 | David Sommerseth | 2 | -2/+24 |
2011-03-24 | Windows cross-compile cleanup | Alon Bar-Lev | 4 | -26/+26 |
2011-03-24 | Clarified --client-config-dir section on the man-page. | Samuli Seppänen | 1 | -1/+3 |
2011-03-24 | Clarify default value for the --inactive option. | David Sommerseth | 1 | -1/+1 |
2011-03-24 | Open log files as text files on Windows | David Sommerseth | 1 | -1/+1 |
2011-03-23 | Fixes to Makefile.am | Samuli Seppänen | 1 | -2/+2 |
2011-03-21 | Updated INSTALL-win32.txt | Samuli Seppänen | 1 | -11/+12 |
2011-03-21 | Replaced config-win32.h with win/config.h.in | Samuli Seppänen | 8 | -358/+372 |
2011-03-21 | Fixes to win/openvpn.nsi | Samuli Seppänen | 1 | -2/+17 |
2011-03-21 | Added support for prebuilt TAP-drivers. Automated embedding manifests. | Samuli Seppänen | 6 | -79/+111 |
2011-03-10 | Implement IPv6 in TUN mode for Windows TAP driver. | Gert Doering | 3 | -4/+254 |
2011-03-01 | Fix line continuation in chkconfig init script description. | Ville Skyttä | 1 | -4/+4 |
2011-02-28 | Fix packaging of config-win32.h and service-win32/msvc.makv2.2-RC | David Sommerseth | 2 | -3/+6 |
2011-02-28 | Preparing for the OpenVPN 2.2-RC release | David Sommerseth | 2 | -2/+30 |
2011-02-28 | Temporary snprintf-related fix to service-win32/openvpnserv.c | Samuli Seppänen | 1 | -2/+1 |
2011-02-27 | Changes to buildsystem patchset | Samuli Seppänen | 4 | -26/+34 |
2011-02-27 | Added first version of NSI installer script to win/openvpn.nsi | Samuli Seppänen | 1 | -0/+802 |
2011-02-27 | Copied install-win32/setpath.nsi to win/setpath.nsi | Samuli Seppänen | 1 | -0/+231 |
2011-02-27 | Several modifications to win/make_dist.py to allow building the NSI installer | Samuli Seppänen | 1 | -3/+25 |
2011-02-27 | Added comments to win/build_ddk.py | Samuli Seppänen | 1 | -0/+1 |
2011-02-27 | Added openvpnserv.exe building to win/build.py | Samuli Seppänen | 1 | -1/+8 |
2011-02-27 | Added configure.h and version.m4 variable parsing to win/config.py | Samuli Seppänen | 1 | -1/+3 |
2011-02-27 | Added command-line switch to win/build_all.py to skip TAP driver building | Samuli Seppänen | 1 | -7/+16 |
2011-02-27 | Added comments and made small modifications to win/msvc.mak.in | Samuli Seppänen | 1 | -16/+16 |
2011-02-27 | Added support for viewing config-win32.h paramters to win/show.py | Samuli Seppänen | 1 | -3/+3 |
2011-02-27 | Added helper functionality to win/wb.py | Samuli Seppänen | 1 | -0/+99 |
2011-02-27 | Moved TAP-driver version info to version.m4. Cleaned up win/settings.in. | Samuli Seppänen | 2 | -17/+13 |
2011-02-27 | Added a nmake makefile for openvpnserv.exe building | Samuli Seppänen | 1 | -0/+30 |
2011-02-27 | Added ENABLE_PASSWORD_SAVE to config-win32.h | Samuli Seppänen | 1 | -0/+3 |
2011-02-18 | Added "client-nat" option for stateless, one-to-one | James Yonan | 15 | -17/+490 |
2011-02-14 | Properly handle certificate serial numbers > 32 bits. | James Yonan | 2 | -4/+12 |
2011-02-14 | Fixes to r6925. | James Yonan | 1 | -3/+3 |
2011-02-14 | Implemented get_default_gateway_mac_addr for Mac OS X (previously, | James Yonan | 3 | -59/+125 |
2011-01-18 | Fixed minor compile issue triggered on builds where | James Yonan | 1 | -1/+1 |
2011-01-10 | * added --management-up-down option to allow management interface | James Yonan | 6 | -21/+55 |
2011-01-06 | Fix compiler warning when compiling against OpenSSL 1.0.0 | David Sommerseth | 1 | -1/+1 |
2011-01-05 | Added --x509-track option. | James Yonan | 10 | -4/+186 |
2010-12-20 | Minor addition of logging info before and after | James Yonan | 1 | -0/+2 |
2010-12-17 | Make the --x509-username-field feature an opt-in feature | David Sommerseth | 4 | -0/+23 |
2010-12-13 | Misc fixes to r6708. | James Yonan | 8 | -51/+72 |
2010-12-10 | Minor addition of logging info before and after | James Yonan | 2 | -1/+3 |
2010-12-09 | Added "management-external-key" option. This option can be used | James Yonan | 10 | -59/+433 |
2010-12-04 | Change variadic macros to C99 style. | Matthias Andree | 1 | -4/+4 |
2010-11-25 | Prepared v2.2-beta5 for releasev2.2-beta5 | David Sommerseth | 2 | -1/+6 |
2010-11-25 | Merge branch 'feat_misc' into beta2.2 | David Sommerseth | 1 | -1/+1 |
2010-11-25 | Fixed an issue causing a build failure with MS Visual Studio 2008. | Samuli Seppänen | 1 | -1/+1 |
2010-11-21 | Prepared for v2.2-beta4 for releasev2.2-beta4 | David Sommerseth | 2 | -2/+2 |
2010-11-18 | Updated ChangeLog with info about last merges | David Sommerseth | 1 | -0/+39 |
2010-11-18 | Merge branch 'feat_misc' into beta2.2 | David Sommerseth | 46 | -1064/+60 |
2010-11-18 | Merge branch 'bugfix2.1' into beta2.2 | David Sommerseth | 2 | -17/+58 |
2010-11-18 | Added command-line option parser and an unsigned build option to build_all.py | Samuli Seppänen | 1 | -15/+56 |
2010-11-18 | Merged add_bypass_address() and add_host_route_if_nonlocal() | David Sommerseth | 1 | -22/+12 |
2010-11-18 | Removed functions not being used anywhere | David Sommerseth | 2 | -21/+0 |
2010-11-18 | Only add some functions when really needed | David Sommerseth | 2 | -0/+4 |
2010-11-18 | Fixed potential misinterpretation of boolean logic | David Sommerseth | 1 | -1/+1 |
2010-11-18 | Fix compiler warnings about not used dummy() functions | David Sommerseth | 4 | -1/+8 |
2010-11-18 | Use stricter snprintf() formatting in socks_username_password_auth() (v3) | David Sommerseth | 1 | -3/+10 |
2010-11-18 | Merge branch 'svn-BETA21' into bugfix2.1 | David Sommerseth | 2 | -3/+3 |
2010-11-16 | Fixes to prevent compile breakage when --disable-crypto is used. | James Yonan | 2 | -5/+2 |
2010-11-16 | In verify_callback, the subject var should be freed by OPENSSL_free, | James Yonan | 2 | -3/+3 |
2010-11-14 | Merge branch 'bugfix2.1' into beta2.2 | David Sommerseth | 4 | -9/+8 |
2010-11-14 | Fixed compiling issues when using --disable-crypto | James Yonan | 2 | -5/+2 |
2010-11-14 | Remove hardcoded path to resolvconf | Jesse Young | 2 | -4/+6 |
2010-11-14 | Clean-up: Removing useless code - hash related functions | David Sommerseth | 6 | -49/+20 |
2010-11-14 | Clean-up: Remove more dead and inactive code paths | David Sommerseth | 11 | -52/+5 |
2010-11-14 | Clean-up: Remove pthread and mutex locking code | David Sommerseth | 32 | -921/+1 |