]> git.ipfire.org Git - thirdparty/openvpn.git/shortlog
thirdparty/openvpn.git
2012-02-04  Gert DoeringImplement IPv6 interface config with non-/64 prefix...
2012-02-04  Heiko HundWindows UTF-8 input/output
2012-01-27  James YonanAdded support for "on-link" routes on Linux client
2012-01-25  David SommersethAdd --route-pre-down/OPENVPN_PLUGIN_ROUTE_PREDOWN scrip...
2012-01-23  Gert DoeringPlatform cleanup for FreeBSD
2012-01-23  Gert Doeringadd "print test titles" and "use sudo" functionality...
2012-01-16  David SommersethDon't check for file presence on inline files
2012-01-14  David SommersethFix pool logging when IPv6 is not enabled
2012-01-11  David Sommersethautotools ./configure don't like compat.h
2012-01-11  David SommersethFix compilation errors on Linux platforms without SO_MARK
2012-01-11  David SommersethNew Windows build fixes
2012-01-10  David SommersethEnable access() when building in Visual Studio
2012-01-10  David SommersethMove away from openvpn_basename() over to platform...
2012-01-10  David SommersethFix a couple of issues in openvpn_execve()
2012-01-09  Frederic CrozatAdd support to forward console query to systemd
2012-01-04  Gert DoeringFix list-overrun checks in copy_route_[ipv6_]option_list()
2012-01-04  Gert DoeringFix build-up of duplicate IPv6 routes on reconnect.
2011-12-15  David SommersethFix compiling with --disable-crypto and/or --disable-ssl
2011-12-14  James YonanAllow "tap-win32 dynamic <offset>" to be used in topology
2011-12-14  James YonanFixed client issues with DHCP Router option extraction...
2011-12-14  James YonanAdded "memstats" option to maintain real-time operating...
2011-12-14  James YonanRaised D_PID_DEBUG_LOW from level 3 to 4 to reduce...
2011-12-05  David SommersethDon't look for 'stdin' file when using --auth-user...
2011-11-25  David SommersethFix bug after removing Linux 2.2 support
2011-11-25  Gert Doeringwork around inet_ntop/inet_pton problems for MSVC build...
2011-11-25  David SommersethDo some file/directory tests before really starting...
2011-11-23  Gert Doeringlog error message and exit for "win32, tun mode, tap...
2011-11-23  Gert Doeringbump tap driver version from 9.8 to 9.9
2011-11-23  David SommersethMake '--win-sys env' default
2011-11-21  David SommersethFix FreeBSD/OpenBSD/NetBSD compiler warnings in get_def...
2011-11-21  Samuli SeppänenFixed a regression causing VS2008/Python build failure
2011-11-21  Adriaan de... Fixed a typo when initialising cryptoapi certs
2011-11-21  Adriaan de... Minor cleanup to enable warning-free Windows build:
2011-11-21  Adriaan de... Moved from strsep to strtok, for Windows compatibility
2011-11-21  Adriaan de... Added options to switch between OpenSSL and PolarSSL...
2011-11-21  Adriaan de... Reordered functions to ensure warning-free Windows...
2011-11-21  Adriaan de... Moved CryptoAPI header include to the ssl_openssl.c
2011-11-21  Adriaan de... Moved prng_uninit out of crypto_uninit_lib
2011-11-10  Gert Doeringadd missing break between "case IPv4" and "case IPv6...
2011-11-08  David SommersethFix PolarSSL and --pkcs12 option issues
2011-11-07  Adriaan de... Fixed missing comma in plugin.h
2011-10-25  Adriaan de... Further removal of des_old.h based calls
2011-10-24  Adriaan de... Removed obsolete des_cblock and des_keyschedule
2011-10-24  Adriaan de... Got rid of a few magic numbers in ntlm.c
2011-10-24  Adriaan de... Fixed disabling crypto and SSL
2011-10-24  Adriaan de... Added missing #ifdef to allow --disable-managent to...
2011-10-22  Adriaan de... Moved to PolarSSL 1.0.0:
2011-10-22  Adriaan de... Made SSL_CIPHER const in print_details, to fix warning
2011-10-22  Adriaan de... Fixed a typo: print the subject instead of the serial...
2011-10-22  Adriaan de... Removed a stray Fox-IT tag
2011-10-22  Adriaan de... Unified verification function return values:
2011-10-22  Adriaan de... Fixed a bug in the return value of ssl_verify when...
2011-10-22  Adriaan de... Moved gc_new and gc_free to begin end of function
2011-10-22  Adriaan de... Added back checks for ks->authenticated in verify_user_pass
2011-10-22  Adriaan de... Moved HMAC prints back to main crypto module
2011-10-22  Adriaan de... Moved print messages back to generic crypto.c from...
2011-10-22  Adriaan de... Fixed an unintentional change in the options calculated...
2011-10-22  Adriaan de... Further improvements to plugin support:
2011-10-22  Adriaan de... Fixes for the plugin system:
2011-10-22  Adriaan de... Hardening: periodically reset the PRNG's nonce value
2011-10-22  Adriaan de... Disabled X.509 track and username selection for PolarSSL
2011-10-22  Adriaan de... Added SSL library to title string
2011-10-22  Adriaan de... Added an extra define to allow building without PKCS#11
2011-10-22  Adriaan de... Refactored (and disabled for PolarSSL) support for...
2011-10-22  Adriaan de... Removed stray X509_free from ssl.c
2011-10-22  Adriaan de... Removed support for management external keys in PolarSSL
2011-10-22  Adriaan de... Disable CryptoAPI when not using OpenSSL, and document...
2011-10-22  Adriaan de... Added warning that --capath is not available with PolarSSL
2011-10-22  Adriaan de... Added a warning that the PolarSSL library does not...
2011-10-22  Adriaan de... Fixed a compilation warning for size_t key sizes
2011-10-22  Adriaan de... Updated ssl_polarssl.c to work with 0.99-pre5
2011-10-22  Adriaan de... Changed PolarSSL crypto backend to support v0.99-pre5
2011-10-22  Adriaan de... Added SHA_DIGEST_SIZE definition
2011-10-22  Adriaan de... Fixed a bug in the hash generation in ssl_verify_openssl.c
2011-10-22  Adriaan de... Fixed a missing include in ssl_backend.h
2011-10-22  Adriaan de... Added PolarSSL support:
2011-10-22  Adriaan de... Refactored X509 track feature to be contained within...
2011-10-22  Adriaan de... Final cleanup before PolarSSL addition:
2011-10-22  Adriaan de... Modified base64 code in preparation for PolarSSL merge
2011-10-22  Adriaan de... Separated OpenSSL-specific parts of the PKCS#11 driver
2011-10-22  Adriaan de... Refactored: renamed X509 functions from verify_*
2011-10-22  Adriaan de... Refactored: made M_SSL dependent on USE_OPENSSL
2011-10-22  Adriaan de... Cleaned up ssl.h
2011-10-22  Adriaan de... Refactored: Moved verify_cert to ssl_verify
2011-10-22  Adriaan de... Minor cleanup in verify_cert:
2011-10-22  Adriaan de... Refactored CRL checks
2011-10-22  Adriaan de... Refactored tls-verify script code
2011-10-22  Adriaan de... Refactored tls-verify-plugin code
2011-10-22  Adriaan de... Refactored tls-remote checking
2011-10-22  Adriaan de... Refactored EKU verification
2011-10-21  Adriaan de... Refactored key usage verification code
2011-10-21  Adriaan de... Refactored: Netscape certificate type verification
2011-10-21  Adriaan de... Refactored: separated environment setup during verification
2011-10-21  Adriaan de... Refactored: removed global x509_username_field
2011-10-21  Adriaan de... Added function to verify and extract the username
2011-10-21  Adriaan de... Added function to extract and verify the subject from...
2011-10-21  Adriaan de... Refactored: split verify_callback into two parts
2011-10-21  Adriaan de... Add some extra comments
2011-10-21  Adriaan de... Refactored username and password authentication code
2011-10-21  Adriaan de... Refactored common name locking functions
next