summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* finally added callIdQueue (sorry)Christian Pointner2008-03-171-4/+6
| | | | | | | | threads get started @ sync now TODO: cleanup threads and session on daed
* anyrtpproxy can handled most commandsChristian Pointner2008-03-131-0/+1
| | | | | | | TODO: start threads for relaying
* renamed binarysOthmar Gsenger2008-03-131-7/+7
|
* added SyncRtpCommandOthmar Gsenger2008-03-081-0/+7
|
* added RtpSessionTableOthmar Gsenger2008-03-081-5/+8
|
* some bugfixesChristian Pointner2008-03-031-4/+0
| | | | | | | added support for authentication
* modified makefile for anyctrErwin Nindl2008-02-281-2/+30
| | | | | | options cleanup
* added file parameter to anymuxErwin Nindl2008-02-281-3/+11
| | | | | | modified makefile
* added anytun-showtablesOthmar Gsenger2008-02-281-1/+7
|
* anymux baseOthmar Gsenger2008-02-281-0/+4
|
* added anymuxOthmar Gsenger2008-02-281-1/+7
|
* added control interfaceOthmar Gsenger2008-02-281-5/+10
|
* added route syncingOthmar Gsenger2008-02-271-0/+8
|
* added network prefixOthmar Gsenger2008-02-271-0/+4
|
* added NullKeyDerivationChristian Pointner2008-02-241-0/+4
| | | | | | | added KeyDerivationFactory
* added routing table basic structureOthmar Gsenger2008-02-221-0/+8
|
* replaces cypher with cipher Christian Pointner2008-02-191-4/+4
|
* packet and cypher fixesOthmar Gsenger2008-01-311-4/+0
|
* fix in length and nullcypher (still not working)Othmar Gsenger2008-01-081-1/+8
|
* * cypher and auth-algo selectable via commandline Erwin Nindl2007-12-271-0/+8
| | | | | | | | * libgcrypt uses secure memory now * a few bugfixes
* weihnachtlicher checkinErwin Nindl2007-12-241-0/+4
| | | | | | | | | | | * packet processing now with less memory operations than before * todo: * testing * set cipher / authalgo via commandline * set key operations for hmac calculation
* added SyncQueue and SyncSocketHandlerOthmar Gsenger2007-12-231-0/+8
|
* added Synccommand / now connection updates work / sync is multi connection ↵Othmar Gsenger2007-12-131-0/+4
| | | | capable
* added plainpaket.o to makefileErwin Nindl2007-12-131-0/+4
|
* splitten SyncSocket to SyncSocket and SyncClientSocketOthmar Gsenger2007-12-131-0/+4
|
* added ctags target to makefileErwin Nindl2007-12-121-0/+3
|
* fixed Makefile, ip detectionOthmar Gsenger2007-12-111-1/+1
|
* added multible precission integer classErwin Nindl2007-12-111-0/+4
| | | | | | | key derivation
* added syncbufferOthmar Gsenger2007-12-111-0/+4
|
* * added AuthTag classErwin Nindl2007-12-081-0/+4
| | | | | | | | | * bugfixes in keyderivation, aesicmcypher * removed authtag functins temorarly from anytun.cpp
* serialisation & makefile fixOthmar Gsenger2007-12-071-0/+12
|
* added boost as dependencyOthmar Gsenger2007-12-071-1/+1
|
* Added syncsocketOthmar Gsenger2007-12-031-2/+22
|
* fixed doxygen bugErwin Nindl2007-11-261-1/+1
|
* * fixed initialisation of libgcryptErwin Nindl2007-11-211-1/+1
| | | | | | * reoved libstrp from deps
* * TunDevice: changed 'char* getTypeString()' to 'const char* getTypeString()'Erwin Nindl2007-11-071-1/+3
| | | | | | | | | | | | | 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
* baut wiederChristian Pointner2007-11-061-1/+1
|
* router + connection manage eingebautOthmar Gsenger2007-11-061-0/+1
|
* added routerOthmar Gsenger2007-11-041-0/+1
|
* added Address Class and Connection ListOthmar Gsenger2007-11-041-0/+1
|
* added connectionListOthmar Gsenger2007-11-031-0/+1
| | | | | | fixed README (libgcrypt-dev)
* added doxygen, and doxygen makefile targetErwin Nindl2007-10-071-1/+5
|
* * added key derivation functionsErwin Nindl2007-08-091-0/+4
|
* added libsrtp to the compiler flagsErwin Nindl2007-07-241-3/+2
|
* compiles again, libsrtp now under /usr/local/lib/libsrtp.aErwin Nindl2007-07-131-2/+3
|
* * removed srtp directoryErwin Nindl2007-07-131-20/+1
| | | | | | | | * install libsrtp under /usr/local/lib * cleaned up Makefile
* broken makefile fixedOthmar Gsenger2007-06-221-2/+1
|
* added srtp/crypto/*.o to makefileErwin Nindl2007-06-221-1/+21
|
* added options for window size, cypher, auth algoChristian Pointner2007-06-221-0/+4
| | | | | | | added seqWindow class replaced some pointers with references
* added options parserChristian Pointner2007-06-211-2/+15
|