summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed anytun-nosync build targetOthmar Gsenger2009-01-127-34/+61
|
* moved rtp stuff to anyrtpproxy and removed it from anytunOthmar Gsenger2009-01-1214-84/+52
|
* clean up MakefileChristian Pointner2009-01-122-151/+34
|
* added new passphrase and config file to cmd line option lettersChristian Pointner2009-01-051-2/+2
|
* changed -R|--route to -T|--route because -R was already takenChristian Pointner2009-01-025-8/+61
| | | | | | added a file containing all used letters for command line
* allways write exceptions to logOthmar Gsenger2009-01-021-6/+4
|
* catch exception from anytun-showtables if no/wrong inputOthmar Gsenger2008-12-301-1/+10
|
* sync race condition work-arround (needs better fix!)Othmar Gsenger2008-12-301-1/+5
|
* fixed windows endian includeOthmar Gsenger2008-12-292-2/+16
|
* added endian.hOthmar Gsenger2008-12-294-26/+56
|
* don't build libanysncOthmar Gsenger2008-12-271-1/+1
|
* fixed some compiler warnings for ubuntu intrepidChristian Pointner2008-12-274-10/+31
|
* typo in helpOthmar Gsenger2008-12-261-1/+1
|
* some documentationOthmar Gsenger2008-12-236-1/+42
|
* cleaner naming for updateRoutingTreeUnlocked nowOthmar Gsenger2008-12-223-4/+4
|
* updateRouteTree has to stay unlocked (is only called within locked routines ↵Othmar Gsenger2008-12-222-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 Pointner2008-12-222-0/+16
| | | | no recognized properly)
* some cleanupChristian Pointner2008-12-221-11/+19
| | | | | | fixed locking error at routingtable
* cleaned up routingTree structureChristian Pointner2008-12-226-77/+122
|
* compiler waring fixOthmar Gsenger2008-12-221-1/+1
|
* routing fixOthmar Gsenger2008-12-221-0/+6
|
* fixed anytun-controldOthmar Gsenger2008-12-221-12/+5
| | | | | | return value is missing again
* catching no route exceptionsOthmar Gsenger2008-12-221-5/+13
|
* new routing systemOthmar Gsenger2008-12-2211-14/+268
| | | | | | supports ipv4 and ipv6 routing with subnetting
* added route option to anytunOthmar Gsenger2008-12-213-0/+46
|
* rewrote syncClient and anytun-showtablesOthmar Gsenger2008-12-213-109/+71
|
* removed wrong logmessage from anytun-configOthmar Gsenger2008-12-211-1/+1
|
* fixed anytun-controld (io service run)Othmar Gsenger2008-12-211-0/+1
| | | | | | parameter parser is broken ( -X 127.0.0.1:2323 doesn't work)
* added ipv6 routing supportOthmar Gsenger2008-12-218-61/+73
| | | | | | routing still only works if all routes have the same netmask
* include path fixed for windows TunDeviceOthmar Gsenger2008-12-171-2/+2
|
* fixed tundevice for windowsOthmar Gsenger2008-12-174-3/+6
|
* fixed bug in routing initialisationOthmar Gsenger2008-12-113-9/+12
|
* removed unused routerOthmar Gsenger2008-12-113-116/+0
|
* networkaddress::operator<() throws exception if types don't matchChristian Pointner2008-12-111-1/+1
|
* types fixesOthmar Gsenger2008-12-113-4/+30
| | | | | builds and links now under windows
* fixed nocrypt defineOthmar Gsenger2008-12-111-0/+2
|
* using boost sleep nowOthmar Gsenger2008-12-111-1/+1
|
* some type fixesOthmar Gsenger2008-12-112-4/+4
|
* mainly type and define fixesOthmar Gsenger2008-12-118-16/+33
| | | | | | partly builds on windows without conversion between host and network byte order working compile defines: NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOSIGNALCONTROLLER;WIN32_LEAN_AND_MEAN
* removed old includesOthmar Gsenger2008-12-111-3/+0
|
* fixed ip version detectionOthmar Gsenger2008-12-111-3/+5
|
* removed unused includesOthmar Gsenger2008-12-111-12/+12
|
* rewrote network addressess to base on boost::asioOthmar Gsenger2008-12-105-190/+84
|
* removed anytun.ncbOthmar Gsenger2008-12-011-0/+0
| | | | | | too big for source code
* fixed stream >> u_int8_t issueChristian Pointner2008-11-302-2/+74
| | | | | | added win32 directory and a empty tunDevice.cpp
* some vc++ files (whatever they do???)Othmar Gsenger2008-11-282-0/+0
|
* fixed linux/bsd buildOthmar Gsenger2008-11-282-4/+4
|
* added some windows support (not working now)Othmar Gsenger2008-11-2814-898/+541
| | | | | | try to build with following Options: NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOROUTING;NOSIGNALCONTROLLER
* some more type cleanups and missig NOCRYPT definesOthmar Gsenger2008-11-285-2/+11
|
* added compile time options NOCRYPT,NODAEMON,NOEXEC for easyier windows portingOthmar Gsenger2008-11-2813-152/+152
| | | | | | moved crypto init functions to cryptinit.hpp and exec to sysexec.hpp (as this will be platform dependant)