Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added Synccommand / now connection updates work / sync is multi connection ca... | Othmar Gsenger | 2007-12-13 | 10 | -26/+61 |
* | added mux_type | Erwin Nindl | 2007-12-13 | 1 | -3/+7 |
* | syntax fix in plainpacket constructor | Erwin Nindl | 2007-12-13 | 1 | -2/+1 |
* | added plainpaket.o to makefile | Erwin Nindl | 2007-12-13 | 1 | -0/+4 |
* | added PlainPacket class | Erwin Nindl | 2007-12-13 | 2 | -0/+131 |
* | more generic code in anytun.cpp | Erwin Nindl | 2007-12-13 | 5 | -25/+29 |
* | activated sync | Othmar Gsenger | 2007-12-13 | 1 | -1/+0 |
* | splitten SyncSocket to SyncSocket and SyncClientSocket | Othmar Gsenger | 2007-12-13 | 6 | -46/+104 |
* | codechanges in sha1authalgo | Erwin Nindl | 2007-12-12 | 2 | -2/+12 |
* | build error fixed | Othmar Gsenger | 2007-12-12 | 1 | -1/+1 |
* | debugging.. | Othmar Gsenger | 2007-12-12 | 1 | -0/+1 |
* | OnLine -> OnRawData | Othmar Gsenger | 2007-12-12 | 2 | -13/+12 |
* | added buffer size | Othmar Gsenger | 2007-12-12 | 1 | -1/+1 |
* | added full sync support (max 2 anycast servers) | Othmar Gsenger | 2007-12-12 | 2 | -9/+25 |
* | * renamed HmacAuthAlgo to Sha1AuthAlgo | Erwin Nindl | 2007-12-12 | 6 | -21/+88 |
* | added newline | Othmar Gsenger | 2007-12-12 | 1 | -0/+2 |
* | added printing of sync information to stdout | Othmar Gsenger | 2007-12-12 | 2 | -0/+8 |
* | added ctags target to makefile | Erwin Nindl | 2007-12-12 | 1 | -0/+3 |
* | added syncConnector Thread | Othmar Gsenger | 2007-12-12 | 3 | -8/+69 |
* | updated readme | Othmar Gsenger | 2007-12-12 | 1 | -0/+18 |
* | syncing only when sync port is specified | Othmar Gsenger | 2007-12-12 | 1 | -8/+9 |
* | changed Mpi::getBuf, now returns u_int8_t *! | Erwin Nindl | 2007-12-12 | 4 | -10/+15 |
* | set iv to fixed length of 16byte in kd | Erwin Nindl | 2007-12-11 | 3 | -6/+7 |
* | kd iv generation fix again | Erwin Nindl | 2007-12-11 | 3 | -5/+10 |
* | * added mpi operator | Erwin Nindl | 2007-12-11 | 3 | -1/+14 |
* | replay protection works again | Othmar Gsenger | 2007-12-11 | 2 | -7/+7 |
* | activated keyderivation again | Erwin Nindl | 2007-12-11 | 1 | -11/+12 |
* | fixed connection list | Othmar Gsenger | 2007-12-11 | 4 | -11/+16 |
* | recever gets seq and sid now | Erwin Nindl | 2007-12-11 | 2 | -3/+4 |
* | fixed sync crash, when no active connections | Othmar Gsenger | 2007-12-11 | 1 | -5/+8 |
* | connectionParam copy constructor | Othmar Gsenger | 2007-12-11 | 2 | -1/+4 |
* | prettyer print to syslog | Erwin Nindl | 2007-12-11 | 1 | -6/+6 |
* | added syscbuffer copy constructor | Othmar Gsenger | 2007-12-11 | 1 | -0/+1 |
* | changed from errno.h to cerrno | Erwin Nindl | 2007-12-11 | 1 | -1/+1 |
* | added pretty buffer print | Erwin Nindl | 2007-12-11 | 3 | -6/+10 |
* | debuging sync buffer | Othmar Gsenger | 2007-12-11 | 3 | -8/+9 |
* | fixed mpi default construktor | Erwin Nindl | 2007-12-11 | 1 | -1/+2 |
* | sender sequenze number fixed | Othmar Gsenger | 2007-12-11 | 3 | -4/+7 |
* | now set really key in KD | Erwin Nindl | 2007-12-11 | 2 | -70/+53 |
* | serialisation working!!! | Othmar Gsenger | 2007-12-11 | 2 | -2/+3 |
* | fixed many sync things | Othmar Gsenger | 2007-12-11 | 10 | -80/+45 |
* | fixes in mpi class, keyderivation iv generation | Erwin Nindl | 2007-12-11 | 3 | -11/+29 |
* | fixed Makefile, ip detection | Othmar Gsenger | 2007-12-11 | 2 | -2/+2 |
* | checkin for testing | Erwin Nindl | 2007-12-11 | 1 | -4/+4 |
* | deactivated kd for testing | Erwin Nindl | 2007-12-11 | 2 | -8/+42 |
* | added multible precission integer class | Erwin Nindl | 2007-12-11 | 8 | -91/+276 |
* | added syncbuffer | Othmar Gsenger | 2007-12-11 | 10 | -38/+108 |
* | some cleanups | Christian Pointner | 2007-12-10 | 5 | -27/+29 |
* | added synclistensocket | Othmar Gsenger | 2007-12-10 | 4 | -13/+467 |
* | replay protection still broken (disabled) | Othmar Gsenger | 2007-12-09 | 1 | -2/+2 |