summaryrefslogtreecommitdiffstats
path: root/src/openvpn/init.c
Commit message (Expand)AuthorAgeFilesLines
* Call daemon() before initializing crypto librarySteffan Karger2015-05-261-21/+11
* Re-read auth-user-pass file on (re)connect if requiredSteffan Karger2015-05-231-0/+1
* include ifconfig_ environment variables in --up-restart env setJan Just Keijser2015-05-231-0/+3
* Print helpful error message on --mktun/--rmtun if not available.Gert Doering2015-04-281-2/+8
* Remove unneeded parameter 'first_time' from possibly_become_daemon()Steffan Karger2015-04-131-3/+3
* New approach to handle peer-id related changes to link-mtu (2.3 version)Gert Doering2015-02-271-0/+24
* Add client-only support for peer-id.Gert Doering2014-11-241-1/+11
* Add proper check for crypto modes (CBC or OFB/CFB)Steffan Karger2014-07-071-1/+1
* Fixed several instances of declarations after statements.James Yonan2014-05-201-4/+6
* If --tls-cipher is supplied, make --show-tls parse the list.Steffan Karger2014-01-031-1/+1
* Fix slow memory drain on each client renegotiation.Gert Doering2013-11-171-1/+1
* Move settings of user script into set_user_script functionArne Schwabe2013-05-311-5/+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-301-6/+13
* Always push basic set of peer info values to server.James Yonan2013-05-271-1/+6
* Fix NULL-pointer crash in route_list_add_vpn_gateway().Gert Doering2013-05-181-3/+4
* add new option for X.509 name verificationHeiko Hund2013-03-071-4/+3
* Remove the support for using system() when executing external programs or scr...David Sommerseth2012-10-311-3/+0
* fix regression with --http-proxy[-*] optionsHeiko Hund2012-07-301-2/+1
* add option --management-query-proxyHeiko Hund2012-07-191-100/+85
* remove unused show_connection_list debug functionHeiko Hund2012-07-191-25/+0
* Fix compiling with --disable-managementArne Schwabe2012-07-051-1/+6
* Remove ENABLE_CONNECTIONS ifdefsArne Schwabe2012-06-221-12/+0
* Remove ENABLE_INLINE_FILES conditionalsArne Schwabe2012-06-221-4/+0
* Completely remove ancient IANA port warning.Arne Schwabe2012-06-221-6/+0
* Add missing pieces to IPv6 route gateway handling.Gert Doering2012-06-131-3/+0
* cleanup and redefine metric handling for IPv6 routesGert Doering2012-06-131-1/+1
* remove the --auto-proxy option from openvpnHeiko Hund2012-06-131-6/+4
* Added a configuration option to enable prediction resistance in the PolarSSL ...Adriaan de Jong2012-04-271-0/+6
* build: properly detect TUNSETPERSISTAlon Bar-Lev2012-04-261-1/+1
* build: move wrappers into platform moduleAlon Bar-Lev2012-03-241-9/+9
* build: move daemon() emulation into compatAlon Bar-Lev2012-03-221-1/+1
* build: move gettimeofday() emulation to compatAlon Bar-Lev2012-03-221-2/+2
* build: move out config.h include from sysheadAlon Bar-Lev2012-03-221-0/+6
* build: proper crypto detection and usageAlon Bar-Lev2012-03-221-42/+42
* build: proper lzo detection and usageAlon Bar-Lev2012-03-221-7/+7
* build: proper selinux detection and usageAlon Bar-Lev2012-03-221-2/+2
* build: standard directory layoutAlon Bar-Lev2012-03-221-0/+3788