summaryrefslogtreecommitdiffstats
path: root/init.c
Commit message (Expand)AuthorAgeFilesLines
* fixup: init.c: add missing conditional for ENABLE_CLIENT_CRAlon Bar-Lev2012-03-221-0/+2
* cleanup: remove C++ warningsAlon Bar-Lev2012-03-221-1/+1
* Made some options connection-entry specificJan Just Keijser2012-02-131-17/+17
* Fix assert() situations where gc_malloc() is called without a gc_arena objectDavid Sommerseth2012-02-081-1/+1
* Implement IPv6 interface config with non-/64 prefix lengths.Gert Doering2012-02-041-0/+1
* Add --route-pre-down/OPENVPN_PLUGIN_ROUTE_PREDOWN script/plug-in hookDavid Sommerseth2012-01-251-2/+19
* Move away from openvpn_basename() over to platform provided basename()David Sommerseth2012-01-101-2/+4
* Added "memstats" option to maintain real-time operating statsJames Yonan2011-12-141-0/+22
* Fixes for the plugin system:Adriaan de Jong2011-10-221-1/+1
* Refactored: Netscape certificate type verificationAdriaan de Jong2011-10-211-1/+1
* Refactored: removed global x509_username_fieldAdriaan de Jong2011-10-211-0/+5
* Refactored tls_options, key_state, and key_source data structuresAdriaan de Jong2011-10-211-1/+1
* Refactored root SSL context initialisationAdriaan de Jong2011-10-191-6/+6
* Refactored crypto initialisation functionsAdriaan de Jong2011-10-191-2/+2
* Refactored OpenSSL-specific constantsAdriaan de Jong2011-10-191-2/+2
* Refactored to rand_bytes for OpenSSL-independencyAdriaan de Jong2011-10-191-1/+1
* add --mark option to set SO_MARK sockoptHeiko Hund2011-08-311-0/+1
* USE_PF_INET6 by default for v2.3JuanJo Ciarlante2011-08-251-10/+1
* Merge remote branch SVN 2.1 into the git treeDavid Sommerseth2011-08-191-17/+111
|\
| * Added "management-query-remote" directive (client) to allowJames Yonan2011-07-051-10/+106
| * Added redirect-gateway block-local flag, with support forJames Yonan2011-06-121-16/+4
| * Added support for static challenge/response protocol.James Yonan2011-06-031-1/+11
| * Fixed compile issues on Windows.James Yonan2011-04-251-1/+1
| * Added new "extra-certs" and "verify-hash" options (see man page forJames Yonan2011-04-251-0/+3
| * Fixed bug that incorrectly placed stricter TCP packet replay rules onJames Yonan2011-04-021-9/+6
| * Added more packet ID debug info at debug level 3 for debuggingJames Yonan2011-03-311-1/+1
| * Added "auth-token" client directive, which is intended to beJames Yonan2011-03-261-1/+1
| * Renamed branch to reflect that it is no longer beta.James Yonan2011-03-171-0/+3637
* Merge branch 'svn-branch-2.1' into mergeDavid Sommerseth2011-04-261-17/+53
|\
| * Fixed compile issues on Windows.James Yonan2011-04-261-1/+1
| * Added new "extra-certs" and "verify-hash" options (see man page forJames Yonan2011-04-261-0/+3
| * Fixed bug that incorrectly placed stricter TCP packet replay rules onJames Yonan2011-04-261-9/+6
| * Added more packet ID debug info at debug level 3 for debuggingJames Yonan2011-04-261-1/+1
| * Added "auth-token" client directive, which is intended to beJames Yonan2011-04-261-1/+1
| * Reduce log verbosity at level 3, with a focus on removing excessive log verbo...James Yonan2011-04-251-1/+1
| * Added optional journal directory argument to "port-share" directive, for repo...James Yonan2011-04-251-1/+3
| * Implemented get_default_gateway_mac_addr for Mac OS X (previously,James Yonan2011-02-141-0/+21
| * * added --management-up-down option to allow management interfaceJames Yonan2011-01-101-4/+13
| * Added --x509-track option.James Yonan2011-01-051-0/+4
| * Misc fixes to r6708.James Yonan2010-12-131-1/+0
* | Merge branch 'feat_ipv6_payload'David Sommerseth2011-04-251-7/+58
|\ \
| * | - Win32 IPv6 ifconfig support, using "netsh" callsGert Doering2011-04-241-2/+5
| * | Enable IPv6 Payload in OpenVPN p2mp tun server mode. 20100104-1 release.Gert Doering2011-04-241-5/+53
* | | * init.c: small in-doc tweaksJuanJo Ciarlante2011-03-251-1/+4
* | | * init.c: document the ENABLE_MANAGEMENT place to work onJuanJo Ciarlante2011-03-251-0/+2
* | | * support --disable-ipv6 build properly:JuanJo Ciarlante2011-03-251-3/+3
* | | * rebased openvpn-2.1_rc1b.jjo.20061206.d.patchJuanJo Ciarlante2011-03-251-16/+20
|/ /
* | Extend the v3 plug-in API to send over X509 certificatesDavid Sommerseth2011-03-251-1/+1
* | Provide 'dev_type' environment variable to plug-ins and script hooksDavid Sommerseth2011-03-251-0/+4
* | Misc fixes to r6708.James Yonan2011-03-251-1/+0