Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added txt version of new draft | Christian Pointner | 2009-11-10 | 1 | -0/+1456 |
| | |||||
* | fixed example config | Christian Pointner | 2009-11-08 | 1 | -2/+2 |
| | |||||
* | include cstring for memcopy | Othmar Gsenger | 2009-11-04 | 3 | -4/+6 |
| | | | | | | | fixes build error on newer systems builds with boost 1.40 now | ||||
* | fixed copyrightrel-0.3.1v0.3.1 | Christian Pointner | 2009-10-29 | 113 | -131/+133 |
| | |||||
* | switched to GPLv3 or higher | Christian Pointner | 2009-10-28 | 108 | -215/+323 |
| | | | | | | this is release 0.3.1 | ||||
* | updated ChangeLog for new release | Christian Pointner | 2009-10-28 | 1 | -0/+7 |
| | |||||
* | changed pid file location at initscript | Christian Pointner | 2009-10-26 | 1 | -10/+12 |
| | |||||
* | changed windows tap device for new version | Othmar Gsenger | 2009-10-17 | 1 | -1/+1 |
| | | | | | works with 64bit windows now | ||||
* | added FreeBSD build info to Readme | Christian Pointner | 2009-10-06 | 1 | -0/+15 |
| | |||||
* | fixed build on freebsd | Christian Pointner | 2009-10-06 | 3 | -6/+10 |
| | |||||
* | got rid of remaining system() | Christian Pointner | 2009-10-04 | 2 | -36/+17 |
| | |||||
* | cleaned new exec script function | Christian Pointner | 2009-10-04 | 1 | -12/+7 |
| | |||||
* | logtargets valgrind cleanup | Christian Pointner | 2009-10-04 | 2 | -3/+5 |
| | |||||
* | small cleanup | Christian Pointner | 2009-10-04 | 2 | -12/+1 |
| | |||||
* | fixed spell error | Christian Pointner | 2009-10-04 | 1 | -1/+1 |
| | |||||
* | fixed bug @ new exec | Christian Pointner | 2009-10-04 | 1 | -6/+3 |
| | |||||
* | added improved script execution | Christian Pointner | 2009-10-04 | 5 | -52/+186 |
| | |||||
* | fixed spelling error | Christian Pointner | 2009-05-29 | 2 | -2/+2 |
| | |||||
* | some format cleanups in text files | Othmar Gsenger | 2009-05-19 | 2 | -2/+1 |
| | |||||
* | added timestap to stdout, stderr and file log message | Christian Pointner | 2009-05-03 | 1 | -2/+4 |
| | |||||
* | starting post up script in seperate thread | Christian Pointner | 2009-05-01 | 1 | -4/+10 |
| | |||||
* | updated ChangeLog for Release anytun-0.3rel-0.3v0.3 | Christian Pointner | 2009-05-01 | 1 | -1/+1 |
| | |||||
* | sync race condition workarround | Othmar Gsenger | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | added same sync race condition fix | Othmar Gsenger | 2009-04-20 | 1 | -1/+1 |
| | |||||
* | kd-prf null bug fix by equinox | Othmar Gsenger | 2009-04-14 | 1 | -5/+2 |
| | |||||
* | allow empty endpoint for config | Othmar Gsenger | 2009-04-14 | 1 | -8/+6 |
| | |||||
* | updated ChangeLog and Readme | Christian Pointner | 2009-04-09 | 3 | -24/+17 |
| | | | | | | fixed Typo at new draft< | ||||
* | added warning to options parser when mixing cluster and connection options | Christian Pointner | 2009-04-07 | 2 | -56/+81 |
| | |||||
* | added log notice for key derivation role parameter | Christian Pointner | 2009-04-07 | 3 | -0/+12 |
| | |||||
* | removed anytun02-compat mode | Christian Pointner | 2009-04-07 | 14 | -117/+36 |
| | |||||
* | some cleanup at new draft | Christian Pointner | 2009-04-01 | 1 | -19/+18 |
| | |||||
* | updated new draft | Christian Pointner | 2009-04-01 | 1 | -3/+3 |
| | |||||
* | added crypto chapter to new draft | Christian Pointner | 2009-04-01 | 1 | -53/+170 |
| | |||||
* | new draft: | Christian Pointner | 2009-03-31 | 1 | -66/+63 |
| | | | | | | | cleanup got rid of MKI | ||||
* | added new draft with integrated cryptography description | Christian Pointner | 2009-03-31 | 1 | -0/+414 |
| | |||||
* | updated to new crypto label | Christian Pointner | 2009-03-23 | 1 | -6/+6 |
| | |||||
* | fixed build on windows | Christian Pointner | 2009-03-23 | 2 | -0/+8 |
| | |||||
* | added gResolver to SyncServer | Christian Pointner | 2009-03-22 | 6 | -144/+101 |
| | | | | | | some cleanup | ||||
* | added gResolver to anytun-config | Christian Pointner | 2009-03-22 | 3 | -10/+28 |
| | |||||
* | added error callback to resolver for better handling | Christian Pointner | 2009-03-22 | 5 | -22/+38 |
| | | | | | | of resolvCallback exceptions | ||||
* | updated config (new option auth-tag-length) | Christian Pointner | 2009-03-17 | 6 | -0/+18 |
| | |||||
* | added support for configurabel auth tag length | Christian Pointner | 2009-03-17 | 10 | -22/+79 |
| | |||||
* | removed key derivation rate entirely | Christian Pointner | 2009-03-17 | 22 | -125/+173 |
| | | | | | | | added new role based label updated configs and manpages | ||||
* | added SIGERROR to signal Controller | Christian Pointner | 2009-03-10 | 4 | -12/+43 |
| | |||||
* | changed packetSource to use gResolver | Christian Pointner | 2009-03-05 | 6 | -47/+55 |
| | |||||
* | fixed daemonizing and boost::thread problem (workaround) | Christian Pointner | 2009-03-05 | 5 | -39/+61 |
| | | | | | | fixed signalController | ||||
* | added retry capability to resolver | Christian Pointner | 2009-03-05 | 1 | -9/+31 |
| | |||||
* | added resolvAddrType to gResolver | Christian Pointner | 2009-03-05 | 5 | -21/+52 |
| | |||||
* | moved sync thread creation before priv.drop to allow bind on privileged ports | Christian Pointner | 2009-03-05 | 1 | -10/+12 |
| | |||||
* | fixed tunDev-- Diese und die folgenden Zeilen werden ignoriert -- | Christian Pointner | 2009-03-05 | 2 | -4/+4 |
| | | | | | | | M src/bsd/tunDevice.cpp M src/linux/tunDevice.cpp |