summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Make __func__ work with Visual Studio tooSteffan Karger2015-07-021-0/+4
* Increase control channel packet size for faster handshakesSteffan Karger2015-07-011-2/+3
* Report missing end-tags of inline files as errorsArne Schwabe2015-06-301-1/+8
* Del ipv6 addr on close of linux tun interfaceHolger Kummert2015-06-261-0/+26
* Fail if options have extra parameters [v2]Jonathan K. Bullard2015-06-211-267/+276
* write pid file immediately after daemonizingSteffan Karger2015-06-215-36/+14
* Fix FreeBSD ifconfig for topology subnet tunnels.Gert Doering2015-06-021-1/+23
* Move res_init() call to inner openvpn_getaddrinfo() loopGert Doering2015-06-021-4/+3
* Fix --redirect-private in --dev tap mode.Guy Yur2015-06-011-1/+1
* Use EAI_AGAIN instead of EAI_SYSTEM for openvpn_getaddrinfo().Gert Doering2015-06-011-1/+1
* On signal reception, return EAI_SYSTEM from openvpn_getaddrinfo().Gert Doering2015-06-011-1/+4
* Call daemon() before initializing crypto librarySteffan Karger2015-05-265-29/+17
* Disallow usage of --server-poll-timeout in --secret key mode.Gert Doering2015-05-242-0/+4
* Fix null pointer dereference in options.cJonathan K. Bullard2015-05-231-1/+1
* assume res_init() is always there.Gert Doering2015-05-231-1/+1
* Re-read auth-user-pass file on (re)connect if requiredSteffan Karger2015-05-233-2/+4
* repair --dev null breakage caused by db950be85d37Gert Doering2015-05-231-10/+14
* cleanup: remove md5 helper functionsSteffan Karger2015-05-236-117/+33
* include ifconfig_ environment variables in --up-restart env setJan Just Keijser2015-05-233-43/+50
* Use OPENVPN_ETH_P_* so that <netinet/if_ether.h> is unecessaryFelix Janda2015-05-162-6/+2
* polarssl: disable 1/n-1 record splittingSteffan Karger2015-05-091-0/+8
* Improve --tls-cipher and --show-tls man page descriptionSteffan Karger2015-05-093-2/+7
* polarssl: remove code duplication in key_state_write_plaintext{, _const}()Steffan Karger2015-05-031-33/+5
* Remove size limit for files inlined in configSteffan Karger2015-05-021-1/+10
* Print helpful error message on --mktun/--rmtun if not available.Gert Doering2015-04-282-4/+8
* Fix leftover 'if (false) ;' statementsGert Doering2015-04-221-6/+2
* Remove unneeded parameter 'first_time' from possibly_become_daemon()Steffan Karger2015-04-131-3/+3
* Mac OS X Keychain management clientVasily Kulikov2015-04-137-35/+177
* Remove count_netmask_bits(), convert users to use netmask_to_netbits2()Gert Doering2015-03-085-34/+5
* Fix incorrect use of get_ipv6_addr() for iroute options.Gert Doering2015-03-081-1/+1
* Change float log message to include common name, if available.Steffan Karger2015-03-081-2/+5
* Fix mssfix default value in connection_list contextLev Stipakov2015-03-071-1/+1
* Allow for CN/username of 64 characters (fixes off-by-one)Steffan Karger2015-03-061-3/+3
* polarssl: make sure to always null-terminate the cnSteffan Karger2015-03-061-1/+4
* Get rid of old OpenSSL workarounds.Steffan Karger2015-03-061-2/+2
* Remove unused function sock_addr_setArne Schwabe2015-03-051-11/+0
* Fix frame size calculation for non-CBC modes.Steffan Karger2015-02-271-5/+21
* Print remote IPv4 address on a dual-stack v6 socket in IPv4 formatGert Doering2015-02-152-5/+23
* New approach to handle peer-id related changes to link-mtu.Gert Doering2015-02-153-4/+36
* Disable SSL compressionSteffan Karger2015-02-151-0/+4
* Fix mismatch of fprintf format specifier and argument typeJonathan K. Bullard2015-02-071-1/+1
* Fix NULL dereferencingLev Stipakov2015-02-061-4/+5
* Account for peer-id in frame size calculationSteffan Karger2015-01-231-6/+4
* Disallow lameduck's float to an address taken by another clientLev Stipakov2015-01-223-6/+17
* Add option to disable Diffie Hellman key exchange by setting '--dh none'Steffan Karger2015-01-043-6/+16
* openssl: use crypto_msg(), get rid of openssl-specific code in error.cSteffan Karger2014-12-314-103/+89
* Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger2014-12-3125-201/+64
* openssl: add more descriptive message for 'no shared cipher' errorSteffan Karger2014-12-311-3/+17
* openssl: add crypto_msg(), to easily log openssl errorsSteffan Karger2014-12-313-0/+40
* Default gateway can't be determined on illumos/Solaris platformsAlexander Pyhalov2014-12-311-2/+19