summaryrefslogtreecommitdiff
path: root/buffer.h
Commit message (Collapse)AuthorAgeFilesLines
* * TunDevice: changed 'char* getTypeString()' to 'const char* getTypeString()'Erwin Nindl2007-11-071-3/+10
| | | | | | | | | | | | | 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
* removed overloaded std::ostream& << operator because of problems with stdc++ ↵Erwin Nindl2007-09-121-3/+2
| | | | library
* overloaded std::ostream& operator<< for BufferErwin Nindl2007-09-121-0/+3
|
* * added KeyDerivation to anytun.cppErwin Nindl2007-08-231-0/+1
| | | | | | * code cleanup
* * removed srtp directoryErwin Nindl2007-07-131-0/+1
| | | | | | | | * install libsrtp under /usr/local/lib * cleaned up Makefile
* first test of whole systemChristian Pointner2007-06-201-1/+5
|
* bugfix @buffer resizeChristian Pointner2007-06-181-2/+3
| | | | | | | added buffer resizefront & back added package
* readded not silly refernceChristian Pointner2007-06-181-2/+2
| | | | | | | removed really silly refernce some tests with poll()
* removed silly reference @ buffer [] operatorChristian Pointner2007-06-171-1/+1
|
* added [] - operator to BufferChristian Pointner2007-06-171-2/+6
| | | | | | const Buffers are now possible
* added cypher and authalgoChristian Pointner2007-06-171-1/+1
|
* added new constructor to bufferChristian Pointner2007-06-161-0/+1
|
* removed openvpn source filesChristian Pointner2007-06-161-0/+55
tundevice can now be compiled added main added some helper classes