summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix client crash on double PUSH_REPLY.Gert Doering2013-01-022-1/+7
* Fix parameter type for IP_TOS setsockopt on non-Linux systems.Gert Doering2012-12-201-0/+4
* Fix option inconsistency warnings about "proto" and "tun-ipv6"Gert Doering2012-12-171-1/+14
* Implement --mssfix handling for IPv6 packets.Gert Doering2012-12-137-21/+97
* Fix the proto is used inconsistently warningArne Schwabe2012-12-131-4/+18
* Remove dnsflags_to_socktype, it is not used anywhereArne Schwabe2012-12-132-6/+1
* Avoid recursion in virtual_output_callback_func()David Sommerseth2012-11-291-7/+8
* The get_default_gateway() function uses warn() instead of msg()David Sommerseth2012-11-291-2/+2
* Properly require --key even if defined(MANAGMENT_EXTERNAL_KEY)Arne Schwabe2012-11-291-2/+2
* Error message if max-routes used incorrectlyArne Schwabe2012-11-221-0/+5
* Fix --show-pkcs11-ids (Bug #239)Adriaan de Jong2012-11-221-1/+1
* Fix double-free issue in pf_destroy_context()David Sommerseth2012-11-061-1/+0
* Remove the support for using system() when executing external programs or scr...David Sommerseth2012-10-317-223/+57
* Support UTF-8 --client-config-dirHeiko Hund2012-10-293-1/+22
* Fix display of plugin hook typesHeiko Hund2012-10-291-1/+3
* Options parsing demands unnecessary configuration if PKCS11 is usedArne Schwabe2012-10-251-4/+6
* Fixed a bug where PolarSSL gave an error when using an inline file tag.Adriaan de Jong2012-10-171-1/+1
* Fix v3 plugins to support returning values back to OpenVPN.Kenneth Rose2012-10-151-2/+2
* Add --compat-names optionHeiko Hund2012-09-125-9/+94
* Fix reconnect issues when --push and UDP is used on the serverDavid Sommerseth2012-09-112-3/+6
* make "ipv6 ifconfig" on linux compatible with busybox ifconfigGert Doering2012-09-111-1/+1
* Add checks for external-key-managementsArne Schwabe2012-09-111-1/+24
* Merge getaddr_multi and getaddr6 into one functionArne Schwabe2012-09-023-391/+166
* Keep pre-existing tun/tap devices around on *BSDGert Doering2012-09-022-6/+20
* remove unused flag SSLF_NO_NAME_REMAPPINGHeiko Hund2012-09-021-1/+0
* Reduce --version string detail about IPv6 to just "[IPv6]".Gert Doering2012-09-021-2/+1
* remove stale _openssl_get_subject() prototypeHeiko Hund2012-09-021-2/+0
* Merge almost identical create_socket_tcp and create_socket_tcp6Arne Schwabe2012-08-063-49/+10
* Fixes error: --key fails with EXTERNAL_PRIVATE_KEY: No such file or directory...Arne Schwabe2012-08-061-2/+15
* add API for plug-ins to write to openvpn logHeiko Hund2012-08-061-1/+61
* add x_msg_va() log functionHeiko Hund2012-08-062-3/+10
* fix regression with --http-proxy[-*] optionsHeiko Hund2012-07-304-13/+12
* add option --management-query-proxyHeiko Hund2012-07-198-277/+141
* remove unused show_connection_list debug functionHeiko Hund2012-07-191-25/+0
* don't treat socket related errors special anymoreHeiko Hund2012-07-1910-66/+59
* make non-blocking connect work on WindowsHeiko Hund2012-07-191-1/+7
* Fix compiling with --disable-managementArne Schwabe2012-07-051-1/+6
* Repair "tap server" mode brokenness caused by <stdbool.h> falloutGert Doering2012-07-021-1/+1
* cleanup: windows: convert argv (UCS-2 to UTF-8) at earliestAlon Bar-Lev2012-06-294-33/+47
* build: integrate plugins build into core buildAlon Bar-Lev2012-06-2627-1081/+96
* Remove ENABLE_CONNECTIONS ifdefsArne Schwabe2012-06-226-84/+1
* Remove ENABLE_INLINE_FILES conditionalsArne Schwabe2012-06-2210-142/+23
* Completely remove ancient IANA port warning.Arne Schwabe2012-06-223-10/+0
* Only use tmpdir if tmp_dir is really used.Arne Schwabe2012-06-222-3/+8
* cleanup: pkcs11.c: resolve waningsAlon Bar-Lev2012-06-221-1/+1
* Remove #include "config.h" from ssl_polarssl.hGert Doering2012-06-151-1/+0
* build: add --with-special-build to provide special build stringAlon Bar-Lev2012-06-131-0/+3
* Add missing pieces to IPv6 route gateway handling.Gert Doering2012-06-132-14/+64
* Remove warning about "explicit support for IPv6 tun devices is not provided f...Gert Doering2012-06-131-1/+1
* remove "*option" element in "struct route_ipv6"Gert Doering2012-06-131-1/+0