aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn
AgeCommit message (Expand)Author
2012-10-29Fix display of plugin hook typesHeiko Hund
2012-10-25Options parsing demands unnecessary configuration if PKCS11 is usedArne Schwabe
2012-10-17Fixed a bug where PolarSSL gave an error when using an inline file tag.Adriaan de Jong
2012-10-15Fix v3 plugins to support returning values back to OpenVPN.Kenneth Rose
2012-09-12Add --compat-names optionHeiko Hund
2012-09-11Fix reconnect issues when --push and UDP is used on the serverDavid Sommerseth
2012-09-11make "ipv6 ifconfig" on linux compatible with busybox ifconfigGert Doering
2012-09-11Add checks for external-key-managementsArne Schwabe
2012-09-02Merge getaddr_multi and getaddr6 into one functionArne Schwabe
2012-09-02Keep pre-existing tun/tap devices around on *BSDGert Doering
2012-09-02remove unused flag SSLF_NO_NAME_REMAPPINGHeiko Hund
2012-09-02Reduce --version string detail about IPv6 to just "[IPv6]".Gert Doering
2012-09-02remove stale _openssl_get_subject() prototypeHeiko Hund
2012-08-06Merge almost identical create_socket_tcp and create_socket_tcp6Arne Schwabe
2012-08-06Fixes error: --key fails with EXTERNAL_PRIVATE_KEY: No such file or directory...Arne Schwabe
2012-08-06add API for plug-ins to write to openvpn logHeiko Hund
2012-08-06add x_msg_va() log functionHeiko Hund
2012-07-30fix regression with --http-proxy[-*] optionsHeiko Hund
2012-07-19add option --management-query-proxyHeiko Hund
2012-07-19remove unused show_connection_list debug functionHeiko Hund
2012-07-19don't treat socket related errors special anymoreHeiko Hund
2012-07-19make non-blocking connect work on WindowsHeiko Hund
2012-07-05Fix compiling with --disable-managementArne Schwabe
2012-07-02Repair "tap server" mode brokenness caused by <stdbool.h> falloutGert Doering
2012-06-29cleanup: windows: convert argv (UCS-2 to UTF-8) at earliestAlon Bar-Lev
2012-06-22Remove ENABLE_CONNECTIONS ifdefsArne Schwabe
2012-06-22Remove ENABLE_INLINE_FILES conditionalsArne Schwabe
2012-06-22Completely remove ancient IANA port warning.Arne Schwabe
2012-06-22Only use tmpdir if tmp_dir is really used.Arne Schwabe
2012-06-22cleanup: pkcs11.c: resolve waningsAlon Bar-Lev
2012-06-15Remove #include "config.h" from ssl_polarssl.hGert Doering
2012-06-13build: add --with-special-build to provide special build stringAlon Bar-Lev
2012-06-13Add missing pieces to IPv6 route gateway handling.Gert Doering
2012-06-13Remove warning about "explicit support for IPv6 tun devices is not provided f...Gert Doering
2012-06-13remove "*option" element in "struct route_ipv6"Gert Doering
2012-06-13cleanup and redefine metric handling for IPv6 routesGert Doering
2012-06-13Fix reported compile issues on OSX 10.6.8Frank de Brabander
2012-06-13Implement search for "first free" tun/tap device on SolarisGert Doering
2012-06-13remove the --auto-proxy option from openvpnHeiko Hund
2012-06-07Add the name of the context where option is not allowed to the error message.Arne Schwabe
2012-06-07Explain that route-nopull also causes the client to ignore dhcp options.Arne Schwabe
2012-06-07Add the query to the error message. Makes the diagnose what went wrong from l...Arne Schwabe
2012-06-01Remove two unused functionsDavid Sommerseth
2012-06-01build: add git revision to --version output if build from git repositoryAlon Bar-Lev
2012-05-03Simplify check_cmd_access() functionDavid Sommerseth
2012-05-03build: windows: convert resources to UTF-8Alon Bar-Lev
2012-05-02Clarified the docs and help screen about what a 'cmd' isJonathan K. Bullard
2012-05-02Fix file access checks on commandsJonathan K. Bullard
2012-04-28Removed stray "Fox-IT hardening" string.Adriaan de Jong
2012-04-28build: use stdbool.h if availableAlon Bar-Lev