Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed build | Christian Pointner | 2009-01-15 | 1 | -2/+2 |
| | |||||
* | small cleanup | Christian Pointner | 2009-01-15 | 3 | -42/+56 |
| | |||||
* | small cleanup | Christian Pointner | 2009-01-15 | 2 | -18/+20 |
| | |||||
* | removed useless file | Christian Pointner | 2009-01-15 | 1 | -417/+0 |
| | |||||
* | added missing file headers | Christian Pointner | 2009-01-15 | 5 | -0/+155 |
| | |||||
* | small cleanup | Christian Pointner | 2009-01-15 | 3 | -6/+6 |
| | |||||
* | add multi kd support | Christian Pointner | 2009-01-15 | 3 | -43/+50 |
| | |||||
* | small cleanup | Christian Pointner | 2009-01-15 | 3 | -38/+23 |
| | |||||
* | ported uanytun key derivation to anytun | Christian Pointner | 2009-01-15 | 12 | -448/+334 |
| | | | | | | | | no key store until now (ld_kdr gets ignored) no multi kd until now (WritersLock instead of ReadersLock @ generate) finally removed creepy mpi class | ||||
* | ported authAlgo from uanytun to anytun | Christian Pointner | 2009-01-14 | 3 | -102/+118 |
| | |||||
* | ported cipher from uanytun to anytun | Christian Pointner | 2009-01-14 | 5 | -120/+164 |
| | |||||
* | ported uAnytun sequence window to anytun | Christian Pointner | 2009-01-12 | 4 | -50/+114 |
| | |||||
* | cleaned up includes | Othmar Gsenger | 2009-01-12 | 1 | -2/+0 |
| | |||||
* | removed some object files from nosync target | Othmar Gsenger | 2009-01-12 | 1 | -3/+3 |
| | |||||
* | fixed anytun-nosync build target | Othmar Gsenger | 2009-01-12 | 7 | -34/+61 |
| | |||||
* | moved rtp stuff to anyrtpproxy and removed it from anytun | Othmar Gsenger | 2009-01-12 | 14 | -84/+52 |
| | |||||
* | clean up Makefile | Christian Pointner | 2009-01-12 | 2 | -151/+34 |
| | |||||
* | changed -R|--route to -T|--route because -R was already taken | Christian Pointner | 2009-01-02 | 4 | -8/+8 |
| | | | | | | added a file containing all used letters for command line | ||||
* | allways write exceptions to log | Othmar Gsenger | 2009-01-02 | 1 | -6/+4 |
| | |||||
* | catch exception from anytun-showtables if no/wrong input | Othmar Gsenger | 2008-12-30 | 1 | -1/+10 |
| | |||||
* | sync race condition work-arround (needs better fix!) | Othmar Gsenger | 2008-12-30 | 1 | -1/+5 |
| | |||||
* | fixed windows endian include | Othmar Gsenger | 2008-12-29 | 2 | -2/+16 |
| | |||||
* | added endian.h | Othmar Gsenger | 2008-12-29 | 4 | -26/+56 |
| | |||||
* | don't build libanysnc | Othmar Gsenger | 2008-12-27 | 1 | -1/+1 |
| | |||||
* | fixed some compiler warnings for ubuntu intrepid | Christian Pointner | 2008-12-27 | 4 | -10/+31 |
| | |||||
* | typo in help | Othmar Gsenger | 2008-12-26 | 1 | -1/+1 |
| | |||||
* | some documentation | Othmar Gsenger | 2008-12-23 | 2 | -1/+16 |
| | |||||
* | cleaner naming for updateRoutingTreeUnlocked now | Othmar Gsenger | 2008-12-22 | 3 | -4/+4 |
| | |||||
* | updateRouteTree has to stay unlocked (is only called within locked routines ↵ | Othmar Gsenger | 2008-12-22 | 2 | -2/+2 |
| | | | | | | | | so far) this might change at later time | ||||
* | fixed anytun and anytun-controld commandline parser error (127.0.0.1:124 got ↵ | Christian Pointner | 2008-12-22 | 2 | -0/+16 |
| | | | | no recognized properly) | ||||
* | some cleanup | Christian Pointner | 2008-12-22 | 1 | -11/+19 |
| | | | | | | fixed locking error at routingtable | ||||
* | cleaned up routingTree structure | Christian Pointner | 2008-12-22 | 6 | -77/+122 |
| | |||||
* | compiler waring fix | Othmar Gsenger | 2008-12-22 | 1 | -1/+1 |
| | |||||
* | routing fix | Othmar Gsenger | 2008-12-22 | 1 | -0/+6 |
| | |||||
* | fixed anytun-controld | Othmar Gsenger | 2008-12-22 | 1 | -12/+5 |
| | | | | | | return value is missing again | ||||
* | catching no route exceptions | Othmar Gsenger | 2008-12-22 | 1 | -5/+13 |
| | |||||
* | new routing system | Othmar Gsenger | 2008-12-22 | 11 | -14/+268 |
| | | | | | | supports ipv4 and ipv6 routing with subnetting | ||||
* | added route option to anytun | Othmar Gsenger | 2008-12-21 | 3 | -0/+46 |
| | |||||
* | rewrote syncClient and anytun-showtables | Othmar Gsenger | 2008-12-21 | 3 | -109/+71 |
| | |||||
* | removed wrong logmessage from anytun-config | Othmar Gsenger | 2008-12-21 | 1 | -1/+1 |
| | |||||
* | fixed anytun-controld (io service run) | Othmar Gsenger | 2008-12-21 | 1 | -0/+1 |
| | | | | | | parameter parser is broken ( -X 127.0.0.1:2323 doesn't work) | ||||
* | added ipv6 routing support | Othmar Gsenger | 2008-12-21 | 8 | -61/+73 |
| | | | | | | routing still only works if all routes have the same netmask | ||||
* | include path fixed for windows TunDevice | Othmar Gsenger | 2008-12-17 | 1 | -2/+2 |
| | |||||
* | fixed tundevice for windows | Othmar Gsenger | 2008-12-17 | 4 | -3/+6 |
| | |||||
* | fixed bug in routing initialisation | Othmar Gsenger | 2008-12-11 | 3 | -9/+12 |
| | |||||
* | removed unused router | Othmar Gsenger | 2008-12-11 | 3 | -116/+0 |
| | |||||
* | networkaddress::operator<() throws exception if types don't match | Christian Pointner | 2008-12-11 | 1 | -1/+1 |
| | |||||
* | types fixes | Othmar Gsenger | 2008-12-11 | 3 | -4/+30 |
| | | | | | builds and links now under windows | ||||
* | fixed nocrypt define | Othmar Gsenger | 2008-12-11 | 1 | -0/+2 |
| | |||||
* | using boost sleep now | Othmar Gsenger | 2008-12-11 | 1 | -1/+1 |
| |