Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed anytun02 compat mode | Christian Pointner | 2009-04-07 | 7 | -40/+13 |
* | updated to new crypto label | Christian Pointner | 2009-03-23 | 1 | -6/+6 |
* | added deprecated warning for anytun02-compat | Christian Pointner | 2009-03-17 | 1 | -1/+3 |
* | fixed label salt error | Christian Pointner | 2009-03-17 | 1 | -2/+2 |
* | fixed endianess error at new label | Christian Pointner | 2009-03-17 | 3 | -5/+7 |
* | removed role symmetric (useless) | Christian Pointner | 2009-03-16 | 4 | -10/+49 |
* | removed ld_kdr and key store | Christian Pointner | 2009-03-16 | 9 | -128/+61 |
* | added --role to options parser | Christian Pointner | 2009-03-16 | 3 | -0/+31 |
* | added command line option for auth tag length | Christian Pointner | 2009-03-13 | 7 | -69/+69 |
* | moved hex-dump function to log_* | Christian Pointner | 2009-03-12 | 3 | -17/+28 |
* | bugfix @ BSD tunDevice | Christian Pointner | 2009-03-04 | 1 | -1/+3 |
* | fixes for FreeBSD | Christian Pointner | 2009-03-04 | 2 | -13/+29 |
* | fixed build on FreeBSD | Christian Pointner | 2009-03-04 | 6 | -6/+7 |
* | updated manpage and usage info | Christian Pointner | 2009-03-03 | 1 | -1/+1 |
* | deactivated --ld-kdr | Christian Pointner | 2009-03-03 | 1 | -1/+1 |
* | removed useless library dependencies | Christian Pointner | 2009-03-03 | 1 | -2/+1 |
* | make distclean is now always possible | Christian Pointner | 2009-03-03 | 1 | -1/+5 |
* | tabs to spaces | Christian Pointner | 2009-03-01 | 1 | -11/+11 |
* | added adduser and deluser to insatll target | Christian Pointner | 2009-02-28 | 2 | -17/+47 |
* | added additional security check in case remote address is not set | Christian Pointner | 2009-02-26 | 1 | -1/+1 |
* | removed not working setsockopt V6ONLY | Christian Pointner | 2009-02-26 | 1 | -8/+9 |
* | fixed address length for openbsd | Christian Pointner | 2009-02-26 | 1 | -1/+8 |
* | moved from %m to %s and strerror | Christian Pointner | 2009-02-26 | 6 | -24/+25 |
* | added -4 and -6 switches to udp socket | Christian Pointner | 2009-02-26 | 5 | -28/+31 |
* | added -4 and -6 command line arguments | Christian Pointner | 2009-02-26 | 3 | -2/+37 |
* | cleanup | Christian Pointner | 2009-02-26 | 2 | -2/+2 |
* | fixed some name resolution issues | Christian Pointner | 2009-02-24 | 3 | -18/+41 |
* | fixed addrlen bug @ getaddrinfo | Christian Pointner | 2009-02-24 | 1 | -2/+2 |
* | fixed bug @ file log target | Christian Pointner | 2009-02-24 | 3 | -3/+21 |
* | logtarget gets now disbaled if level <= 0 | Christian Pointner | 2009-02-23 | 2 | -4/+6 |
* | fixed cleanup at errors in main | Christian Pointner | 2009-02-23 | 1 | -5/+21 |
* | added command line parameters for new logging | Christian Pointner | 2009-02-23 | 5 | -36/+96 |
* | added duplicates detection for new logging | Christian Pointner | 2009-02-23 | 3 | -2/+24 |
* | added extended logging support | Christian Pointner | 2009-02-23 | 13 | -120/+621 |
* | added string_list | Christian Pointner | 2009-02-23 | 3 | -0/+160 |
* | tested with gcc pedantic -> cleanup | Christian Pointner | 2009-02-20 | 6 | -9/+16 |
* | fixed compat mode bug | Christian Pointner | 2009-02-18 | 1 | -2/+2 |
* | small cleanup | Christian Pointner | 2009-02-18 | 1 | -0/+1 |
* | small cleanup | Christian Pointner | 2009-02-18 | 1 | -1/+1 |
* | added runtime switch for anytun 0.2 crypto compability | Christian Pointner | 2009-02-18 | 8 | -26/+30 |
* | fixed loglevel at daemonize | Christian Pointner | 2009-02-12 | 1 | -4/+4 |
* | improved daemonizing | Christian Pointner | 2009-02-12 | 1 | -1/+21 |
* | added install target to make file | Christian Pointner | 2009-02-06 | 2 | -2/+67 |
* | fixed gcrypt/ssl issue | Christian Pointner | 2009-02-04 | 1 | -0/+2 |
* | remove LD completly | Christian Pointner | 2009-02-04 | 1 | -3/+1 |
* | always use gcc for linking (not ld) | Christian Pointner | 2009-02-04 | 2 | -1/+2 |
* | cleaned file header | Christian Pointner | 2009-02-04 | 30 | -210/+210 |
* | added --target option to configure script | Christian Pointner | 2009-02-04 | 1 | -0/+4 |
* | not sending packet when remote addr is unkown | Christian Pointner | 2009-02-04 | 3 | -1/+8 |
* | improved tap device handling on openbsd | Christian Pointner | 2009-02-04 | 1 | -0/+7 |