Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix @ authentication | Christian Pointner | 2008-03-03 | 1 | -0/+4 |
| | |||||
* | some bugfixes | Christian Pointner | 2008-03-03 | 1 | -31/+55 |
| | | | | | | | added support for authentication | ||||
* | removed debug statements | Othmar Gsenger | 2008-02-29 | 1 | -2/+2 |
| | |||||
* | new anyctr options | Othmar Gsenger | 2008-02-29 | 1 | -1/+3 |
| | |||||
* | sender early setting of payload type | Othmar Gsenger | 2008-02-29 | 1 | -8/+7 |
| | |||||
* | routing debug | Othmar Gsenger | 2008-02-29 | 1 | -2/+3 |
| | |||||
* | changed networkPrefix Constructor | Othmar Gsenger | 2008-02-29 | 1 | -1/+1 |
| | |||||
* | multiconnection sync fix | Othmar Gsenger | 2008-02-28 | 1 | -6/+5 |
| | |||||
* | further routing fixes | Othmar Gsenger | 2008-02-28 | 1 | -1/+5 |
| | |||||
* | added get Src/Dst Address @ plainPacket | Christian Pointner | 2008-02-27 | 1 | -3/+0 |
| | |||||
* | added command line parameter for master key and salt | Christian Pointner | 2008-02-27 | 1 | -28/+1 |
| | |||||
* | fixed mux autodetect | Othmar Gsenger | 2008-02-27 | 1 | -7/+10 |
| | |||||
* | added mux support and routing table | Othmar Gsenger | 2008-02-27 | 1 | -3/+4 |
| | |||||
* | added mux to options | Erwin Nindl | 2008-02-27 | 1 | -1/+17 |
| | |||||
* | removed debug statements | Othmar Gsenger | 2008-02-27 | 1 | -10/+0 |
| | |||||
* | added routing table support | Othmar Gsenger | 2008-02-27 | 1 | -1/+4 |
| | |||||
* | bugfix with packet length | Christian Pointner | 2008-02-25 | 1 | -1/+1 |
| | |||||
* | options is global now | Christian Pointner | 2008-02-25 | 1 | -26/+25 |
| | | | | | | | kd_prf_ is set to null if cipher_ is null as well | ||||
* | added NullKeyDerivation | Christian Pointner | 2008-02-24 | 1 | -6/+4 |
| | | | | | | | added KeyDerivationFactory | ||||
* | default for key_derivation_rate now 1 | Christian Pointner | 2008-02-24 | 1 | -1/+0 |
| | | | | | | | mind the debug output @ sender | ||||
* | bugfix@ sender and receiver reset packet size at begin of loop | Christian Pointner | 2008-02-24 | 1 | -20/+25 |
| | | | | | | | | | bugfix@ keyDerivation key_derivation_rate | ||||
* | - keyderivation and cipher should work now | Christian Pointner | 2008-02-23 | 1 | -68/+36 |
| | | | | | | | | | | however it needs further testing - rewrite of Buffer and Packets | ||||
* | fixed bug with secure memory (don't activate authentication!) | Christian Pointner | 2008-02-20 | 1 | -4/+4 |
| | |||||
* | cleanups | Christian Pointner | 2008-02-20 | 1 | -0/+31 |
| | | | | | | | key derivation could work now | ||||
* | further cleanups | Christian Pointner | 2008-02-20 | 1 | -1/+1 |
| | | | | | | | cipher could work now | ||||
* | further cleanups | Christian Pointner | 2008-02-19 | 1 | -35/+32 |
| | |||||
* | replaces cypher with cipher | Christian Pointner | 2008-02-19 | 1 | -5/+5 |
| | |||||
* | minor changes | Christian Pointner | 2008-02-16 | 1 | -42/+54 |
| | | | | | | | code cleanups | ||||
* | sorry for last ceckin :( | Christian Pointner | 2008-02-06 | 1 | -6/+4 |
| | | | | | | | build works now | ||||
* | added wireshakr lua script for satp | Christian Pointner | 2008-02-06 | 1 | -8/+8 |
| | |||||
* | fixed wrong payload length bug | Othmar Gsenger | 2008-02-06 | 1 | -2/+0 |
| | |||||
* | readded kd generate | Othmar Gsenger | 2008-02-04 | 1 | -5/+5 |
| | |||||
* | test no keyderivation | Othmar Gsenger | 2008-02-04 | 1 | -5/+5 |
| | |||||
* | cout to clog | Christian Pointner | 2008-02-04 | 1 | -4/+0 |
| | |||||
* | fixed Deadlock @ connecetionlist | Christian Pointner | 2008-02-04 | 1 | -3/+5 |
| | |||||
* | fixed bug @ sync | Christian Pointner | 2008-02-04 | 1 | -14/+52 |
| | | | | | | | key gets updatet @ sync | ||||
* | fixed set payload type @ plainpacket | Christian Pointner | 2008-02-04 | 1 | -4/+3 |
| | |||||
* | finallly working, payload type needs further checks | Othmar Gsenger | 2008-01-31 | 1 | -3/+4 |
| | |||||
* | packet and cypher fixes | Othmar Gsenger | 2008-01-31 | 1 | -5/+5 |
| | |||||
* | lenght bug partly fixed | Othmar Gsenger | 2008-01-08 | 1 | -1/+2 |
| | |||||
* | fix in length and nullcypher (still not working) | Othmar Gsenger | 2008-01-08 | 1 | -2/+2 |
| | |||||
* | * cypher and auth-algo selectable via commandline | Erwin Nindl | 2007-12-27 | 1 | -23/+32 |
| | | | | | | | | * libgcrypt uses secure memory now * a few bugfixes | ||||
* | wrong TODO removed | Othmar Gsenger | 2007-12-26 | 1 | -1/+0 |
| | |||||
* | added some Locks | Othmar Gsenger | 2007-12-26 | 1 | -2/+5 |
| | |||||
* | added keygeneration at hmac calculation | Erwin Nindl | 2007-12-24 | 1 | -3/+8 |
| | |||||
* | weihnachtlicher checkin | Erwin Nindl | 2007-12-24 | 1 | -100/+69 |
| | | | | | | | | | | | * packet processing now with less memory operations than before * todo: * testing * set cipher / authalgo via commandline * set key operations for hmac calculation | ||||
* | mesh syncing works now | Othmar Gsenger | 2007-12-23 | 1 | -25/+26 |
| | |||||
* | parser now understands lists | Othmar Gsenger | 2007-12-23 | 1 | -0/+1 |
| | | | | | | | send sync command on connection changes | ||||
* | activated online syncing | Othmar Gsenger | 2007-12-23 | 1 | -4/+7 |
| | |||||
* | added SyncQueue and SyncSocketHandler | Othmar Gsenger | 2007-12-23 | 1 | -3/+6 |
| |