Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | ignoring messages with too high levels | ||||
* | 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 |
| | | | | | | fixed file logging (flush) | ||||
* | 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 |
| | |||||
* | OpenBSD support for new ifconifg method | Christian Pointner | 2009-02-04 | 1 | -36/+35 |
| | |||||
* | added linux support for new ifconfig usage | Christian Pointner | 2009-02-04 | 4 | -18/+37 |
| | |||||
* | fixed build on bsd (do_ifconfig not working yet) | Christian Pointner | 2009-02-03 | 1 | -43/+40 |
| | |||||
* | new ifconfig syntax (only command line parser yet) | Christian Pointner | 2009-02-03 | 6 | -63/+97 |
| | |||||
* | droping privileges without chroot is now possible | Christian Pointner | 2009-01-28 | 4 | -40/+97 |
| | |||||
* | readded phony targets to makefile | Christian Pointner | 2009-01-28 | 1 | -0/+2 |
| | |||||
* | reenabled ld-kdr | Christian Pointner | 2009-01-28 | 3 | -19/+19 |
| | | | | | | cleaning up Makefile | ||||
* | deactivated option for ld_kdr | Christian Pointner | 2009-01-28 | 3 | -18/+20 |
| | | | | | | cleanup at options parser and manpage | ||||
* | cleanup | Christian Pointner | 2009-01-22 | 1 | -4/+2 |
| | |||||
* | updated exit status handling of exec script | Christian Pointner | 2009-01-20 | 2 | -2/+13 |
| | |||||
* | switching key derivation prf to null if no auth or no enc | Christian Pointner | 2009-01-20 | 1 | -0/+6 |
| | |||||
* | fixed bug which prevents uanytun from detecting device type properly | Christian Pointner | 2009-01-19 | 4 | -7/+6 |
| | | | | | | some cleanup | ||||
* | moved signal init to better place | Christian Pointner | 2009-01-18 | 1 | -2/+1 |
| | |||||
* | fixed anytun 0.2 compat mode | Christian Pointner | 2009-01-16 | 2 | -6/+0 |
| | | | | | | fixed invalid free at options parser | ||||
* | fixed packet length errors | Christian Pointner | 2009-01-16 | 8 | -4/+32 |
| | |||||
* | Release 0.2.1rel-0.2.1v0.2.1 | Christian Pointner | 2009-01-14 | 3 | -51/+27 |
| | | | | | | fixed key derivation rate bug | ||||
* | change dual kd to single kd with 2 key storages | Christian Pointner | 2009-01-14 | 7 | -83/+79 |
| | |||||
* | fixed auth_algo length check | Christian Pointner | 2009-01-14 | 1 | -2/+1 |
| | |||||
* | small improvement auth_algo | Christian Pointner | 2009-01-14 | 1 | -1/+7 |
| |