Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix in length and nullcypher (still not working) | Othmar Gsenger | 2008-01-08 | 5 | -21/+12 |
| | |||||
* | included pf_key in anytun_key (needs some review) | Othmar Gsenger | 2007-12-31 | 3 | -12/+23 |
| | |||||
* | added cypherFactory.cpp | Erwin Nindl | 2007-12-27 | 1 | -0/+47 |
| | |||||
* | print new sa | Othmar Gsenger | 2007-12-27 | 2 | -1/+68 |
| | |||||
* | isakmpd first version building | Othmar Gsenger | 2007-12-27 | 3 | -12/+24 |
| | |||||
* | * cypher and auth-algo selectable via commandline | Erwin Nindl | 2007-12-27 | 13 | -60/+186 |
| | | | | | | | | * libgcrypt uses secure memory now * a few bugfixes | ||||
* | added anytun to isakmpd | Othmar Gsenger | 2007-12-27 | 5 | -180/+381 |
| | |||||
* | adden new isakmpd | Othmar Gsenger | 2007-12-27 | 247 | -0/+58383 |
| | |||||
* | removed old isakmpd | Othmar Gsenger | 2007-12-27 | 4 | -10/+0 |
| | |||||
* | fixed define for include | Erwin Nindl | 2007-12-27 | 1 | -1/+1 |
| | |||||
* | added cypherfactory | Erwin Nindl | 2007-12-26 | 1 | -0/+59 |
| | |||||
* | wrong TODO removed | Othmar Gsenger | 2007-12-26 | 1 | -1/+0 |
| | |||||
* | added some Locks | Othmar Gsenger | 2007-12-26 | 7 | -6/+24 |
| | |||||
* | added keygeneration at hmac calculation | Erwin Nindl | 2007-12-24 | 2 | -4/+9 |
| | |||||
* | weihnachtlicher checkin | Erwin Nindl | 2007-12-24 | 13 | -158/+592 |
| | | | | | | | | | | | * 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 | 4 | -40/+114 |
| | |||||
* | parser now understands lists | Othmar Gsenger | 2007-12-23 | 2 | -1/+28 |
| | | | | | | | send sync command on connection changes | ||||
* | check pointer for NULL | Othmar Gsenger | 2007-12-23 | 1 | -1/+2 |
| | |||||
* | activated online syncing | Othmar Gsenger | 2007-12-23 | 3 | -4/+27 |
| | |||||
* | added SyncQueue and SyncSocketHandler | Othmar Gsenger | 2007-12-23 | 6 | -3/+186 |
| | |||||
* | fixed sender (no packets error) | Othmar Gsenger | 2007-12-18 | 1 | -1/+1 |
| | |||||
* | includes missing files | Othmar Gsenger | 2007-12-18 | 2 | -0/+45 |
| | |||||
* | added Synccommand / now connection updates work / sync is multi connection ↵ | Othmar Gsenger | 2007-12-13 | 10 | -26/+61 |
| | | | | capable | ||||
* | 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 |
| | | | | | | * removed a memleak at the IV generation in kd, cypher | ||||
* | 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 |
| | | | | | | * kd iv generation fix | ||||
* | 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 |
| | | | | | | memory leak kd and sequence window created by createConnection |