Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed build for OpenBSD (no tun device yet) | Christian Pointner | 2008-12-29 | 6 | -5/+166 |
| | |||||
* | improved signal handling | Christian Pointner | 2008-12-29 | 3 | -26/+23 |
| | |||||
* | added -O2 to CCFLAGS | Christian Pointner | 2008-12-29 | 1 | -1/+1 |
| | |||||
* | first working version (null cipher and no auth tag) | Christian Pointner | 2008-12-28 | 1 | -24/+36 |
| | |||||
* | processing of device packets works now (null cipher and no auth algo) | Christian Pointner | 2008-12-28 | 5 | -46/+78 |
| | |||||
* | fixed build ;) | Christian Pointner | 2008-12-28 | 1 | -1/+1 |
| | |||||
* | some cleanup | Christian Pointner | 2008-12-28 | 5 | -4/+18 |
| | |||||
* | added forgotten set functions to packets | Christian Pointner | 2008-12-28 | 2 | -0/+16 |
| | |||||
* | added cipher (net tested yet) | Christian Pointner | 2008-12-28 | 8 | -0/+252 |
| | |||||
* | cleaned up main loop (still some building blocks missing) | Christian Pointner | 2008-12-28 | 1 | -13/+29 |
| | |||||
* | int main() is pretty finished now | Christian Pointner | 2008-12-28 | 4 | -42/+83 |
| | |||||
* | small cleanup | Christian Pointner | 2008-12-28 | 2 | -6/+6 |
| | |||||
* | options parser finished | Christian Pointner | 2008-12-28 | 1 | -1/+5 |
| | |||||
* | options parser almost done | Christian Pointner | 2008-12-28 | 3 | -20/+147 |
| | |||||
* | added options parser | Christian Pointner | 2008-12-28 | 4 | -0/+282 |
| | |||||
* | some cleanup | Christian Pointner | 2008-12-28 | 3 | -91/+46 |
| | |||||
* | added encrypted packet | Christian Pointner | 2008-12-28 | 6 | -36/+271 |
| | | | | | | some cleanup | ||||
* | added plain packet | Christian Pointner | 2008-12-28 | 4 | -26/+275 |
| | |||||
* | some cleanup | Christian Pointner | 2008-12-28 | 3 | -26/+48 |
| | | | | | | | added remote endpoint auto detection small bugfixes | ||||
* | fixed addrstr length error | Christian Pointner | 2008-12-28 | 1 | -3/+5 |
| | |||||
* | some memory erros fixed | Christian Pointner | 2008-12-28 | 3 | -9/+12 |
| | | | | | | added udp_read and udp_write | ||||
* | added enpoint to string functions | Christian Pointner | 2008-12-28 | 3 | -3/+54 |
| | |||||
* | fixed memory error und udp_close | Christian Pointner | 2008-12-28 | 2 | -0/+5 |
| | |||||
* | added udp socket | Christian Pointner | 2008-12-28 | 4 | -0/+201 |
| | |||||
* | added datatypes.h | Christian Pointner | 2008-12-27 | 6 | -5/+75 |
| | |||||
* | some more memory erros @ tun device fixed | Christian Pointner | 2008-12-27 | 3 | -10/+86 |
| | | | | | | added exec script for post up scripts | ||||
* | fixed some memory errors at tun device | Christian Pointner | 2008-12-27 | 2 | -1/+17 |
| | |||||
* | added first version of tun device (needs furhter testing) | Christian Pointner | 2008-12-27 | 4 | -3/+294 |
| | |||||
* | added empty tun.c and h | Christian Pointner | 2008-12-27 | 5 | -5/+87 |
| | |||||
* | initial checkin | Christian Pointner | 2008-12-27 | 8 | -0/+526 |
damonizing chroot signal handling syslog |