Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | yet another debug checkin | Erwin Nindl | 2007-08-29 | 1 | -1/+1 |
| | |||||
* | bugfix, testing continued | Erwin Nindl | 2007-08-29 | 1 | -5/+9 |
| | |||||
* | yet another debug message | Erwin Nindl | 2007-08-28 | 1 | -0/+2 |
| | |||||
* | debug messages added | Erwin Nindl | 2007-08-28 | 1 | -2/+4 |
| | |||||
* | removed messages | Erwin Nindl | 2007-08-28 | 1 | -3/+0 |
| | |||||
* | * changed cypher.* | Erwin Nindl | 2007-08-28 | 1 | -0/+6 |
| | | | | | | * checkin for testing | ||||
* | * added KeyDerivation to anytun.cpp | Erwin Nindl | 2007-08-23 | 1 | -1/+29 |
| | | | | | | * code cleanup | ||||
* | * set cypher to aes_icm | Erwin Nindl | 2007-08-15 | 1 | -15/+15 |
| | | | | | | * changed cypher | ||||
* | nullcypher again | Othmar Gsenger | 2007-07-23 | 1 | -2/+2 |
| | |||||
* | Cypher changed | Othmar Gsenger | 2007-07-23 | 1 | -1/+2 |
| | |||||
* | * added doc directory | Erwin Nindl | 2007-07-19 | 1 | -2/+2 |
| | | | | | | * changed AesIcmCypher::getBitStream | ||||
* | bugfix seqnumber sender id | Christian Pointner | 2007-06-22 | 1 | -1/+1 |
| | |||||
* | bugfix seq number | Christian Pointner | 2007-06-22 | 1 | -0/+1 |
| | |||||
* | seqWindow test | Christian Pointner | 2007-06-22 | 1 | -2/+3 |
| | |||||
* | added options for window size, cypher, auth algo | Christian Pointner | 2007-06-22 | 1 | -36/+41 |
| | | | | | | | added seqWindow class replaced some pointers with references | ||||
* | added remote host auto detection | Christian Pointner | 2007-06-21 | 1 | -1/+8 |
| | |||||
* | added options parser | Christian Pointner | 2007-06-21 | 1 | -27/+16 |
| | |||||
* | first working version | Christian Pointner | 2007-06-21 | 1 | -7/+8 |
| | | | | | | lacks still some features | ||||
* | little bugfix | Christian Pointner | 2007-06-20 | 1 | -1/+1 |
| | |||||
* | first test of whole system | Christian Pointner | 2007-06-20 | 1 | -21/+112 |
| | |||||
* | added syslog class | Christian Pointner | 2007-06-20 | 1 | -8/+31 |
| | | | | | | added threads for receiving und sending | ||||
* | begin multi threading | Christian Pointner | 2007-06-20 | 1 | -18/+27 |
| | | | | | | | added signal controller (not working yet) | ||||
* | added PracticalTCP Socket | Christian Pointner | 2007-06-19 | 1 | -3/+3 |
| | |||||
* | read on tunDevice works now | Christian Pointner | 2007-06-19 | 1 | -27/+9 |
| | |||||
* | yet another clean of main | Christian Pointner | 2007-06-18 | 1 | -54/+34 |
| | |||||
* | cleaned main | Christian Pointner | 2007-06-18 | 1 | -65/+0 |
| | |||||
* | package works now | Christian Pointner | 2007-06-18 | 1 | -117/+43 |
| | |||||
* | package with all member functions (not working yet) | Christian Pointner | 2007-06-18 | 1 | -20/+120 |
| | |||||
* | added header functions to package | Christian Pointner | 2007-06-18 | 1 | -13/+36 |
| | |||||
* | bugfix @buffer resize | Christian Pointner | 2007-06-18 | 1 | -45/+47 |
| | | | | | | | added buffer resizefront & back added package | ||||
* | readded not silly refernce | Christian Pointner | 2007-06-18 | 1 | -28/+46 |
| | | | | | | | removed really silly refernce some tests with poll() | ||||
* | added [] - operator to Buffer | Christian Pointner | 2007-06-17 | 1 | -30/+40 |
| | | | | | | const Buffers are now possible | ||||
* | added cypher and authalgo | Christian Pointner | 2007-06-17 | 1 | -1/+5 |
| | |||||
* | bugfixes @ tunDevice | Christian Pointner | 2007-06-17 | 1 | -21/+21 |
| |