Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fixed sender (no packets error) | Othmar Gsenger | 2007-12-18 | 1 | -1/+1 |
| | |||||
* | added Synccommand / now connection updates work / sync is multi connection ↵ | Othmar Gsenger | 2007-12-13 | 1 | -3/+7 |
| | | | | capable | ||||
* | more generic code in anytun.cpp | Erwin Nindl | 2007-12-13 | 1 | -18/+13 |
| | |||||
* | splitten SyncSocket to SyncSocket and SyncClientSocket | Othmar Gsenger | 2007-12-13 | 1 | -1/+2 |
| | |||||
* | added syncConnector Thread | Othmar Gsenger | 2007-12-12 | 1 | -6/+29 |
| | |||||
* | syncing only when sync port is specified | Othmar Gsenger | 2007-12-12 | 1 | -8/+9 |
| | |||||
* | replay protection works again | Othmar Gsenger | 2007-12-11 | 1 | -2/+2 |
| | |||||
* | activated keyderivation again | Erwin Nindl | 2007-12-11 | 1 | -11/+12 |
| | |||||
* | fixed connection list | Othmar Gsenger | 2007-12-11 | 1 | -3/+3 |
| | | | | | | memory leak kd and sequence window created by createConnection | ||||
* | recever gets seq and sid now | Erwin Nindl | 2007-12-11 | 1 | -3/+3 |
| | |||||
* | prettyer print to syslog | Erwin Nindl | 2007-12-11 | 1 | -6/+6 |
| | |||||
* | changed from errno.h to cerrno | Erwin Nindl | 2007-12-11 | 1 | -1/+1 |
| | |||||
* | added pretty buffer print | Erwin Nindl | 2007-12-11 | 1 | -2/+2 |
| | |||||
* | sender sequenze number fixed | Othmar Gsenger | 2007-12-11 | 1 | -1/+1 |
| | |||||
* | fixed many sync things | Othmar Gsenger | 2007-12-11 | 1 | -37/+11 |
| | | | | | | | fixed warning (multiple key) | ||||
* | fixed Makefile, ip detection | Othmar Gsenger | 2007-12-11 | 1 | -1/+1 |
| | |||||
* | checkin for testing | Erwin Nindl | 2007-12-11 | 1 | -4/+4 |
| | |||||
* | deactivated kd for testing | Erwin Nindl | 2007-12-11 | 1 | -7/+41 |
| | |||||
* | added multible precission integer class | Erwin Nindl | 2007-12-11 | 1 | -46/+53 |
| | | | | | | | key derivation | ||||
* | some cleanups | Christian Pointner | 2007-12-10 | 1 | -14/+14 |
| | |||||
* | added synclistensocket | Othmar Gsenger | 2007-12-10 | 1 | -2/+22 |
| | |||||
* | replay protection still broken (disabled) | Othmar Gsenger | 2007-12-09 | 1 | -2/+2 |
| | |||||
* | testing replay protection | Othmar Gsenger | 2007-12-09 | 1 | -2/+6 |
| | |||||
* | disabled replay protection | Othmar Gsenger | 2007-12-09 | 1 | -3/+4 |
| | |||||
* | added dynamic ip support | Othmar Gsenger | 2007-12-09 | 1 | -1/+11 |
| | | | | | | added comments | ||||
* | code clean up | Othmar Gsenger | 2007-12-09 | 1 | -55/+95 |
| | | | | | | fixed sender sequence number (is a connection parameter) | ||||
* | fixed logging, remove output to stdout | Othmar Gsenger | 2007-12-09 | 1 | -8/+10 |
| | |||||
* | fixed sender (use connectionParam not option to send packet - fixes dynamic ↵ | Othmar Gsenger | 2007-12-09 | 1 | -1/+1 |
| | | | | ip detection) | ||||
* | removed some code in sender (crypto) | Othmar Gsenger | 2007-12-09 | 1 | -2/+2 |
| | |||||
* | fixed to much removed code | Othmar Gsenger | 2007-12-09 | 1 | -3/+4 |
| | |||||
* | removed some code for debugging | Othmar Gsenger | 2007-12-09 | 1 | -2/+2 |
| | |||||
* | no call to keyderivation | Othmar Gsenger | 2007-12-09 | 1 | -5/+6 |
| | |||||
* | * added AuthTag class | Erwin Nindl | 2007-12-08 | 1 | -14/+22 |
| | | | | | | | | | * bugfixes in keyderivation, aesicmcypher * removed authtag functins temorarly from anytun.cpp | ||||
* | split parameters to global params and connection params (moved to connection ↵ | Othmar Gsenger | 2007-12-07 | 1 | -44/+59 |
| | | | | list) | ||||
* | added ssl tools | Othmar Gsenger | 2007-12-03 | 1 | -0/+9 |
| | |||||
* | added connectionList | Othmar Gsenger | 2007-11-03 | 1 | -2/+2 |
| | | | | | | fixed README (libgcrypt-dev) | ||||
* | tunnel type fixed | Othmar Gsenger | 2007-09-04 | 1 | -2/+2 |
| | |||||
* | added parameter type | Othmar Gsenger | 2007-09-04 | 1 | -1/+1 |
| | |||||
* | reconnect is now possible | Christian Pointner | 2007-09-04 | 1 | -3/+3 |
| | |||||
* | no dump 2 | Othmar Gsenger | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | remove packeage dump (breaks terminal) | Othmar Gsenger | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | changed to nullcipher again to get a temporary running version | Erwin Nindl | 2007-08-29 | 1 | -2/+2 |
| |