]> git.ipfire.org Git - thirdparty/openvpn.git/shortlog
thirdparty/openvpn.git
2014-10-24  Steffan KargerFix regression with password protected private keys...
2014-10-24  TDivineFix "code=995" bug with windows NDIS6 tap driver.
2014-10-14  Samuel ThibaultEnsure that client-connect files are always deleted
2014-10-14  Andris Kalnozolsextract_x509_extension(): hide status message during...
2014-10-14  Philipp HagemeisterImplement on-link route adding for iproute2
2014-10-07  Arne SchwabeAdd documentation for PERSIST_TUN_ACTION (Android specific)
2014-10-07  David Sommersethsystemd: Use systemd functions to consider systemd...
2014-10-05  Hubert Karioocsp_check - double check if ocsp didn't report any...
2014-10-05  Hubert Karioocsp_check - signature verification and cert staus...
2014-09-18  David SommersethAdd systemd unit file for OpenVPN
2014-09-15  Steffan KargerFix compiler warnings in ssl_polarssl.c.
2014-09-15  Steffan KargerFix clang warning in options.c
2014-09-15  Steffan KargerFix some unintialized variable warnings
2014-09-14  Jann HornRemove quadratic complexity from openvpn_base64_decode()
2014-09-10  David SommersethClean up the pipe closing in openvpn_popen()
2014-09-10  David SommersethDon't try to use systemd-ask-password if it is not...
2014-09-09  David SommersethDon't let openvpn_popen() keep zombies around
2014-09-05  Mike GilbertAdd configure check for the path to systemd-ask-password
2014-07-29  Steffan KargerFix typo in cipher_kt_mode_{cbc, ofb_cfb}() doxygen.
2014-07-25  Arne SchwabeRemove deprecated --max-routes option from manual
2014-07-18  Arne SchwabeAlways enable http-proxy and socks-proxy
2014-07-13  Philipp HagemeisterAdd topology in sample server configuration file
2014-07-13  Arne SchwabeFix server routes not working in topology subnet with...
2014-07-13  Steffan KargerDefine dummy SSL_OP_NO_TICKET flag if not present in...
2014-07-10  Steffan KargerDon't exit daemon if opening or parsing the CRL fails.
2014-07-10  Andris KalnozolsDo not upcase x509-username-field for mixed-case arguments.
2014-07-09  Arne SchwabeRemove ENABLE_BUFFER_LIST
2014-07-08  Gert DoeringCall init script helpers with explicit path (./)
2014-07-08  Gert DoeringFix t_lpback.sh platform-dependent failures
2014-07-07  Steffan KargerDon't issue warning for 'translate to self' tls-ciphers
2014-07-07  Steffan KargerExtend t_lpback tests to test all ciphers reported...
2014-07-07  Steffan KargerImprove --show-ciphers to show if a cipher can be used...
2014-07-07  Steffan KargerAdd proper check for crypto modes (CBC or OFB/CFB)
2014-07-07  Steffan KargerRename ALLOW_NON_CBC_CIPHERS to ENABLE_OFB_CFB_MODE...
2014-07-07  Gert DoeringMake t_client.sh work on AIX.
2014-07-07  Gert Doeringimplement adding/deleting routes on AIX, for IPv4 and...
2014-07-07  Gert DoeringAdd tap driver initialization and ifconfig for AIX.
2014-07-07  Gert DoeringRecognize AIX, define TARGET_AIX
2014-07-03  Steffan Kargercleanup: remove #if 0'ed function initiate_untrusted_se...
2014-06-30  James BekkemaFix socket-flag/TCP_NODELAY on Mac OS X
2014-06-28  Andris KalnozolsFix some typos in the man page.
2014-06-24  Steffan KargerUpdate README.polarssl
2014-06-24  Steffan KargerFix bug that incorrectly refuses oid representation...
2014-06-22  Steffan Kargerconfigure.ac: fix SSL_OP_NO_TICKET check
2014-06-22  David SommersethImprove error reporting on file access to --client...
2014-06-08  Gert DoeringDrop incoming fe80:: packets silently now.
2014-06-05  Heiko Hundrefine assertion to allow other modes than CBC
2014-06-02  Steffan KargerFix --disable-ssl builds, were broken by cleanup in...
2014-06-01  Steffan KargerAdd (default disabled) --enable-werror option to configure
2014-06-01  Steffan KargerRemove unused variable 'proxy' from socket_restart_pause()
2014-06-01  Steffan KargerRemove dependency on manage.h from ssl_verify.h
2014-06-01  Steffan KargerMove #include "ssl_verify.h" from ssl.h to the source...
2014-06-01  Steffan KargerFix ssl.c, ssl_verify_* includes
2014-06-01  Steffan KargerUse generic openvpn_x509_cert_t in ssl_verify_polarssl.c
2014-05-28  Steffan KargerFix merge error in a6c573d, the ssl ctx is now abstracted.
2014-05-26  Gert DoeringMerge get_default_gateway() implementation for all...
2014-05-26  Steffan KargerRemove unneeded defines (were needed for pre-0.9.7...
2014-05-26  Steffan KargerRemove unneeded wrapper functions in crypto_openssl.c
2014-05-26  Steffan KargerRemove function without effect (cipher_ok() always...
2014-05-25  Cristian RodriguezUse SSL_MODE_RELEASE_BUFFERS if available
2014-05-20  James YonanFixed some compile issues with show_library_versions()
2014-05-20  James YonanDefine PATH_SEPARATOR for MSVC builds.
2014-04-30  Gert DoeringConditionalize calls to print_default_gateway on !ENABL...
2014-04-29  Dmitrij TejblumFix is_ipv6 in case of tap interface.
2014-04-27  Steffan KargerFix build system to accept non-system crypto library...
2014-04-27  Gert DoeringMore IPv6-related updates to the openvpn man page.
2014-04-27  Steffan KargerMake serial env exporting consistent amongst OpenSSL...
2014-04-27  Steffan KargerFix OCSP_check.sh to also use decimal for stdout verifi...
2014-04-27  Steffan KargerChange signedness of hash in x509_get_sha1_hash(),...
2014-04-25  Gert DoeringRewrite manpage section about --multihome
2014-04-25  Gert DoeringRepair --multihome on FreeBSD for IPv4 sockets.
2014-04-25  Arne SchwabeFix man page and OSCP script: tls_serial_{n} is decimal
2014-04-25  Steffan KargerAdd an elliptic curve testing cert chain to the sample...
2014-04-25  Steffan KargerAdd support for elliptic curve diffie-hellmann key...
2014-04-21  Gert DoeringMinor t_client.sh cleanups
2014-04-21  James YonanUse native strtoull() with MSVC 2013.
2014-04-21  Steffan KargerUpdate openvpn-plugin.h for PolarSSL 1.3.
2014-04-21  Steffan KargerImprove error reporting during key/cert loading with...
2014-04-21  Steffan KargerUpgrade to PolarSSL 1.3
2014-04-18  Gert DoeringAdd SSL library version reporting.
2014-04-13  Gert DoeringIPv6 address/route delete fix for Win8
2014-04-13  Yawning AngelFix SOCKSv5 method selection
2014-04-13  kangsterizerFix typo in sample build script to use LDFLAGS
2014-04-10  Arne SchwabeWork around Solaris getaddrinfo() returing ai_protocol=0
2014-04-01  Heiko Hundfix route struct name
2014-04-01  Steffan Kargerconfigure.ac: use CPPFLAGS for SSL_OP_NO_TICKET check
2014-03-30  Gert DoeringFix crash when using --inetd.
2014-03-26  Arne SchwabeFix assert when using port-share
2014-03-26  Arne SchwabeClean up of socket code.
2014-03-23  Steffan Kargerconfigure.ac: check for SSL_OP_NO_TICKET flag in OpenSSL
2014-03-23  Steffan KargerDisable unsupported TLS cipher modes by default, cleans...
2014-03-23  Steffan KargerAdd openssl-specific common cipher list names to ssl.c.
2014-03-23  Steffan KargerBump minimum OpenSSL version to 0.9.8
2014-03-23  Arne SchwabeAdd gateway and device to android control messages
2014-03-23  Arne SchwabeDon't show the connection profile store in options...
2014-03-23  Arne SchwabeFix for server selecting address family
2014-03-23  Arne SchwabeIntroduce an option to resolve dns names in advance...
2014-03-23  David SommersethAdjusted autotools files to build more cleanly on newer...
2014-03-22  Arne SchwabeImplement an easy parsable log output that allows acces...
2014-03-22  Arne SchwabeWorkaround broken Android 4.4 VpnService API for persis...
next