]> git.ipfire.org Git - thirdparty/openvpn.git/shortlog
thirdparty/openvpn.git
2015-11-28  Steffan Kargeropenssl: properly check return value of RAND_bytes()
2015-11-24  David SommersethAvoid partial authentication state when using --disable...
2015-11-24  Gert Doeringremove unused gc_arena in FreeBSD close_tun()
2015-11-24  Steffan Kargerremove nonsense const specifier in nonfatal() return...
2015-11-24  Steffan KargerFix memory leak in add_option() by simplifying get_ipv6...
2015-11-24  Gert DoeringFix FreeBSD-specific mishandling of gc arena pointer...
2015-11-23  Gert DoeringFix info.af == AF_UNSPEC case for server with --mtu...
2015-11-23  Steffan Kargerpolarssl: require >= 1.3.8
2015-11-22  Lev StipakovNotify clients about server's exit/restart
2015-11-22  Selva NairHandle ctrl-C and ctrl-break events on Windows
2015-11-22  Steffan Kargerpolarssl: don't use deprecated functions anymore
2015-11-21  Christos TrochalakisAdjust server-ipv6 documentation
2015-11-21  Steffan Kargerpolarssl: also allocate PKCS#11 certificate object...
2015-11-14  Michal LudvigSupport for username-only auth file.
2015-11-13  Selva NairDo not hard-code windows systemroot in env_block
2015-11-13  Lev StipakovUse adapter index instead of name for windows IPv6...
2015-11-10  Steffan KargerAdd macro to ensure we exit on fatal errors
2015-11-10  Steffan KargerFix (potential) memory leak in init_route_list()
2015-11-09  Steffan Kargerpolarssl: add --verify-client-cert optional support
2015-11-09  Jan Just KeijserAuthor: Jan Just Keijser <janjust@nikhef.nl>
2015-11-06  Selva NairFix termination when windows suspends/sleeps
2015-10-22  Steffan Kargerpolarssl: fix --client-cert-not-required
2015-10-22  Lev StipakovReplace variable length array with malloc
2015-10-22  Steffan Kargeropenssl: remove usage of OPENSSL_malloc() from show_ava...
2015-10-22  Steffan KargerFix memory leak in auth-pam plugin
2015-10-22  Lev StipakovGenerate openvpn-plugin.h for MSVC build
2015-10-21  Steffan Kargerhardening: add insurance to exit on a failed ASSERT()
2015-10-19  Arne SchwabeStart Changes.rst that lists changes in 2.4.0
2015-10-19  Arne SchwabeDo not set the buffer size by default but rely on the...
2015-10-18  Lukasz KutylaFix privilege drop if first connection attempt fails
2015-10-15  Lev StipakovRefine float logging
2015-10-15  Arne SchwabeFix commit c67acea173dc9ee37220f5b9ff14ede081181992
2015-10-11  Lev StipakovFix compilation with --disable-server
2015-10-11  Lev StipakovSend push reply right after async auth complete
2015-10-11  Gert DoeringRemove support for snappy compression.
2015-10-11  janjustFix "White space before end tags can break the config...
2015-10-10  Samuli SeppänenAdd CONTRIBUTING.rst
2015-10-10  Thomas VeermanUpdate expiry date in management event loop
2015-10-10  Lev StipakovFix compilation error with --disable-crypto
2015-10-10  Julien MuchembledFix --mtu-disc option with IPv6 transport
2015-10-10  Lev StipakovFast recovery when host is in unreachable network
2015-10-09  Daniel Kubecsample-plugin: TLS Keying Material Exporter [RFC-5705...
2015-10-09  Daniel KubecAdded document for TLS Keying Material Exporters [RFC...
2015-10-09  Daniel KubecAdded support for TLS Keying Material Exporters [RFC...
2015-10-08  Steffan Kargeropenssl: be less verbose about cipher translation errors
2015-10-08  Steffan Kargerpolarssl: Improve PolarSSL logging
2015-10-06  Lev StipakovContinuation of MSVS fixes
2015-10-06  Steffan Kargerpolarssl: add easy logging for PolarSSL errors
2015-10-06  Lev StipakovThis fixes MSVS 2013 compilation.
2015-10-06  Gert Doeringget_default_gateway_ipv6(): Win32 implementation using...
2015-10-06  Gert DoeringAdd custom check for inet_pton()/inet_ntop() on MinGW...
2015-10-04  Steffan KargerCheck return value of ms_error_text()
2015-10-04  Steffan KargerReplace strdup() calls for string_alloc() calls
2015-09-25  Gert DoeringRepair test_local_addr() on WIN32
2015-09-21  Gert DoeringReplace unaligned 16bit access to TCP MSS value with...
2015-09-20  Boris LytochkinLog serial number of revoked certificate
2015-09-20  Gert DoeringFix IPv6 host routes to LAN gateway on OpenSolaris
2015-09-20  Gert Doeringget_default_gateway_ipv6(): *BSD / MacOS / Solaris...
2015-09-20  Gert DoeringImplement '--redirect-gateway ipv6'
2015-09-17  Arne SchwabeDo not install a host route for the VPN on Android
2015-09-17  Gert DoeringImplement handling of overlapping IPv6 routes with...
2015-09-17  Gert Doeringget_default_gateway_ipv6(): Linux / Netlink implementation.
2015-09-17  Gert DoeringMake client delay less before sending PUSH_REQUEST
2015-09-15  Arne SchwabeRemove #ifdefs for client nat support.
2015-09-15  Arne SchwabeUse pseudo gw as default gw on Android as a workaround...
2015-09-15  Arne SchwabeExtend network-change command to allow reprotecting...
2015-09-15  Arne SchwabeFix loglevel of protect socket message
2015-09-15  Arne SchwabeDon't redirect the gateway on Android even if requested
2015-09-15  Arne SchwabeAdd support for requesting the fd again to rebind to...
2015-09-15  Arne SchwabeRemove unused function h_errno_msg
2015-09-15  Gert DoeringCreate basic infrastructure for IPv6 default gateway...
2015-09-14  Gert DoeringAdd route_ipv6_gateway* data structures for rgi6 support.
2015-09-14  Gert Doeringrefactor struct route_ipv6_list, bring in line with...
2015-09-14  Gert Doeringrefactor struct route_ipv6, bring in line with struct...
2015-08-08  Arne SchwabeShow extra-certs in current parameters, fix clang warni...
2015-08-04  Gert DoeringUn-break --auth-user-pass on windows
2015-08-01  Steffan KargerFix overflow check in openvpn_decrypt()
2015-07-27  Gert DoeringFix build on OpenSolaris (non-gmake)
2015-07-27  Steffan KargerFix out-of-tree builds; openvpn-plugin.h should be...
2015-07-27  David SommersethProvide OpenVPN runtime version information to plug-ins
2015-07-27  David SommersethProvide compile time OpenVPN version information to...
2015-07-27  Arne SchwabeFix commit e473b7c if an inline file happens to have...
2015-07-27  Steffan Kargerreintroduce md5_digest wrapper struct to fix gcc warnings
2015-07-22  Daniel Hahleroptions: fix option check for "plugin"
2015-07-21  Steffan KargerFix using management interface to get passwords.
2015-07-14  Gert DoeringDocument --daemon changes and consequences (--askpass...
2015-07-13  James GeboskiFix --askpass not allowing for password input via stdin
2015-07-13  Gert DoeringProduce a meaningful error message if --daemon gets...
2015-07-13  Steffan Kargerfix regression: query password before becoming daemon
2015-07-02  Steffan KargerMake __func__ work with Visual Studio too
2015-07-01  Steffan KargerIncrease control channel packet size for faster handshakes
2015-06-30  Arne SchwabeReport missing end-tags of inline files as errors
2015-06-26  Holger KummertDel ipv6 addr on close of linux tun interface
2015-06-21  Jonathan K... Fail if options have extra parameters [v2]
2015-06-21  Steffan Kargerwrite pid file immediately after daemonizing
2015-06-02  Gert DoeringFix FreeBSD ifconfig for topology subnet tunnels.
2015-06-02  Samuli SeppänenImprove documentation in --script-security section...
2015-06-02  Gert DoeringMove res_init() call to inner openvpn_getaddrinfo(...
2015-06-01  Guy YurFix --redirect-private in --dev tap mode.
2015-06-01  Gert DoeringUse EAI_AGAIN instead of EAI_SYSTEM for openvpn_getaddr...
next