summaryrefslogtreecommitdiff
path: root/buffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added command line parameter for master key and saltChristian Pointner2008-02-271-5/+20
|
* added mux to optionsErwin Nindl2008-02-271-0/+18
|
* fixed resize issue with buffer->xPacketChristian Pointner2008-02-251-0/+2
|
* - keyderivation and cipher should work nowChristian Pointner2008-02-231-94/+80
| | | | | | | | | | however it needs further testing - rewrite of Buffer and Packets
* further cleanupsChristian Pointner2008-02-201-11/+11
| | | | | | | cipher could work now
* added pretty buffer printErwin Nindl2007-12-111-3/+6
|
* added syncbufferOthmar Gsenger2007-12-111-7/+0
|
* * added AuthTag classErwin Nindl2007-12-081-30/+7
| | | | | | | | | * bugfixes in keyderivation, aesicmcypher * removed authtag functins temorarly from anytun.cpp
* serialisation of buffer und connection paramOthmar Gsenger2007-12-071-1/+9
|
* * TunDevice: changed 'char* getTypeString()' to 'const char* getTypeString()'Erwin Nindl2007-11-071-1/+73
| | | | | | | | | | | | | 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-8/+6
| | | | library
* overloaded std::ostream& operator<< for BufferErwin Nindl2007-09-121-0/+14
|
* bugfix @buffer resizeChristian Pointner2007-06-181-2/+29
| | | | | | | 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/+19
| | | | | | const Buffers are now possible
* added cypher and authalgoChristian Pointner2007-06-171-0/+1
|
* added new constructor to bufferChristian Pointner2007-06-161-0/+9
|
* removed openvpn source filesChristian Pointner2007-06-161-0/+111
tundevice can now be compiled added main added some helper classes