summaryrefslogtreecommitdiff
path: root/anytun.cpp
Commit message (Collapse)AuthorAgeFilesLines
* nullcypher againOthmar Gsenger2007-07-231-2/+2
|
* Cypher changedOthmar Gsenger2007-07-231-1/+2
|
* * added doc directoryErwin Nindl2007-07-191-2/+2
| | | | | | * changed AesIcmCypher::getBitStream
* bugfix seqnumber sender idChristian Pointner2007-06-221-1/+1
|
* bugfix seq numberChristian Pointner2007-06-221-0/+1
|
* seqWindow testChristian Pointner2007-06-221-2/+3
|
* added options for window size, cypher, auth algoChristian Pointner2007-06-221-36/+41
| | | | | | | added seqWindow class replaced some pointers with references
* added remote host auto detectionChristian Pointner2007-06-211-1/+8
|
* added options parserChristian Pointner2007-06-211-27/+16
|
* first working versionChristian Pointner2007-06-211-7/+8
| | | | | | lacks still some features
* little bugfixChristian Pointner2007-06-201-1/+1
|
* first test of whole systemChristian Pointner2007-06-201-21/+112
|
* added syslog classChristian Pointner2007-06-201-8/+31
| | | | | | added threads for receiving und sending
* begin multi threading Christian Pointner2007-06-201-18/+27
| | | | | | | added signal controller (not working yet)
* added PracticalTCP SocketChristian Pointner2007-06-191-3/+3
|
* read on tunDevice works nowChristian Pointner2007-06-191-27/+9
|
* yet another clean of mainChristian Pointner2007-06-181-54/+34
|
* cleaned main Christian Pointner2007-06-181-65/+0
|
* package works now Christian Pointner2007-06-181-117/+43
|
* package with all member functions (not working yet)Christian Pointner2007-06-181-20/+120
|
* added header functions to packageChristian Pointner2007-06-181-13/+36
|
* bugfix @buffer resizeChristian Pointner2007-06-181-45/+47
| | | | | | | added buffer resizefront & back added package
* readded not silly refernceChristian Pointner2007-06-181-28/+46
| | | | | | | removed really silly refernce some tests with poll()
* added [] - operator to BufferChristian Pointner2007-06-171-30/+40
| | | | | | const Buffers are now possible
* added cypher and authalgoChristian Pointner2007-06-171-1/+5
|
* bugfixes @ tunDeviceChristian Pointner2007-06-171-21/+21
|
* tunDevice can now be open and closed Christian Pointner2007-06-171-0/+31
| | | | | | | tunDevice write seems to work now tunDevice read seems not to work yet
* added all the openvpn stuffChristian Pointner2007-06-161-3/+1
|
* removed openvpn source filesChristian Pointner2007-06-161-0/+58
tundevice can now be compiled added main added some helper classes