summaryrefslogtreecommitdiffstats
path: root/src/openvpn
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanup and redefine metric handling for IPv6 routesGert Doering2012-06-133-6/+9
* Fix reported compile issues on OSX 10.6.8Frank de Brabander2012-06-131-0/+5
* Implement search for "first free" tun/tap device on SolarisGert Doering2012-06-131-8/+32
* remove the --auto-proxy option from openvpnHeiko Hund2012-06-137-330/+11
* Add the name of the context where option is not allowed to the error message.Arne Schwabe2012-06-071-2/+3
* Explain that route-nopull also causes the client to ignore dhcp options.Arne Schwabe2012-06-071-1/+1
* Add the query to the error message. Makes the diagnose what went wrong from l...Arne Schwabe2012-06-071-1/+1
* Remove two unused functionsDavid Sommerseth2012-06-012-19/+0
* build: add git revision to --version output if build from git repositoryAlon Bar-Lev2012-06-011-0/+6
* Simplify check_cmd_access() functionDavid Sommerseth2012-05-031-22/+26
* build: windows: convert resources to UTF-8Alon Bar-Lev2012-05-031-1/+3
* Clarified the docs and help screen about what a 'cmd' isJonathan K. Bullard2012-05-021-13/+13
* Fix file access checks on commandsJonathan K. Bullard2012-05-021-21/+68
* Removed stray "Fox-IT hardening" string.Adriaan de Jong2012-04-281-1/+1
* build: use stdbool.h if availableAlon Bar-Lev2012-04-282-13/+1
* Removed support for PolarSSL < 1.1Adriaan de Jong2012-04-274-55/+1
* Added a configuration option to enable prediction resistance in the PolarSSL ...Adriaan de Jong2012-04-276-0/+55
* Added support for new PolarSSL 1.1 RNGAdriaan de Jong2012-04-276-22/+148
* crash: packet_id_debug_print: sl may be nullAlon Bar-Lev2012-04-271-6/+10
* Clean-up: Presume that Linux is always IPv6 capable at build timeDavid Sommerseth2012-04-271-19/+0
* build: properly detect TUNSETPERSISTAlon Bar-Lev2012-04-263-7/+7
* cleanup: gc usageAlon Bar-Lev2012-04-025-44/+55
* cleanup: avoid using ~0 - windowsAlon Bar-Lev2012-04-023-36/+42
* cleanup: avoid using ~0 - netmaskAlon Bar-Lev2012-04-026-10/+12
* cleanup: avoid using ~0 - ipv6Alon Bar-Lev2012-04-021-1/+1
* cleanup: avoid using ~0 - genericAlon Bar-Lev2012-04-022-1/+5
* cleanup: flags should not be boolAlon Bar-Lev2012-03-302-6/+6
* Migrated x509_get_sha1_hash to use the garbage collectorAdriaan de Jong2012-03-304-42/+11
* Migrated x509_get_serial to use the garbage collectorAdriaan de Jong2012-03-304-47/+26
* Migrated x509_get_subject to use of the garbage collectorAdriaan de Jong2012-03-308-75/+51
* Fixed off-by-one in serial length calculationAdriaan de Jong2012-03-291-1/+1
* Remove calls to OpenSSL when building with --disable-sslIgor Novgorodov2012-03-293-4/+19
* build: msvc: upgrade to Visual Studio 2010 + fixupsAlon Bar-Lev2012-03-294-778/+721
* build: tap: search for tap headerAlon Bar-Lev2012-03-281-1/+1
* build: windows: set vendor to openvpn project + cleanupsAlon Bar-Lev2012-03-261-3/+3
* build: use tap-windows.h as external dependencyAlon Bar-Lev2012-03-242-2/+3
* build: move wrappers into platform moduleAlon Bar-Lev2012-03-2423-468/+584
* cleanup: move console related function into its own moduleAlon Bar-Lev2012-03-249-215/+286
* build: move inet_ntop(), inet_pton() emulation into compatAlon Bar-Lev2012-03-222-61/+0
* build: move daemon() emulation into compatAlon Bar-Lev2012-03-223-37/+1