summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* llOthmar Gsenger2008-02-282-2/+3
|
* added file parameter to anymuxErwin Nindl2008-02-284-18/+35
| | | | | | modified makefile
* sync bugfixOthmar Gsenger2008-02-281-1/+1
|
* sync fixesOthmar Gsenger2008-02-283-6/+17
|
* removed newlines from muxsocketOthmar Gsenger2008-02-281-2/+1
|
* testoutput changedOthmar Gsenger2008-02-281-42/+1
|
* added anytun-showtablesOthmar Gsenger2008-02-282-1/+119
|
* added fileoutput to anymuxErwin Nindl2008-02-285-6/+58
|
* added muxSocketOthmar Gsenger2008-02-282-0/+63
|
* anymux baseOthmar Gsenger2008-02-282-55/+28
|
* added anymuxOthmar Gsenger2008-02-282-1/+126
|
* added generic tool codeChristian Pointner2008-02-289-0/+926
| | | | | | | added anyrtpproxy
* added control interfaceOthmar Gsenger2008-02-285-8/+145
|
* further routing fixesOthmar Gsenger2008-02-2812-15/+58
|
* reduced routing sync overheadOthmar Gsenger2008-02-281-4/+7
|
* fixed route serialisationOthmar Gsenger2008-02-281-2/+3
|
* added joobla templateOthmar Gsenger2008-02-286-11/+37
|
* more edits on dokumentation.odtErwin Nindl2008-02-281-0/+0
|
* bugfix empty routing table with existent connectionsOthmar Gsenger2008-02-283-3/+5
|
* added debug statementOthmar Gsenger2008-02-281-0/+2
|
* bugtestingOthmar Gsenger2008-02-281-0/+1
|
* added ./anytun options to Dokumentation.odtErwin Nindl2008-02-281-0/+0
|
* typo in documentation.odtErwin Nindl2008-02-281-0/+0
|
* fixed PlainPacket get Src/Dst AddressChristian Pointner2008-02-284-7/+36
| | | | | | | added toString to NetworkAddress
* added get Src/Dst Address @ plainPacketChristian Pointner2008-02-273-4/+67
|
* added route syncingOthmar Gsenger2008-02-279-15/+149
|
* added command line parameter for master key and saltChristian Pointner2008-02-274-41/+53
|
* fixed mux autodetectOthmar Gsenger2008-02-271-7/+10
|
* added mux support and routing tableOthmar Gsenger2008-02-276-13/+36
|
* added mux to optionsErwin Nindl2008-02-275-1/+82
|
* removed debug statementsOthmar Gsenger2008-02-271-10/+0
|
* added routing table supportOthmar Gsenger2008-02-273-15/+39
|
* added network prefixOthmar Gsenger2008-02-272-0/+121
|
* added networkprefix auto detectio9n of network addressOthmar Gsenger2008-02-272-1/+24
|
* added networkAddress operatorsOthmar Gsenger2008-02-272-0/+76
|
* added network prefixOthmar Gsenger2008-02-272-1/+5
|
* dokumetation typosOthmar Gsenger2008-02-271-0/+0
|
* addes sync-local-addr to help textOthmar Gsenger2008-02-272-1/+4
|
* added documentation (german)Othmar Gsenger2008-02-261-0/+0
|
* fixed helpOthmar Gsenger2008-02-261-1/+1
|
* added papers/ directory, Erwin Nindl2008-02-263-0/+0
| | | | | | contains now 'anycast und kryptographie.pdf'
* improved lua script for wiresharkChristian Pointner2008-02-261-18/+39
|
* added quick and dirty hack which remedies the cipher CTR error issuesChristian Pointner2008-02-251-0/+2
|
* fixed resize issue with buffer->xPacketChristian Pointner2008-02-256-3/+21
|
* bugfix with packet lengthChristian Pointner2008-02-251-1/+1
|
* options is global nowChristian Pointner2008-02-256-56/+91
| | | | | | | kd_prf_ is set to null if cipher_ is null as well
* sorry forgot to add keyDerivatioFactoryChristian Pointner2008-02-244-2/+102
|
* added NullKeyDerivationChristian Pointner2008-02-247-45/+113
| | | | | | | added KeyDerivationFactory
* changed cipher option default value to aes-ctrChristian Pointner2008-02-244-3/+31
| | | | | | | added option for key derivation, default is aes-ctr
* default for key_derivation_rate now 1Christian Pointner2008-02-242-2/+1
| | | | | | | mind the debug output @ sender