]> git.ipfire.org Git - thirdparty/openvpn.git/shortlog
thirdparty/openvpn.git
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...
2015-06-01  Gert DoeringUse configure.ac hack to apply serial_test AM option...
2015-06-01  Gert DoeringOn signal reception, return EAI_SYSTEM from openvpn_get...
2015-05-31  Yegor Yefremovcert_data: fix memory leak
2015-05-28  Gert DoeringRevert "Enforce "serial-tests" behaviour for tests...
2015-05-27  Gert DoeringEnforce "serial-tests" behaviour for tests/Makefile
2015-05-27  Gert Doeringslightly enhance documentation about --cipher
2015-05-26  Steffan KargerCall daemon() before initializing crypto library
2015-05-24  Gert DoeringDisallow usage of --server-poll-timeout in --secret...
2015-05-24  Steffan KargerClarify --capath option in manpage
2015-05-24  Gert DoeringCorrect note about DNS randomization in openvpn.8
2015-05-23  Jonathan K... Fix null pointer dereference in options.c
2015-05-23  Gert Doeringassume res_init() is always there.
2015-05-23  Steffan KargerRe-read auth-user-pass file on (re)connect if required
2015-05-23  Gert Doeringrepair --dev null breakage caused by db950be85d37
2015-05-23  Steffan Kargercleanup: remove md5 helper functions
2015-05-23  Jan Just Keijserinclude ifconfig_ environment variables in --up-restart...
2015-05-18  Robert FischerUpdated manpage for --rport and --lport
2015-05-16  Felix JandaUse OPENVPN_ETH_P_* so that <netinet/if_ether.h> is...
2015-05-15  Samuli SeppänenProperly escape dashes on the man-page
2015-05-09  Steffan Kargerpolarssl: disable 1/n-1 record splitting
2015-05-09  Steffan KargerImprove --tls-cipher and --show-tls man page description
2015-05-03  Steffan Kargerpolarssl: remove code duplication in key_state_write_pl...
2015-05-02  Gert DoeringAdd note about file permissions and --crl-verify to...
2015-05-02  Steffan KargerRemove size limit for files inlined in config
2015-04-30  Gert Doeringexplain effect of --topology subnet on --ifconfig
2015-04-28  Gert DoeringPrint helpful error message on --mktun/--rmtun if not...
2015-04-22  Gert DoeringFix leftover 'if (false) ;' statements
2015-04-13  Steffan KargerRemove unneeded parameter 'first_time' from possibly_be...
2015-04-13  Vasily KulikovMac OS X Keychain management client
2015-03-08  Gert DoeringRemove count_netmask_bits(), convert users to use netma...
2015-03-08  Gert DoeringFix incorrect use of get_ipv6_addr() for iroute options.
2015-03-08  Steffan KargerChange float log message to include common name, if...
2015-03-07  Lev StipakovFix mssfix default value in connection_list context
2015-03-06  Steffan KargerAllow for CN/username of 64 characters (fixes off-by...
2015-03-06  Steffan Kargerpolarssl: make sure to always null-terminate the cn
2015-03-06  Steffan KargerGet rid of old OpenSSL workarounds.
2015-03-05  Arne SchwabeDocument the default for tls-cipher.
2015-03-05  Arne SchwabeRemove unused function sock_addr_set
2015-02-27  Steffan KargerFix frame size calculation for non-CBC modes.
2015-02-22  Steffan KargerUse tls-auth in sample config files
2015-02-15  Gert DoeringPrint remote IPv4 address on a dual-stack v6 socket...
2015-02-15  Gert DoeringNew approach to handle peer-id related changes to link...
2015-02-15  Steffan KargerDisable SSL compression
2015-02-07  Jonathan K... Fix mismatch of fprintf format specifier and argument...
2015-02-06  Lev StipakovFix NULL dereferencing
2015-01-23  Steffan KargerAccount for peer-id in frame size calculation
2015-01-22  Lev StipakovDisallow lameduck's float to an address taken by anothe...
next