summaryrefslogtreecommitdiffstats
path: root/src/openvpn
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate cipher entries from TLS translation table.Max Muster2013-11-201-4/+0
* Fix slow memory drain on each client renegotiation.Gert Doering2013-11-173-12/+21
* tls_ctx_load_ca: Improve certificate error messagesKlee Dienes2013-11-151-3/+24
* Fix argument type warning introduced by http extra proxy header patch.Gert Doering2013-11-151-1/+1
* Add reporting of UI version to basic push-peer-info set.Arne Schwabe2013-11-151-7/+9
* Implement custom HTTP header for http-proxy, and always send user-agent:Arne Schwabe2013-11-153-21/+111
* Support non-ASCII TAP adapter names on WindowsHeiko Hund2013-10-231-5/+10
* Correct error text when no Windows TAP device is presentJosh Cepek2013-08-221-1/+1
* Always load intermediate certificates from a PKCS#12 fileHeikki Hannikainen2013-08-161-1/+19
* Add support to ignore specific options.Arne Schwabe2013-08-162-2/+55
* MSVC fixesJames Yonan2013-08-1610-71/+79
* Added "setenv opt" directive prefix. If present, and if theJames Yonan2013-07-151-1/+12
* TLS version negotiationJames Yonan2013-07-116-4/+139
* plugin: Extend the plug-in v3 API to identify the SSL implementation usedDavid Sommerseth2013-07-032-2/+10
* Remove the --disable-eurephia configure optionDavid Sommerseth2013-07-033-12/+2
* Add support of utun devices under Mac OS XArne Schwabe2013-07-032-67/+274
* 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-111-1/+1
* 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-1917-393/+898
* 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
* 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-191-3/+3
* Fixed usage of stale define USE_SSL to ENABLE_SSLSteffan Karger2013-04-151-2/+4
* 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