Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | starting post up script in seperate thread | Christian Pointner | 2009-05-01 | 1 | -4/+10 |
* | 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 |
* | 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 | 13 | -116/+35 |
* | 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 |
* | 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 |
* | added support for configurabel auth tag length | Christian Pointner | 2009-03-17 | 9 | -20/+77 |
* | removed key derivation rate entirely | Christian Pointner | 2009-03-17 | 13 | -124/+156 |
* | 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 |
* | 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 |
* | fixed const @ tundevice | Christian Pointner | 2009-03-05 | 4 | -7/+7 |
* | got rid of ThreadParam | Christian Pointner | 2009-03-05 | 6 | -97/+40 |
* | fixed signalcontroller | Christian Pointner | 2009-03-04 | 5 | -13/+16 |
* | cleanup (less warnings on MSVC) | Christian Pointner | 2009-03-04 | 4 | -6/+6 |
* | cleanup | Christian Pointner | 2009-03-04 | 2 | -23/+5 |
* | fix build | Christian Pointner | 2009-03-04 | 3 | -8/+9 |
* | - extended gResolver: supports completion-callback | Markus Grüneis | 2009-03-04 | 4 | -24/+42 |
* | updated FreeBSD device | Christian Pointner | 2009-03-04 | 2 | -6/+26 |
* | initial checkin of new resolver | Christian Pointner | 2009-03-03 | 4 | -3/+210 |
* | make distclean always works now | Christian Pointner | 2009-03-03 | 3 | -26/+5 |
* | added -4 and -6 to print usage | Christian Pointner | 2009-03-02 | 1 | -0/+2 |
* | updated manpages | Christian Pointner | 2009-02-28 | 5 | -144/+308 |
* | updated README | Christian Pointner | 2009-02-26 | 2 | -2/+2 |
* | added -4 and -6 to command line parser (no affect until now) | Christian Pointner | 2009-02-25 | 2 | -5/+45 |
* | fixed vtable errors for older gcc versions | Christian Pointner | 2009-02-24 | 1 | -0/+1 |
* | log targets get enabled at add only if prio > 0 | Christian Pointner | 2009-02-23 | 2 | -3/+5 |
* | fixed log target string parser | Christian Pointner | 2009-02-22 | 3 | -4/+6 |
* | added log message at windows service stop | Christian Pointner | 2009-02-22 | 2 | -0/+1 |
* | remove useless log priorities CRIT,EMERG,ALERT | Christian Pointner | 2009-02-22 | 15 | -90/+66 |
* | fixed default log level @ anytun-controld | Christian Pointner | 2009-02-22 | 1 | -1/+1 |
* | added log target support to anytun-contorld and anytun-config | Christian Pointner | 2009-02-22 | 3 | -8/+26 |
* | added -L|--log to command line parser | Christian Pointner | 2009-02-22 | 3 | -19/+68 |
* | fixed build on windows | Christian Pointner | 2009-02-22 | 3 | -1/+9 |
* | moved LogErrno to AnytunErrno | Christian Pointner | 2009-02-22 | 24 | -108/+151 |
* | replaced regular throws with AnytunError::thowErr | Christian Pointner | 2009-02-22 | 12 | -144/+100 |
* | fixed signalController on unix | Christian Pointner | 2009-02-22 | 5 | -26/+79 |
* | added signal controller (console control handler) to windows | Christian Pointner | 2009-02-22 | 7 | -26/+185 |
* | fixed build on Windows (after logging chances) | Christian Pointner | 2009-02-22 | 6 | -21/+39 |