summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update TODO.IPv6 listGert Doering2012-06-131-7/+28
* 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
* t_client.sh - fix for iproute2, print summary lineGert Doering2012-06-131-1/+11
* remove the --auto-proxy option from openvpnHeiko Hund2012-06-138-342/+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-072-2/+3
* Add the query to the error message. Makes the diagnose what went wrong from l...Arne Schwabe2012-06-071-1/+1
* build: do not support <polarssl-1.1.0Alon Bar-Lev2012-06-071-1/+1
* build: support platforms that does not need explicit tun headersAlon Bar-Lev2012-06-041-0/+2
* build: update INSTALL to recent changesAlon Bar-Lev2012-06-041-62/+88
* Remove two unused functionsDavid Sommerseth2012-06-012-19/+0
* build: cleanup: yet another forgotten bracketsAlon Bar-Lev2012-06-011-1/+1
* t_client.sh iproute2 script fixesGert Doering2012-06-011-2/+2
* build: add git revision to --version output if build from git repositoryAlon Bar-Lev2012-06-016-0/+46
* build: detect sys/wait.h required for *bsdAlon Bar-Lev2012-06-011-1/+1
* build: insall README* document using build systemAlon Bar-Lev2012-06-012-4/+10
* build: spec: we support openssl >= 0.9.7Alon Bar-Lev2012-06-011-2/+2
* cleanup: spec: make space/tab consistentAlon Bar-Lev2012-06-011-17/+17
* cleanup: update .gitignoreAlon Bar-Lev2012-06-011-0/+2
* build: check minimum polarssl versionAlon Bar-Lev2012-06-011-0/+21
* repair t_client.sh test after build system revolutionGert Doering2012-06-012-8/+10
* Some filesystems don't like ':', which is a path 'make dist' would useDavid Sommerseth2012-05-041-1/+1
* Change version to indicate the master branch is not a versionDavid Sommerseth2012-05-031-1/+1
* Simplify check_cmd_access() functionDavid Sommerseth2012-05-031-22/+26
* build: windows: convert resources to UTF-8Alon Bar-Lev2012-05-032-2/+6
* Clarified the docs and help screen about what a 'cmd' isJonathan K. Bullard2012-05-022-61/+120
* 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: fix typo in --enable-save-passwordAlon Bar-Lev2012-04-281-0/+1
* build: use stdbool.h if availableAlon Bar-Lev2012-04-285-14/+15
* Updated README.polarssl with build system changes.Adriaan de Jong2012-04-271-2/+2
* Removed support for PolarSSL < 1.1Adriaan de Jong2012-04-274-55/+1
* Use POLARSSL_CFLAGS instead of POLARSSL_CRYPTO_CFLAGS in configure.acAdriaan de Jong2012-04-271-1/+1
* Added a configuration option to enable prediction resistance in the PolarSSL ...Adriaan de Jong2012-04-277-0/+69
* 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-272-25/+0
* cleanup: add .gitattributes to control eol style explicitlyAlon Bar-Lev2012-04-262-0/+8
* Ensure sys/un.h autoconf detection includes sys/socket.hAdriaan de Jong2012-04-261-2/+2
* cleanup: remove C++ commentsAlon Bar-Lev2012-04-261-3/+3
* cleanup: plugin: support C++ pluginAlon Bar-Lev2012-04-261-0/+8
* build: properly detect TUNSETPERSISTAlon Bar-Lev2012-04-264-7/+17
* build: properly detect netinet/ip.h structsAlon Bar-Lev2012-04-261-0/+3
* build: fix some statement left from conversionAlon Bar-Lev2012-04-261-6/+6
* cleanup: gc usageAlon Bar-Lev2012-04-025-44/+55