summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PATCHv3 Remove unused variables or put them to the defines they are being use...Arne Schwabe2013-06-208-19/+2
* Improve documentation and help text for --route-ipv6.Gert Doering2013-06-112-2/+6
* Add support for client-cert-not-required for PolarSSL.Tamas TEVESZ2013-06-111-2/+14
* Do not pass struct tls_session* as void* in key_state_ssl_init().Steffan Karger2013-06-073-3/+7
* Fix another #ifdef/#if P2MP_SERVERArne Schwabe2013-06-011-1/+1
* Move checking of script file access into set_user_scriptArne Schwabe2013-05-311-22/+11
* Move settings of user script into set_user_script functionArne Schwabe2013-05-313-30/+37
* Fix #ifdefs for P2MP_SERVERArne Schwabe2013-05-312-2/+2
* Provide more accurate warning messageDavide Brini2013-05-301-1/+1
* Only print script warnings when a script is used. Remove stray mention of scr...Arne Schwabe2013-05-302-7/+14
* Fix problem with UDP tunneling due to mishandled pktinfo structures.Gert Doering2013-05-301-6/+5
* Make push-peer-info visible in "normal" per-instance environment.Gert Doering2013-05-275-44/+84
* Always push basic set of peer info values to server.James Yonan2013-05-273-17/+23
* make 'explicit-exit-notify' pullable againJan Just Keijser2013-05-241-2/+1
* Fix usage of 'compression ...' from global config.Gert Doering2013-05-191-4/+0
* Added support for the Snappy compression algorithmJames Yonan2013-05-1919-403/+975
* Fix Windows script execution when called from script hooksJosh Cepek2013-05-191-1/+4
* Fix NULL-pointer crash in route_list_add_vpn_gateway().Gert Doering2013-05-182-3/+5
* Use constrain_int() instead of MIN()+syshead.c compat definition - v2.Gert Doering2013-05-072-8/+1
* Fix segfault when enabling pf plug-inssvimik2013-05-061-1/+1
* Fix proto tcp6 for server & non-P2MP modesJosh Cepek2013-05-031-0/+4
* Document the Android implementation in OpenVPNArne Schwabe2013-05-012-0/+77
* Emulate persist-tun on AndroidArne Schwabe2013-05-011-1/+17
* Android platform specific changes.Arne Schwabe2013-05-019-5/+144
* Add ability to send/receive file descriptors via management interfaceArne Schwabe2013-05-012-0/+91
* Allow routes to be set before opening tun, similar to ifconfig before opening...Arne Schwabe2013-05-012-2/+20
* Improve the git revision trackingDavid Sommerseth2013-04-194-8/+10
* Fixed usage of stale define USE_SSL to ENABLE_SSLSteffan Karger2013-04-152-3/+5
* Print "Virtual IPv6 Address" on management interface queries [v4]Gert Doering2013-04-122-3/+6
* Print client id only if compiled with man agent support. OtherwiseArne Schwabe2013-04-111-2/+11
* Add the client id (CID) to the output of the status commandArne Schwabe2013-04-111-4/+5
* Fixed tls-cipher translation bug in openssl-buildSteffan Karger2013-04-051-2/+5
* Fix directly connected routes for "topology subnet" on Solaris.Gert Doering2013-03-271-6/+9
* Add MIN() compatibility macroGert Doering2013-03-231-0/+7
* Use constant time memcmp when comparing HMACs in openvpn_decrypt.Steffan Karger2013-03-222-1/+27
* Fixed autoconf script to properly detect missing pkcs11 with polarssl.Steffan Karger2013-03-221-11/+43
* Switch to IANA names for TLS ciphers.Steffan Karger2013-03-224-4/+251
* Config compatibility patch. Added translate_cipher_name.Steffan Karger2013-03-224-3/+75
* Improve verify_callback messagesSteffan Karger2013-03-221-3/+3
* Improve PolarSSL key_state_read_{cipher, plain}text messagesSteffan Karger2013-03-221-2/+6
* PolarSSL-1.2 supportSteffan Karger2013-03-227-58/+31
* (updated) [PATCH] Warn when using verb levels >=7 without debugJosh Cepek2013-03-201-0/+6
* Fix parameter listing in non-debug builds at verb 4Josh Cepek2013-03-145-11/+11
* Permit pool size of /64.../112 for ifconfig-ipv6-poolGert Doering2013-03-141-2/+2
* Repair "tcp server queue overflow" brokenness, more <stdbool.h> fallout.Gert Doering2013-03-121-1/+1
* Remove unused function no_tap_ifconfigArne Schwabe2013-03-121-10/+0
* Move static prototype definition from header into c fileArne Schwabe2013-03-122-2/+2
* Remove unused function xorArne Schwabe2013-03-121-10/+0
* add new option for X.509 name verificationHeiko Hund2013-03-077-36/+174
* make --tls-remote compatible with pre 2.3 configsHeiko Hund2013-03-071-0/+6