Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * added key derivation functions | Erwin Nindl | 2007-08-09 | 1 | -0/+4 |
| | |||||
* | added libsrtp to the compiler flags | Erwin Nindl | 2007-07-24 | 1 | -3/+2 |
| | |||||
* | compiles again, libsrtp now under /usr/local/lib/libsrtp.a | Erwin Nindl | 2007-07-13 | 1 | -2/+3 |
| | |||||
* | * removed srtp directory | Erwin Nindl | 2007-07-13 | 1 | -20/+1 |
| | | | | | | | | * install libsrtp under /usr/local/lib * cleaned up Makefile | ||||
* | broken makefile fixed | Othmar Gsenger | 2007-06-22 | 1 | -2/+1 |
| | |||||
* | added srtp/crypto/*.o to makefile | Erwin Nindl | 2007-06-22 | 1 | -1/+21 |
| | |||||
* | added options for window size, cypher, auth algo | Christian Pointner | 2007-06-22 | 1 | -0/+4 |
| | | | | | | | added seqWindow class replaced some pointers with references | ||||
* | added options parser | Christian Pointner | 2007-06-21 | 1 | -2/+15 |
| | |||||
* | first test of whole system | Christian Pointner | 2007-06-20 | 1 | -2/+5 |
| | |||||
* | added syslog class | Christian Pointner | 2007-06-20 | 1 | -1/+4 |
| | | | | | | added threads for receiving und sending | ||||
* | begin multi threading | Christian Pointner | 2007-06-20 | 1 | -2/+5 |
| | | | | | | | added signal controller (not working yet) | ||||
* | added PracticalTCP Socket | Christian Pointner | 2007-06-19 | 1 | -1/+4 |
| | |||||
* | bugfix @buffer resize | Christian Pointner | 2007-06-18 | 1 | -1/+4 |
| | | | | | | | added buffer resizefront & back added package | ||||
* | added [] - operator to Buffer | Christian Pointner | 2007-06-17 | 1 | -3/+0 |
| | | | | | | const Buffers are now possible | ||||
* | added cypher and authalgo | Christian Pointner | 2007-06-17 | 1 | -3/+12 |
| | |||||
* | added all the openvpn stuff | Christian Pointner | 2007-06-16 | 1 | -4/+6 |
| | |||||
* | removed openvpn source files | Christian Pointner | 2007-06-16 | 1 | -7/+36 |
| | | | | | | | | tundevice can now be compiled added main added some helper classes | ||||
* | added Makefile | Christian Pointner | 2007-05-04 | 1 | -0/+22 |
imported some header from openvpn |