summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* splitten SyncSocket to SyncSocket and SyncClientSocketOthmar Gsenger2007-12-136-46/+104
|
* codechanges in sha1authalgoErwin Nindl2007-12-122-2/+12
|
* build error fixedOthmar Gsenger2007-12-121-1/+1
|
* debugging..Othmar Gsenger2007-12-121-0/+1
|
* OnLine -> OnRawDataOthmar Gsenger2007-12-122-13/+12
|
* added buffer sizeOthmar Gsenger2007-12-121-1/+1
|
* added full sync support (max 2 anycast servers)Othmar Gsenger2007-12-122-9/+25
|
* * renamed HmacAuthAlgo to Sha1AuthAlgoErwin Nindl2007-12-126-21/+88
| | | | | | * removed a memleak at the IV generation in kd, cypher
* added newlineOthmar Gsenger2007-12-121-0/+2
|
* added printing of sync information to stdoutOthmar Gsenger2007-12-122-0/+8
|
* added ctags target to makefileErwin Nindl2007-12-121-0/+3
|
* added syncConnector ThreadOthmar Gsenger2007-12-123-8/+69
|
* updated readmeOthmar Gsenger2007-12-121-0/+18
|
* syncing only when sync port is specifiedOthmar Gsenger2007-12-121-8/+9
|
* changed Mpi::getBuf, now returns u_int8_t *!Erwin Nindl2007-12-124-10/+15
|
* set iv to fixed length of 16byte in kdErwin Nindl2007-12-113-6/+7
|
* kd iv generation fix againErwin Nindl2007-12-113-5/+10
|
* * added mpi operatorErwin Nindl2007-12-113-1/+14
| | | | | | * kd iv generation fix
* replay protection works againOthmar Gsenger2007-12-112-7/+7
|
* activated keyderivation againErwin Nindl2007-12-111-11/+12
|
* fixed connection listOthmar Gsenger2007-12-114-11/+16
| | | | | | memory leak kd and sequence window created by createConnection
* recever gets seq and sid now Erwin Nindl2007-12-112-3/+4
|
* fixed sync crash, when no active connectionsOthmar Gsenger2007-12-111-5/+8
|
* connectionParam copy constructorOthmar Gsenger2007-12-112-1/+4
|
* prettyer print to syslogErwin Nindl2007-12-111-6/+6
|
* added syscbuffer copy constructorOthmar Gsenger2007-12-111-0/+1
|
* changed from errno.h to cerrnoErwin Nindl2007-12-111-1/+1
|
* added pretty buffer printErwin Nindl2007-12-113-6/+10
|
* debuging sync bufferOthmar Gsenger2007-12-113-8/+9
| | | | | | lenght changes, don't know why
* fixed mpi default construktorErwin Nindl2007-12-111-1/+2
|
* sender sequenze number fixedOthmar Gsenger2007-12-113-4/+7
|
* now set really key in KDErwin Nindl2007-12-112-70/+53
|
* serialisation working!!!Othmar Gsenger2007-12-112-2/+3
|
* fixed many sync thingsOthmar Gsenger2007-12-1110-80/+45
| | | | | | | fixed warning (multiple key)
* fixes in mpi class, keyderivation iv generationErwin Nindl2007-12-113-11/+29
|
* fixed Makefile, ip detectionOthmar Gsenger2007-12-112-2/+2
|
* checkin for testingErwin Nindl2007-12-111-4/+4
|
* deactivated kd for testingErwin Nindl2007-12-112-8/+42
|
* added multible precission integer classErwin Nindl2007-12-118-91/+276
| | | | | | | key derivation
* added syncbufferOthmar Gsenger2007-12-1110-38/+108
|
* some cleanupsChristian Pointner2007-12-105-27/+29
|
* added synclistensocketOthmar Gsenger2007-12-104-13/+467
|
* replay protection still broken (disabled)Othmar Gsenger2007-12-091-2/+2
|
* testing replay protectionOthmar Gsenger2007-12-091-2/+6
|
* disabled replay protectionOthmar Gsenger2007-12-091-3/+4
|
* added dynamic ip supportOthmar Gsenger2007-12-091-1/+11
| | | | | | added comments
* code clean upOthmar Gsenger2007-12-093-59/+101
| | | | | | fixed sender sequence number (is a connection parameter)
* fixed logging, remove output to stdoutOthmar Gsenger2007-12-091-8/+10
|
* fixed sender (use connectionParam not option to send packet - fixes dynamic ↵Othmar Gsenger2007-12-091-1/+1
| | | | ip detection)
* removed some code in sender (crypto)Othmar Gsenger2007-12-091-2/+2
|