summaryrefslogtreecommitdiff
path: root/anytun.cpp
Commit message (Expand)AuthorAgeFilesLines
* default for key_derivation_rate now 1Christian Pointner2008-02-241-1/+0
* bugfix@ sender and receiver reset packet size at begin of loopChristian Pointner2008-02-241-20/+25
* - keyderivation and cipher should work nowChristian Pointner2008-02-231-68/+36
* fixed bug with secure memory (don't activate authentication!)Christian Pointner2008-02-201-4/+4
* cleanupsChristian Pointner2008-02-201-0/+31
* further cleanupsChristian Pointner2008-02-201-1/+1
* further cleanupsChristian Pointner2008-02-191-35/+32
* replaces cypher with cipher Christian Pointner2008-02-191-5/+5
* minor changes Christian Pointner2008-02-161-42/+54
* sorry for last ceckin :(Christian Pointner2008-02-061-6/+4
* added wireshakr lua script for satpChristian Pointner2008-02-061-8/+8
* fixed wrong payload length bugOthmar Gsenger2008-02-061-2/+0
* readded kd generateOthmar Gsenger2008-02-041-5/+5
* test no keyderivationOthmar Gsenger2008-02-041-5/+5
* cout to clogChristian Pointner2008-02-041-4/+0
* fixed Deadlock @ connecetionlistChristian Pointner2008-02-041-3/+5
* fixed bug @ syncChristian Pointner2008-02-041-14/+52
* fixed set payload type @ plainpacketChristian Pointner2008-02-041-4/+3
* finallly working, payload type needs further checksOthmar Gsenger2008-01-311-3/+4
* packet and cypher fixesOthmar Gsenger2008-01-311-5/+5
* lenght bug partly fixedOthmar Gsenger2008-01-081-1/+2
* fix in length and nullcypher (still not working)Othmar Gsenger2008-01-081-2/+2
* * cypher and auth-algo selectable via commandline Erwin Nindl2007-12-271-23/+32
* wrong TODO removedOthmar Gsenger2007-12-261-1/+0
* added some LocksOthmar Gsenger2007-12-261-2/+5
* added keygeneration at hmac calculation Erwin Nindl2007-12-241-3/+8
* weihnachtlicher checkinErwin Nindl2007-12-241-100/+69
* mesh syncing works nowOthmar Gsenger2007-12-231-25/+26
* parser now understands listsOthmar Gsenger2007-12-231-0/+1
* activated online syncingOthmar Gsenger2007-12-231-4/+7
* added SyncQueue and SyncSocketHandlerOthmar Gsenger2007-12-231-3/+6
* fixed sender (no packets error)Othmar Gsenger2007-12-181-1/+1
* added Synccommand / now connection updates work / sync is multi connection ca...Othmar Gsenger2007-12-131-3/+7
* more generic code in anytun.cppErwin Nindl2007-12-131-18/+13
* splitten SyncSocket to SyncSocket and SyncClientSocketOthmar Gsenger2007-12-131-1/+2
* added syncConnector ThreadOthmar Gsenger2007-12-121-6/+29
* syncing only when sync port is specifiedOthmar Gsenger2007-12-121-8/+9
* replay protection works againOthmar Gsenger2007-12-111-2/+2
* activated keyderivation againErwin Nindl2007-12-111-11/+12
* fixed connection listOthmar Gsenger2007-12-111-3/+3
* recever gets seq and sid now Erwin Nindl2007-12-111-3/+3
* prettyer print to syslogErwin Nindl2007-12-111-6/+6
* changed from errno.h to cerrnoErwin Nindl2007-12-111-1/+1
* added pretty buffer printErwin Nindl2007-12-111-2/+2
* sender sequenze number fixedOthmar Gsenger2007-12-111-1/+1
* fixed many sync thingsOthmar Gsenger2007-12-111-37/+11
* fixed Makefile, ip detectionOthmar Gsenger2007-12-111-1/+1
* checkin for testingErwin Nindl2007-12-111-4/+4
* deactivated kd for testingErwin Nindl2007-12-111-7/+41
* added multible precission integer classErwin Nindl2007-12-111-46/+53