]> git.ipfire.org Git - thirdparty/openvpn.git/shortlog
thirdparty/openvpn.git
2011-03-23  Samuli SeppänenFixes to Makefile.am
2011-03-21  Samuli SeppänenUpdated INSTALL-win32.txt
2011-03-21  Samuli SeppänenReplaced config-win32.h with win/config.h.in
2011-03-21  Samuli SeppänenFixes to win/openvpn.nsi
2011-03-21  Samuli SeppänenAdded support for prebuilt TAP-drivers. Automated embed...
2011-03-10  Gert DoeringImplement IPv6 in TUN mode for Windows TAP driver.
2011-03-01  Ville SkyttäFix line continuation in chkconfig init script description.
2011-02-28  David SommersethFix packaging of config-win32.h and service-win32/msvc.mak v2.2-RC
2011-02-28  David SommersethPreparing for the OpenVPN 2.2-RC release
2011-02-28  Samuli SeppänenTemporary snprintf-related fix to service-win32/openvpn...
2011-02-26  Samuli SeppänenChanges to buildsystem patchset
2011-02-26  Samuli SeppänenAdded first version of NSI installer script to win...
2011-02-26  Samuli SeppänenCopied install-win32/setpath.nsi to win/setpath.nsi
2011-02-26  Samuli SeppänenSeveral modifications to win/make_dist.py to allow...
2011-02-26  Samuli SeppänenAdded comments to win/build_ddk.py
2011-02-26  Samuli SeppänenAdded openvpnserv.exe building to win/build.py
2011-02-26  Samuli SeppänenAdded configure.h and version.m4 variable parsing to...
2011-02-26  Samuli SeppänenAdded command-line switch to win/build_all.py to skip...
2011-02-26  Samuli SeppänenAdded comments and made small modifications to win...
2011-02-26  Samuli SeppänenAdded support for viewing config-win32.h paramters...
2011-02-26  Samuli SeppänenAdded helper functionality to win/wb.py
2011-02-26  Samuli SeppänenMoved TAP-driver version info to version.m4. Cleaned...
2011-02-26  Samuli SeppänenAdded a nmake makefile for openvpnserv.exe building
2011-02-26  Samuli SeppänenAdded ENABLE_PASSWORD_SAVE to config-win32.h
2011-01-06  David SommersethFix compiler warning when compiling against OpenSSL...
2010-12-20  James YonanMinor addition of logging info before and after
2010-12-17  David SommersethMake the --x509-username-field feature an opt-in feature
2010-12-04  Matthias AndreeChange variadic macros to C99 style.
2010-11-25  David SommersethPrepared v2.2-beta5 for release v2.2-beta5
2010-11-25  David SommersethMerge branch 'feat_misc' into beta2.2
2010-11-25  Samuli SeppänenFixed an issue causing a build failure with MS Visual...
2010-11-21  David SommersethPrepared for v2.2-beta4 for release v2.2-beta4
2010-11-18  David SommersethUpdated ChangeLog with info about last merges
2010-11-18  David SommersethMerge branch 'feat_misc' into beta2.2
2010-11-18  David SommersethMerge branch 'bugfix2.1' into beta2.2
2010-11-18  Samuli SeppänenAdded command-line option parser and an unsigned build...
2010-11-18  David SommersethMerged add_bypass_address() and add_host_route_if_nonlo...
2010-11-18  David SommersethRemoved functions not being used anywhere
2010-11-18  David SommersethOnly add some functions when really needed
2010-11-18  David SommersethFixed potential misinterpretation of boolean logic
2010-11-18  David SommersethFix compiler warnings about not used dummy() functions
2010-11-18  David SommersethUse stricter snprintf() formatting in socks_username_pa...
2010-11-18  David SommersethMerge branch 'svn-BETA21' into bugfix2.1
2010-11-16  James YonanFixes to prevent compile breakage when --disable-crypto...
2010-11-16  James YonanIn verify_callback, the subject var should be freed...
2010-11-14  David SommersethMerge branch 'bugfix2.1' into beta2.2
2010-11-14  James YonanFixed compiling issues when using --disable-crypto
2010-11-14  Jesse YoungRemove hardcoded path to resolvconf
2010-11-14  David SommersethClean-up: Removing useless code - hash related functions
2010-11-14  David SommersethClean-up: Remove more dead and inactive code paths
2010-11-14  David SommersethClean-up: Remove pthread and mutex locking code
2010-11-14  David SommersethMerge branch 'feat_misc' into beta2.2
2010-11-14  Samuli SeppänenAdded check for variable CONFIGURE_DEFINES into options.c
2010-11-12  David SommersethMerge branch 'feat_misc' into beta2.2
2010-11-12  David SommersethMerge branch 'bugfix2.1' into beta2.2
2010-11-12  David SommersethMerge branch 'svn-BETA21' into beta2.2
2010-11-12  David SommersethMerge branch 'svn-BETA21' into bugfix2.1
2010-11-12  David SommersethClarified --explicit-exit-notify man page entry
2010-11-12  Gert DoeringImproved man page entry for script_type
2010-11-12  Lars HupelAdd HTTP/1.1 Host header
2010-11-12  Gert DoeringMake "topology subnet" work on Solaris (ifconfig +...
2010-11-12  Gert DoeringIntegrate support for TAP mode on Solaris, written...
2010-11-12  Pierre BourdonAdding support for SOCKS plain text authentication
2010-10-28  James YonanVersion 2.1.3b
2010-10-24  James YonanMake base64.h have the same conditional compilation...
2010-10-24  James YonanImplement challenge/response authentication support...
2010-10-23  James YonanFixed initialization bug in route_list_add_default_gateway
2010-10-21  David SommersethPreparing for v2.2-beta3
2010-10-21  David SommersethFixed compiler warning in ssl.c
2010-10-21  David SommersethSolved hidden merge conflict between feat_misc and...
2010-10-21  Emilien MantelFixed static defined length check to use sizeof()
2010-10-21  Emilien MantelChoose a different field in X509 to be username
2010-10-21  Fabian Knittelssl.c: fix use of openvpn_run_script()'s return value
2010-10-21  David SommersethRevamped the script-security warning logging (version 2)
2010-10-21  David SommersethDon't add compile time information if --enable-small...
2010-10-21  David SommersethMake use of automake CLEANFILES variable instead of...
2010-10-21  David SommersethFix dependency checking for configure.h (v2)
2010-10-21  David SommersethAdd comile time information/settings from ./configure...
2010-10-21  Wil Cooleypkitool lacks expected option "--help"
2010-10-21  Karl O. PincSeveral updates to openvpn.8 (man page updates)
2010-10-21  Mathieu GIANNECCHINIenhance tls-verify possibility
2010-10-21  David SommersethReworked the eurephia patch for inclusion to the openvp...
2010-10-21  Gert DoeringFix problem with special case route targets ('remote_host')
2010-10-21  David SommersethFixed compiler warnings reported on Ubuntu 10.04
2010-10-21  David SommersethMore t_client.sh updates - exit with SKIP when we want...
2010-10-21  David SommersethTest framework improvment - Do not FAIL if t_client...
2010-10-21  Gert DoeringBuild t_client.sh by configure at run-time.
2010-10-21  Gert Doeringfull "VPN client connect" test framework for OpenVPN
2010-10-21  chantraFixes openssl-1.0.0 compilation warning
2010-10-21  Gert DoeringFix <net/if.h> compile time problems on OpenBSD for...
2010-10-21  Gert DoeringFix compile problems on NetBSD and OpenBSD
2010-10-21  David SommersethFix multiple configured scripts conflicts issue (version 2)
2010-10-21  Davide BriniExclude ping and control packets from activity
2010-10-21  chantraFix errors in openvpn-plugin.h documentation
2010-10-21  David SommersethFixed client hang when server don't PUSH (aka the NO_SO...
2010-10-21  chantraHandle non standard subnets in PF grammar
2010-10-21  David SommersethOCSP_check.sh: new check logic
2010-10-21  David SommersethAvoid repetition of "this config may cache passwords...
2010-10-21  Davide BriniFix certificate serial number export
2010-10-21  Davide BriniFix missing /bin/bash -> /bin/sh
next