[Git-commits] tiny implementation of the secure anycast tunneling protocol branch, master, updated. v0.3-5-g45e0a21

git repository hosting gitosis at grml.org
Mon Dec 14 02:49:02 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 "tiny implementation of the secure anycast tunneling protocol".

The branch, master has been updated
       via  45e0a21e3d59eb0c1d6083d6bf7f22faf412b338 (commit)
       via  649939bc87adab5f6ba0d052036b37f70804dfa1 (commit)
       via  e3f8e33112e2191999c6d6f6b6a767c72db800a0 (commit)
      from  ac318ae237c0b4281bc745b441bfad38889cf28f (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 45e0a21e3d59eb0c1d6083d6bf7f22faf412b338
Author: Michael Prokop <mika at debian.org>
Date:   Mon Dec 14 02:37:08 2009 +0100

    Update debian/rules; Add post{inst,rm}; Bump Standards-Version; Add adduser to Depends; Add debian/uanytun.default; Update changelog for release 0.3.2.

commit 649939bc87adab5f6ba0d052036b37f70804dfa1
Merge: ac318ae237c0b4281bc745b441bfad38889cf28f e3f8e33112e2191999c6d6f6b6a767c72db800a0
Author: Michael Prokop <mika at debian.org>
Date:   Mon Dec 14 02:45:47 2009 +0100

    Merge commit 'upstream/0.3.2'

commit e3f8e33112e2191999c6d6f6b6a767c72db800a0
Author: Michael Prokop <mika at debian.org>
Date:   Mon Dec 14 02:45:46 2009 +0100

    Imported Upstream version 0.3.2

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                    |   13 +
 LICENSE                      |    5 +-
 README                       |   59 ++++-
 debian/changelog             |    6 +
 debian/control               |    4 +-
 debian/copyright             |    2 +-
 debian/postinst              |   14 ++
 debian/postrm                |   17 ++
 debian/rules                 |   16 +-
 debian/uanytun.default       |   10 +
 doc/Makefile                 |   15 +-
 doc/uanytun.8.txt            |  505 ++++++++++++++++++------------------------
 etc/uanytun/client1/config   |    4 +-
 etc/uanytun/client2/config   |    4 +-
 etc/uanytun/client3/config   |    4 +-
 etc/uanytun/p2p-a/config     |    4 +-
 etc/uanytun/p2p-b/config     |    4 +-
 src/Makefile                 |  140 +++++++-----
 src/auth_algo.c              |    5 +-
 src/auth_algo.h              |    9 +-
 src/bsd/tun.c                |   32 ++--
 src/cipher.c                 |    5 +-
 src/cipher.h                 |    9 +-
 src/configure                |  100 +++++++--
 src/daemon.h                 |    9 +-
 src/datatypes.h              |    9 +-
 src/encrypted_packet.c       |    5 +-
 src/encrypted_packet.h       |    9 +-
 src/include.mk               |    8 +-
 src/key_derivation.c         |    5 +-
 src/key_derivation.h         |    9 +-
 src/linux/tun.c              |   22 +-
 src/log.c                    |    7 +-
 src/log.h                    |    9 +-
 src/log_targets.h            |   37 +++-
 src/options.c                |    9 +-
 src/options.h                |    9 +-
 src/plain_packet.c           |    5 +-
 src/plain_packet.h           |    9 +-
 src/seq_window.c             |    5 +-
 src/seq_window.h             |    9 +-
 src/sig_handler.c            |  133 ++++++++++--
 src/sig_handler.h            |   18 +-
 src/string_list.c            |    9 +-
 src/string_list.h            |    9 +-
 src/{sysexec.h => sysexec.c} |   74 +++++--
 src/sysexec.h                |   48 +----
 src/tun.h                    |    9 +-
 src/tun_helper.h             |    9 +-
 src/uanytun.c                |   47 +++--
 src/udp.c                    |    5 +-
 src/udp.h                    |    9 +-
 version                      |    1 +
 53 files changed, 907 insertions(+), 625 deletions(-)
 create mode 100755 debian/postinst
 create mode 100755 debian/postrm
 create mode 100644 debian/uanytun.default
 copy src/{sysexec.h => sysexec.c} (54%)
 create mode 100644 version


hooks/post-receive
-- 
tiny implementation of the secure anycast tunneling protocol


More information about the Git-commits mailing list