[Git-commits] secure anycast tunneling protocol branch, master, updated. v0.3-6-g72f1278
git repository hosting
gitosis at grml.org
Mon Dec 14 03:00:17 CET 2009
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "secure anycast tunneling protocol".
The branch, master has been updated
via 72f12784eafc5ecfc9f8531485154d4138ad1e0e (commit)
via f9ad69dfae6bcec427652b0c4230603e465bd544 (commit)
via bb834fe0ed7a38b724f49b944adb801634eb6194 (commit)
from a5ff1a5e17f35b256958ed61a3a026cb8ad011dc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 72f12784eafc5ecfc9f8531485154d4138ad1e0e
Author: Michael Prokop <mika at debian.org>
Date: Mon Dec 14 02:55:25 2009 +0100
Add user handling, support for wireshark-lua + debian/anytun.default; Update changelog; Bump Standards-Version; Add adduser to Depends
commit f9ad69dfae6bcec427652b0c4230603e465bd544
Merge: a5ff1a5e17f35b256958ed61a3a026cb8ad011dc bb834fe0ed7a38b724f49b944adb801634eb6194
Author: Michael Prokop <mika at debian.org>
Date: Mon Dec 14 02:53:24 2009 +0100
Merge commit 'upstream/0.3.2'
commit bb834fe0ed7a38b724f49b944adb801634eb6194
Author: Michael Prokop <mika at debian.org>
Date: Mon Dec 14 02:53:24 2009 +0100
Imported Upstream version 0.3.2
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 16 +-
LICENSE | 7 +-
README | 80 +++++-
debian/anytun.default | 10 +
debian/changelog | 4 +-
debian/control | 4 +-
debian/postinst | 4 +
debian/postrm | 7 +
debian/rules | 4 +-
etc/anytun/client1/config | 4 +-
etc/anytun/client2/config | 4 +-
etc/anytun/client3/config | 4 +-
etc/anytun/p2p-a/config | 4 +-
etc/anytun/p2p-b/config | 4 +-
etc/anytun/server/config | 4 +-
etc/init.d/anytun | 22 +-
src/Makefile | 243 ++++++++++----
src/anyrtpproxy/Makefile | 7 +-
src/anyrtpproxy/anyrtpproxy.cpp | 9 +-
src/anyrtpproxy/callIdQueue.cpp | 7 +-
src/anyrtpproxy/callIdQueue.h | 7 +-
src/anyrtpproxy/commandHandler.cpp | 7 +-
src/anyrtpproxy/commandHandler.h | 7 +-
src/anyrtpproxy/connectionList.cpp | 7 +-
src/anyrtpproxy/connectionList.h | 7 +-
src/anyrtpproxy/options.cpp | 7 +-
src/anyrtpproxy/options.h | 7 +-
src/anyrtpproxy/portWindow.cpp | 7 +-
src/anyrtpproxy/portWindow.h | 7 +-
src/anyrtpproxy/rtpSession.cpp | 7 +-
src/anyrtpproxy/rtpSession.h | 7 +-
src/anyrtpproxy/rtpSessionTable.cpp | 7 +-
src/anyrtpproxy/rtpSessionTable.h | 7 +-
src/anyrtpproxy/syncRtpCommand.cpp | 7 +-
src/anyrtpproxy/syncRtpCommand.h | 7 +-
src/anytun-config.cpp | 7 +-
src/anytun-controld.cpp | 7 +-
src/anytun-showtables.cpp | 7 +-
src/anytun.cpp | 21 +-
src/anytun.sln | 12 +
src/anytun.suo | Bin 68608 -> 68608 bytes
src/anytun.vcproj | 336 +++++++++++++++++++
src/anytunError.cpp | 7 +-
src/anytunError.h | 11 +-
src/authAlgo.cpp | 7 +-
src/authAlgo.h | 12 +-
src/authAlgoFactory.cpp | 7 +-
src/authAlgoFactory.h | 11 +-
src/bsd/tunDevice.cpp | 52 ++--
src/buffer.cpp | 7 +-
src/buffer.h | 11 +-
src/cipher.cpp | 7 +-
src/cipher.h | 12 +-
src/cipherFactory.cpp | 7 +-
src/cipherFactory.h | 12 +-
src/configure | 126 +++++++-
src/connectionList.cpp | 7 +-
src/connectionList.h | 11 +-
src/connectionParam.cpp | 7 +-
src/connectionParam.h | 12 +-
src/cryptinit.hpp | 12 +-
src/daemon.hpp | 14 +-
src/datatypes.h | 11 +-
src/deviceConfig.hpp | 11 +-
src/encryptedPacket.cpp | 7 +-
src/encryptedPacket.h | 11 +-
src/endian.h | 11 +-
src/keyDerivation.cpp | 14 +-
src/keyDerivation.h | 13 +-
src/keyDerivationFactory.cpp | 7 +-
src/keyDerivationFactory.h | 11 +-
src/linux/tunDevice.cpp | 28 +-
src/log.cpp | 7 +-
src/log.h | 11 +-
src/logTargets.cpp | 15 +-
src/logTargets.h | 11 +-
src/man/Makefile | 42 ++--
src/man/anyrtpproxy.8.txt | 154 ++++------
src/man/anytun-config.8.txt | 278 +++++++---------
src/man/anytun-controld.8.txt | 154 ++++-----
src/man/anytun-showtables.8.txt | 26 +-
src/man/anytun.8.txt | 627 +++++++++++++++--------------------
src/networkAddress.cpp | 7 +-
src/networkAddress.h | 13 +-
src/networkPrefix.cpp | 7 +-
src/networkPrefix.h | 11 +-
src/options.cpp | 7 +-
src/options.h | 11 +-
src/packetSource.cpp | 7 +-
src/packetSource.h | 11 +-
src/plainPacket.cpp | 7 +-
src/plainPacket.h | 11 +-
src/resolver.cpp | 7 +-
src/resolver.h | 11 +-
src/routingTable.cpp | 7 +-
src/routingTable.h | 11 +-
src/routingTree.hpp | 13 +-
src/routingTreeNode.cpp | 7 +-
src/routingTreeNode.h | 12 +-
src/seqWindow.cpp | 9 +-
src/seqWindow.h | 11 +-
src/signalController.cpp | 15 +-
src/signalController.h | 18 +-
src/syncBuffer.cpp | 7 +-
src/syncBuffer.h | 11 +-
src/syncClient.cpp | 7 +-
src/syncClient.h | 11 +-
src/syncCommand.cpp | 7 +-
src/syncCommand.h | 14 +-
src/syncConnectionCommand.cpp | 7 +-
src/syncConnectionCommand.h | 13 +-
src/syncOnConnect.hpp | 13 +-
src/syncQueue.cpp | 7 +-
src/syncQueue.h | 11 +-
src/syncRouteCommand.cpp | 7 +-
src/syncRouteCommand.h | 14 +-
src/syncServer.cpp | 7 +-
src/syncServer.h | 15 +-
src/syncTcpConnection.cpp | 7 +-
src/syncTcpConnection.h | 12 +-
src/sysExec.cpp | 157 +++++++++
src/{cipherFactory.h => sysExec.h} | 36 +-
src/sysexec.hpp | 74 ----
src/threadUtils.hpp | 15 +-
src/tunDevice.h | 11 +-
src/win32/common.h | 6 +-
src/win32/registryKey.cpp | 7 +-
src/win32/registryKey.h | 13 +-
src/win32/tunDevice.cpp | 7 +-
src/win32/winService.cpp | 7 +-
src/win32/winService.h | 13 +-
version | 1 +
wireshark-lua/satp.lua | 7 +-
133 files changed, 2060 insertions(+), 1421 deletions(-)
create mode 100644 debian/anytun.default
create mode 100644 src/sysExec.cpp
copy src/{cipherFactory.h => sysExec.h} (59%)
delete mode 100644 src/sysexec.hpp
create mode 100644 version
hooks/post-receive
--
secure anycast tunneling protocol
More information about the Git-commits
mailing list