Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small configure improvement | Christian Pointner | 2009-11-08 | 1 | -5/+27 |
| | |||||
* | switched to GPLv3 or higher | Christian Pointner | 2009-10-28 | 38 | -78/+114 |
| | |||||
* | fixed build on FreeBSD | Christian Pointner | 2009-10-06 | 2 | -3/+1 |
| | |||||
* | cleanup | Christian Pointner | 2009-06-24 | 1 | -3/+3 |
| | |||||
* | added pipe to uanytun_exec for execve errors | Christian Pointner | 2009-06-24 | 1 | -4/+34 |
| | |||||
* | more portibke way of calling execve | Christian Pointner | 2009-06-24 | 3 | -3/+6 |
| | |||||
* | fixed build on linux | Christian Pointner | 2009-06-24 | 1 | -0/+1 |
| | |||||
* | fixed ifconfig calls for linux and bsd | Christian Pointner | 2009-06-24 | 4 | -6/+6 |
| | | | | | | fixed execve error handling | ||||
* | bsd tun device now also uses uanytun_exec | Christian Pointner | 2009-06-24 | 2 | -17/+11 |
| | |||||
* | linux tun device now uses uanytun_exec for ifconfig call | Christian Pointner | 2009-06-24 | 4 | -47/+92 |
| | |||||
* | fixed build for no-crypt target | Christian Pointner | 2009-06-24 | 1 | -0/+2 |
| | |||||
* | moved from execl to execve | Christian Pointner | 2009-06-24 | 3 | -5/+6 |
| | |||||
* | added timestamp to file, stdout and stderr log messages | Christian Pointner | 2009-05-03 | 2 | -4/+26 |
| | |||||
* | added signal handling without races | Christian Pointner | 2009-05-03 | 4 | -35/+142 |
| | |||||
* | updated ChangeLog for Releaserel-0.3v0.3 | Christian Pointner | 2009-05-01 | 1 | -2/+4 |
| | |||||
* | updated changelog | Christian Pointner | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | 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 | 7 | -1/+24 |
| | | | | | | updated configs (new option auth-tag-length) | ||||
* | updated manpage and sample configs | Christian Pointner | 2009-03-17 | 6 | -8/+22 |
| | |||||
* | 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 |
| | | | | | | added new label (direction specific) | ||||
* | removed ld_kdr and key store | Christian Pointner | 2009-03-16 | 9 | -128/+61 |
| | | | | | | started to add role support to key derivation | ||||
* | 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 | 9 | -71/+78 |
| | |||||
* | 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 | 7 | -9/+10 |
| | |||||
* | updated manpage and usage info | Christian Pointner | 2009-03-03 | 2 | -13/+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 |
| | |||||
* | Add debian/ for initial Debian package | Michael Prokop | 2009-03-03 | 6 | -0/+141 |
| | |||||
* | tabs to spaces | Christian Pointner | 2009-03-01 | 1 | -11/+11 |
| | |||||
* | fixed prefix length at example post-up scripts | Christian Pointner | 2009-02-28 | 3 | -3/+3 |
| | |||||
* | improved init script (chroot) | Christian Pointner | 2009-02-28 | 3 | -7/+9 |
| | |||||
* | added adduser and deluser to insatll target | Christian Pointner | 2009-02-28 | 8 | -34/+67 |
| | |||||
* | added install info to README | Christian Pointner | 2009-02-28 | 1 | -0/+19 |
| | |||||
* | updated man page | Christian Pointner | 2009-02-28 | 1 | -13/+33 |
| | |||||
* | updated sample conf for openwrt | Christian Pointner | 2009-02-27 | 2 | -3/+83 |
| | |||||
* | added p2p example config | Christian Pointner | 2009-02-27 | 6 | -4/+170 |
| | |||||
* | updated sample config | Christian Pointner | 2009-02-27 | 6 | -162/+201 |
| | |||||
* | updated manpage | Christian Pointner | 2009-02-27 | 1 | -1/+15 |
| | |||||
* | 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 | 6 | -31/+35 |
| |