summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in sample build script to use LDFLAGSkangsterizer2014-04-131-1/+1
* Work around Solaris getaddrinfo() returing ai_protocol=0Arne Schwabe2014-04-101-5/+2
* fix route struct nameHeiko Hund2014-04-011-1/+1
* configure.ac: use CPPFLAGS for SSL_OP_NO_TICKET checkSteffan Karger2014-04-011-0/+3
* Fix crash when using --inetd.Gert Doering2014-03-302-6/+7
* Fix assert when using port-shareArne Schwabe2014-03-261-1/+1
* Clean up of socket code.Arne Schwabe2014-03-263-103/+95
* configure.ac: check for SSL_OP_NO_TICKET flag in OpenSSLSteffan Karger2014-03-231-0/+15
* Disable unsupported TLS cipher modes by default, cleans --show-tls output.Steffan Karger2014-03-231-2/+2
* Add openssl-specific common cipher list names to ssl.c.Steffan Karger2014-03-231-0/+13
* Bump minimum OpenSSL version to 0.9.8Steffan Karger2014-03-237-54/+2
* Add gateway and device to android control messagesArne Schwabe2014-03-231-3/+6
* Don't show the connection profile store in options->ce if there is a connecti...Arne Schwabe2014-03-231-2/+5
* Fix for server selecting address familyArne Schwabe2014-03-231-12/+12
* Introduce an option to resolve dns names in advance for --remote, --local and...Arne Schwabe2014-03-2310-139/+415
* Adjusted autotools files to build more cleanly on newer autoconf/automake ver...David Sommerseth2014-03-232-5/+5
* Implement an easy parsable log output that allows access to flags of the log ...Arne Schwabe2014-03-225-1/+44
* Workaround broken Android 4.4 VpnService API for persist-tun modeArne Schwabe2014-03-224-13/+68
* Move the initialization of the environment to the top so c2.es is initializedArne Schwabe2014-03-211-4/+4
* Fix connecting to localhost on AndroidArne Schwabe2014-03-212-3/+35
* Set SSL_OP_NO_TICKET flag in SSL context for OpenSSL builds, to disable TLS s...James Yonan2014-03-171-1/+1
* Fix warning for max-routes: do not quit when parsing an old configuration. Fo...Arne Schwabe2014-03-171-2/+4
* Introduce safety check for http proxy optionsArne Schwabe2014-03-171-0/+2
* grow route lists dynamicallyHeiko Hund2014-02-236-184/+130
* Fix "." in description of utun.Thomas Veerman2014-01-231-2/+2
* Add "test-driver" and "compile" to .gitignoreGert Doering2014-01-201-0/+2
* convert struct signal_info elementHeiko Hund2014-01-171-1/+1
* make sure sa_family_t is definedHeiko Hund2014-01-172-0/+13
* Replace copied structure elements with including <net/route.h>Gert Doering2014-01-161-93/+2
* Rename 'struct route' to 'struct route_ipv4'Gert Doering2014-01-163-26/+26
* Fix compiler warnings in ssl_polarssl.cSteffan Karger2014-01-121-5/+8
* Remove unused variables from ssl_verify_polarssl.c's x509_get_serial()Steffan Karger2014-01-121-2/+0
* Fix compiler warning for unused result of write()Steffan Karger2014-01-121-1/+2
* Document issue with --chroot, /dev/urandom and PolarSSL.Gert Doering2014-01-121-0/+10
* Cleanup ir6->netbits handling.Gert Doering2014-01-113-59/+18
* remove some 'unused variable' warningsGert Doering2014-01-113-3/+3
* Reduce IV_OPENVPN_GUI_VERSION= to IV_GUI_VER=Gert Doering2014-01-091-2/+2
* Make code and documentation for --remote-random-hostname consistent.Gert Doering2014-01-092-19/+10
* Fix spurious ignoring of pushed config options (trac#349).Jens Wagner2014-01-073-1/+5
* Document "lz4" argument to "compress" config option.Gert Doering2014-01-061-2/+4
* Provide LZ4 sources in src/compat/ and use if no system lz4 library found.Gert Doering2014-01-065-3/+1044
* Implement LZ4 compression.Gert Doering2014-01-069-4/+319
* Disable export ciphers by default for OpenSSL builds.Steffan Karger2014-01-051-1/+3
* Make tls_ctx_restrict_ciphers accept NULL as char *cipher_list.Steffan Karger2014-01-054-12/+24
* Update IPv6 related readme filesArne Schwabe2014-01-032-20/+17
* Remove OpenSSL tmp_rsa_callback. Removes support for ephemeral RSA in TLS.Steffan Karger2014-01-031-18/+0
* If --tls-cipher is supplied, make --show-tls parse the list.Steffan Karger2014-01-034-9/+20
* Update TLSv1 error messages to SSLv23 to reflect changes from commit 4b67f98Steffan Karger2014-01-031-2/+2
* Also update TLSv1_method() calls in support code to SSLv23_method() calls.Steffan Karger2014-01-031-2/+2
* Add warning for using connection block variables after connection blocksArne Schwabe2013-12-171-7/+23