summaryrefslogtreecommitdiff
path: root/tunDevice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* bugfix@ sender and receiver reset packet size at begin of loopChristian Pointner2008-02-241-4/+4
| | | | | | | | | bugfix@ keyDerivation key_derivation_rate
* * TunDevice: changed 'char* getTypeString()' to 'const char* getTypeString()'Erwin Nindl2007-11-071-1/+1
| | | | | | | | | | | | | to fix warning: deprecated conversion from string constant to ‘char*’ * removed libsrtp, use libgcrypt instead now * added buffer funcitons TODO: * fix IV issues * add authentification
* tunnel type fixedOthmar Gsenger2007-09-041-1/+1
|
* NULL String fixed in tundeviceOthmar Gsenger2007-09-041-1/+1
|
* added parameter typeOthmar Gsenger2007-09-041-2/+2
|
* first test of whole systemChristian Pointner2007-06-201-1/+14
|
* added syslog classChristian Pointner2007-06-201-1/+3
| | | | | | added threads for receiving und sending
* added PracticalTCP SocketChristian Pointner2007-06-191-1/+1
|
* read on tunDevice works nowChristian Pointner2007-06-191-4/+7
|
* readded not silly refernceChristian Pointner2007-06-181-4/+8
| | | | | | | removed really silly refernce some tests with poll()
* added [] - operator to BufferChristian Pointner2007-06-171-0/+2
| | | | | | const Buffers are now possible
* bugfixes @ tunDeviceChristian Pointner2007-06-171-40/+31
|
* tunDevice can now be open and closed Christian Pointner2007-06-171-34/+86
| | | | | | | tunDevice write seems to work now tunDevice read seems not to work yet
* removed openvpn source filesChristian Pointner2007-06-161-6/+53
| | | | | | | | tundevice can now be compiled added main added some helper classes
* added file headerChristian Pointner2007-04-231-0/+29
|
* initial checkin tunDevice.cpp and hChristian Pointner2007-04-221-0/+25