Imported Upstream version 0.3 v0.3
authorMichael Prokop <mika@grml.org>
Fri, 29 May 2009 19:19:02 +0000 (21:19 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 29 May 2009 19:19:02 +0000 (21:19 +0200)
commit058ae090a970436caec3b3059e9e18b310dd6b0d
tree83b3b8819b2db54465ace239a0b9a122736cebef
Imported Upstream version 0.3
135 files changed:
AUTHORS [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
etc/anytun/autostart [new file with mode: 0644]
etc/anytun/client1/config [new file with mode: 0644]
etc/anytun/client1/post-up.sh [new file with mode: 0755]
etc/anytun/client2/config [new file with mode: 0644]
etc/anytun/client2/post-up.sh [new file with mode: 0755]
etc/anytun/client3/config [new file with mode: 0644]
etc/anytun/client3/post-up.sh [new file with mode: 0755]
etc/anytun/p2p-a/config [new file with mode: 0644]
etc/anytun/p2p-b/config [new file with mode: 0644]
etc/anytun/server/conf.d/client1 [new file with mode: 0644]
etc/anytun/server/conf.d/client2 [new file with mode: 0644]
etc/anytun/server/conf.d/client3 [new file with mode: 0644]
etc/anytun/server/config [new file with mode: 0644]
etc/anytun/server/post-up.sh [new file with mode: 0755]
etc/init.d/anytun [new file with mode: 0755]
src/Doxyfile [new file with mode: 0644]
src/Makefile [new file with mode: 0644]
src/anyrtpproxy/Makefile [new file with mode: 0644]
src/anyrtpproxy/anyrtpproxy.cpp [new file with mode: 0644]
src/anyrtpproxy/callIdQueue.cpp [new file with mode: 0644]
src/anyrtpproxy/callIdQueue.h [new file with mode: 0644]
src/anyrtpproxy/commandHandler.cpp [new file with mode: 0644]
src/anyrtpproxy/commandHandler.h [new file with mode: 0644]
src/anyrtpproxy/connectionList.cpp [new file with mode: 0644]
src/anyrtpproxy/connectionList.h [new file with mode: 0644]
src/anyrtpproxy/options.cpp [new file with mode: 0644]
src/anyrtpproxy/options.h [new file with mode: 0644]
src/anyrtpproxy/portWindow.cpp [new file with mode: 0644]
src/anyrtpproxy/portWindow.h [new file with mode: 0644]
src/anyrtpproxy/rtpSession.cpp [new file with mode: 0644]
src/anyrtpproxy/rtpSession.h [new file with mode: 0644]
src/anyrtpproxy/rtpSessionTable.cpp [new file with mode: 0644]
src/anyrtpproxy/rtpSessionTable.h [new file with mode: 0644]
src/anyrtpproxy/syncRtpCommand.cpp [new file with mode: 0644]
src/anyrtpproxy/syncRtpCommand.h [new file with mode: 0644]
src/anytun-config.cpp [new file with mode: 0644]
src/anytun-controld.cpp [new file with mode: 0644]
src/anytun-showtables.cpp [new file with mode: 0644]
src/anytun.cpp [new file with mode: 0644]
src/anytun.sln [new file with mode: 0644]
src/anytun.suo [new file with mode: 0644]
src/anytun.vcproj [new file with mode: 0644]
src/anytunError.cpp [new file with mode: 0644]
src/anytunError.h [new file with mode: 0644]
src/authAlgo.cpp [new file with mode: 0644]
src/authAlgo.h [new file with mode: 0644]
src/authAlgoFactory.cpp [new file with mode: 0644]
src/authAlgoFactory.h [new file with mode: 0644]
src/bsd/tunDevice.cpp [new file with mode: 0644]
src/buffer.cpp [new file with mode: 0644]
src/buffer.h [new file with mode: 0644]
src/cipher.cpp [new file with mode: 0644]
src/cipher.h [new file with mode: 0644]
src/cipherFactory.cpp [new file with mode: 0644]
src/cipherFactory.h [new file with mode: 0644]
src/configure [new file with mode: 0755]
src/connectionList.cpp [new file with mode: 0644]
src/connectionList.h [new file with mode: 0644]
src/connectionParam.cpp [new file with mode: 0644]
src/connectionParam.h [new file with mode: 0644]
src/cryptinit.hpp [new file with mode: 0644]
src/daemon.hpp [new file with mode: 0644]
src/datatypes.h [new file with mode: 0644]
src/deviceConfig.hpp [new file with mode: 0644]
src/encryptedPacket.cpp [new file with mode: 0644]
src/encryptedPacket.h [new file with mode: 0644]
src/endian.h [new file with mode: 0644]
src/keyDerivation.cpp [new file with mode: 0644]
src/keyDerivation.h [new file with mode: 0644]
src/keyDerivationFactory.cpp [new file with mode: 0644]
src/keyDerivationFactory.h [new file with mode: 0644]
src/linux/tunDevice.cpp [new file with mode: 0644]
src/log.cpp [new file with mode: 0644]
src/log.h [new file with mode: 0644]
src/logTargets.cpp [new file with mode: 0644]
src/logTargets.h [new file with mode: 0644]
src/man/Makefile [new file with mode: 0644]
src/man/anyrtpproxy.8.txt [new file with mode: 0644]
src/man/anytun-config.8.txt [new file with mode: 0644]
src/man/anytun-controld.8.txt [new file with mode: 0644]
src/man/anytun-showtables.8.txt [new file with mode: 0644]
src/man/anytun.8.txt [new file with mode: 0644]
src/networkAddress.cpp [new file with mode: 0644]
src/networkAddress.h [new file with mode: 0644]
src/networkPrefix.cpp [new file with mode: 0644]
src/networkPrefix.h [new file with mode: 0644]
src/options.cpp [new file with mode: 0644]
src/options.h [new file with mode: 0644]
src/packetSource.cpp [new file with mode: 0644]
src/packetSource.h [new file with mode: 0644]
src/plainPacket.cpp [new file with mode: 0644]
src/plainPacket.h [new file with mode: 0644]
src/resolver.cpp [new file with mode: 0644]
src/resolver.h [new file with mode: 0644]
src/routingTable.cpp [new file with mode: 0644]
src/routingTable.h [new file with mode: 0644]
src/routingTree.hpp [new file with mode: 0644]
src/routingTreeNode.cpp [new file with mode: 0644]
src/routingTreeNode.h [new file with mode: 0644]
src/seqWindow.cpp [new file with mode: 0644]
src/seqWindow.h [new file with mode: 0644]
src/signalController.cpp [new file with mode: 0644]
src/signalController.h [new file with mode: 0644]
src/syncBuffer.cpp [new file with mode: 0644]
src/syncBuffer.h [new file with mode: 0644]
src/syncClient.cpp [new file with mode: 0644]
src/syncClient.h [new file with mode: 0644]
src/syncCommand.cpp [new file with mode: 0644]
src/syncCommand.h [new file with mode: 0644]
src/syncConnectionCommand.cpp [new file with mode: 0644]
src/syncConnectionCommand.h [new file with mode: 0644]
src/syncOnConnect.hpp [new file with mode: 0644]
src/syncQueue.cpp [new file with mode: 0644]
src/syncQueue.h [new file with mode: 0644]
src/syncRouteCommand.cpp [new file with mode: 0644]
src/syncRouteCommand.h [new file with mode: 0644]
src/syncServer.cpp [new file with mode: 0644]
src/syncServer.h [new file with mode: 0644]
src/syncTcpConnection.cpp [new file with mode: 0644]
src/syncTcpConnection.h [new file with mode: 0644]
src/sysexec.hpp [new file with mode: 0644]
src/threadUtils.hpp [new file with mode: 0644]
src/tunDevice.h [new file with mode: 0644]
src/win32/#winService.cpp# [new file with mode: 0644]
src/win32/common.h [new file with mode: 0644]
src/win32/registryKey.cpp [new file with mode: 0644]
src/win32/registryKey.h [new file with mode: 0644]
src/win32/tunDevice.cpp [new file with mode: 0644]
src/win32/winService.cpp [new file with mode: 0644]
src/win32/winService.h [new file with mode: 0644]
wireshark-lua/satp.lua [new file with mode: 0644]