]> git.ipfire.org Git - thirdparty/openvpn.git/shortlog
thirdparty/openvpn.git
2008-09-10  jamesVersion 2.1_rc10 v2.1_rc10
2008-09-08  jamesVersion 2.1_rc9b
2008-09-08  jamesFixed bug in intra-session TLS key rollover that was...
2008-09-06  jamesModified ip_or_dns_addr_safe, which validates pulled...
2008-09-06  james2.1_rc8 and earlier did implicit shell expansion on...
2008-09-04  jamesAdded --allow-pull-fqdn option which allows client...
2008-08-11  jamesFixed minor compile issue in ntlm.c (mid-block declarat...
2008-08-11  jamesLZO compression buffer overflow errors will now invalidate
2008-08-10  jamesWorkaround bug in OpenSSL 0.9.6b ASN1_STRING_to_UTF8...
2008-08-10  jamesFixed build issue with ./configure --disable-socks...
2008-08-10  jamesTagged security fix in 2.1-rc9 as CVE-2008-3459.
2008-08-10  jamesUpdated openvpn/t_cltsrv.sh (used by "make check")...
2008-08-05  jamesReverted r3181, accomplish the same thing via a special...
2008-08-05  jamesWorkaround for MinGW autoconf issue where HAVE_SETSOCKOPT,
2008-08-05  jamesAdded additional warnings to flag common gotchas:
2008-08-04  jamesFixed minor issue with --redirect-gateway bypass-dhcp...
2008-08-02  jamesAdded "--server-bridge" (without parameters) to enable
2008-08-01  jamesVersion 2.1_rc9 v2.1_rc9
2008-07-31  jamesIn Windows build, package a statically linked openssl...
2008-07-31  jamesUpdated ChangeLog and version number.
2008-07-27  jamesAdded additional warnings for:
2008-07-27  jamesAdded additional defensive programming to buffer.[ch...
2008-07-27  jamesAdded a warning message when passwords are cached in...
2008-07-26  jamesPerform additional input validation on options pulled
2008-07-26  jamesFixed compiler warnings in Windows build (MinGW).
2008-07-26  jamesCompletely revamped the system for calling external...
2008-07-23  jamesAdded argv_x functions to buffer.[ch] to be used to...
2008-07-19  jamesbuf_printf will now return false on errors, such as...
2008-07-19  jamesModified extract_x509_field_ssl to return a status...
2008-07-19  jamesReplace leading dash ('-') characters in an X509 name...
2008-07-18  jamesAdded a warning when plugins are specified without
2008-07-18  jamesReverted some recent buffer.[ch] changes, including...
2008-07-18  jamesFixed format string issue in read_inline_file,
2008-07-18  jamesstatus_printf function will now set error flag on
2008-07-18  jamesgen_path will no longer silently truncate the generated
2008-07-18  jamesFixed code inclusion bug that was erroneously testing
2008-07-18  jamesModified create_temp_filename to create unpredictable
2008-07-17  jamesPreviously, OpenVPN might log a client's auth-user...
2008-07-17  jamesgen_path now rejects filenames that match Windows
2008-07-17  jamesCall prng_init after fork in background process
2008-07-17  jamesAdded warning when using chroot without specifying...
2008-07-17  jamesCheck for multiplication overflow on ALLOC_ARRAY* funct...
2008-07-17  jamesRemoved old version of extract_x509_field.
2008-07-17  jamesSupport wraparound of reliable.[ch] packet IDs. In
2008-07-17  jamesFixed a potential information leak in the new NTLM...
2008-07-17  jamesFixed issue in read_key_file, where the return value of
2008-07-16  jamesAdded SOCKET_SND_RCV_BUF_MAX constant (set to 1000000...
2008-07-16  jamesIn the Windows version of tun_finalize, on errors that...
2008-07-16  jamesUsed unlikely() macro to tell compiler that msg() will
2008-07-16  jamesAdded likely() and unlikely() branch prediction hint...
2008-07-14  jamesCopyright change OpenVPN Solutions LLC -> Telethra...
2008-06-13  jamesVersion 2.1_rc8 v2.1_rc8
2008-06-11  jamesUpdated copyright notice to 2008.
2008-06-11  jamesUpdated version & changelog.
2008-06-11  jamesMerged connection profiles from
2008-06-11  jamesUpdated version to 2.1_rc7e.
2008-06-04  jamesAdded support for building and linking with
2008-06-04  jamesFixed unbounded memory growth bug in
2008-06-04  jamesFixed an issue in extract_x509_field_ssl where the...
2008-06-04  jamesIn auth-pam authentication module, even when in debug...
2008-06-04  jamesIncremented version to 2.1_rc7d.
2008-05-25  jamesFixed a bug in plugin.c that caused openvpn_plugin_clie...
2008-05-24  jamesSupport asynchronous/deferred authentication in
2008-05-24  jamesDid:
2008-05-24  jamesModified .svnignore to only ignore files generated
2008-05-12  jamesMoved branch into official BETA21 position.
2008-03-11  jamesMisc XGUI fixes.
2008-03-11  jamesSet tool defaults in pkitool.
2008-03-10  jamesFirst working version of XGUI inclusion.
2008-03-05  jamesAdded new OpenVPN icon and installer graphic.
2008-02-18  jamesVersion 2.1_rc7a.
2008-02-17  jamesClarified tcp-queue-limit man page entry
2008-02-17  jamesThe new function extract_x509_field_ssl tends to break
2008-02-17  jamesCleanup IP address for persistence interfaces for tap...
2008-02-01  jamesChanges to Windows build system: added GENOUT_PREBUILT...
2008-02-01  jamesChanges to Windows build system to make it easier to do
2008-01-30  jamesVersion 2.1_rc7 v2.1_rc7
2008-01-26  jamesFixup null interface on close, don't use ip addr flush
2008-01-25  jamesAdded a few extra files that exist in the svn repo
2008-01-24  jamesVERSION 2.1_rc6 v2.1_rc6
2008-01-24  jamesFixed pkcs11_private_mode undef.
2008-01-23  jamesVERSION 2.1_rc5 v2.1_rc5
2008-01-23  jamesForgot to put struct WIN2K_NDIS_MINIPORT_BLOCK outside
2008-01-23  jamesSquashed Win2K TAP bug that was introduced by Vista...
2008-01-23  jamesIncremented TAP version number to 9.4.
2008-01-23  jamesAdded --management-forget-disconnect option -- forget
2008-01-22  jamesUpgraded TAP build scripts to use WDK 6001.17121
2008-01-22  jamesIncremented version number to 2.1_rc4a.
2008-01-21  jamesChanged ASSERT(0) to a more descriptive fatal error...
2008-01-21  jamesFixed --disable-iproute2 in ./configure to actually...
2008-01-21  jamesAllow OpenVPN to run completely unprivileged under...
2008-01-21  jamesRewrote extract_x509_field and modified COMMON_NAME_CHA...
2008-01-21  jamesAdded PLUGIN_LIBDIR preprocessor string to prepend...
2008-01-21  jamesDefine ALLOW_NON_CBC_CIPHERS for people who don't
2008-01-21  jamesSimple fix where options->ca_file was used without
2008-01-21  jamesepoll driver in event.c should be prepared to handle an
2008-01-21  jamesFixed interim memory growth issue in TCP connect loop...
2008-01-21  jamesAdded note about alternative version of easy-rsa
2007-10-26  jamesPKCS-11 fixups (Alon Bar-Lev).
2007-10-22  jamesUse pkcs11-helper as external library, can be downloaded
next