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

git repository hosting gitosis at grml.org
Wed Feb 17 03:17:12 CET 2010


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  b436236431c1c97b0fa90802393debd91192897a (commit)
       via  c5f985859279574098e56810a09352573245eb4f (commit)
       via  1b20b4ac3db80cae22b217b2093ef73af1b5c6ef (commit)
       via  4d61c93845abce1e45c4a41562ecb3fa4e3bdcc3 (commit)
       via  aa74a4fd24d8e8537f76531e6257fa90145355d3 (commit)
      from  062bd1b2d8cd74c1965229043dc5bbbbd8cbf50a (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 b436236431c1c97b0fa90802393debd91192897a
Author: Michael Prokop <mika at debian.org>
Date:   Wed Feb 17 03:10:26 2010 +0100

    Update for release 0.3.3-1.

commit c5f985859279574098e56810a09352573245eb4f
Author: Michael Prokop <mika at debian.org>
Date:   Wed Feb 17 03:13:56 2010 +0100

    Use manpage from doc/uanytun.8.

commit 1b20b4ac3db80cae22b217b2093ef73af1b5c6ef
Merge: 4d61c93845abce1e45c4a41562ecb3fa4e3bdcc3 aa74a4fd24d8e8537f76531e6257fa90145355d3
Author: Michael Prokop <mika at debian.org>
Date:   Wed Feb 17 03:07:13 2010 +0100

    Merge branch 'upstream'

commit 4d61c93845abce1e45c4a41562ecb3fa4e3bdcc3
Author: Michael Prokop <mika at debian.org>
Date:   Wed Feb 17 03:06:17 2010 +0100

    Imported Upstream version 0.3.3

commit aa74a4fd24d8e8537f76531e6257fa90145355d3
Author: Michael Prokop <mika at debian.org>
Date:   Wed Feb 17 03:03:11 2010 +0100

    Imported Upstream version 0.3.3

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

Summary of changes:
 ChangeLog                           |    8 ++
 README                              |    5 +-
 debian/changelog                    |    8 ++
 debian/control                      |    2 +-
 debian/rules                        |    2 +-
 doc/Makefile                        |    7 +-
 {debian => doc}/uanytun.8           |  128 +++++++++++++-----------
 doc/uanytun.8.txt                   |  103 +++++++++++---------
 etc/init.d/uanytun                  |   58 ++++++------
 src/Makefile                        |    3 +-
 src/auth_algo.c                     |    2 +-
 src/auth_algo.h                     |    2 +-
 src/bsd/tun.c                       |    2 +-
 src/cipher.c                        |    2 +-
 src/cipher.h                        |    2 +-
 src/configure                       |   53 ++++++----
 src/daemon.h                        |    4 +-
 src/datatypes.h                     |    2 +-
 src/encrypted_packet.c              |    2 +-
 src/encrypted_packet.h              |    2 +-
 src/{string_list.h => init_crypt.h} |   69 ++++++++++---
 src/key_derivation.c                |    2 +-
 src/key_derivation.h                |    2 +-
 src/linux/tun.c                     |    2 +-
 src/log.c                           |    2 +-
 src/log.h                           |    2 +-
 src/log_targets.h                   |    2 +-
 src/options.c                       |   31 +++++--
 src/options.h                       |    3 +-
 src/plain_packet.c                  |    2 +-
 src/plain_packet.h                  |    2 +-
 src/seq_window.c                    |    2 +-
 src/seq_window.h                    |    2 +-
 src/sig_handler.c                   |    9 +-
 src/sig_handler.h                   |    2 +-
 src/string_list.c                   |    2 +-
 src/string_list.h                   |    2 +-
 src/sysexec.c                       |    2 +-
 src/sysexec.h                       |    2 +-
 src/tun.h                           |    2 +-
 src/tun_helper.h                    |    2 +-
 src/uanytun.c                       |  127 +++++++++----------------
 src/udp.c                           |  182 ++++++++++++++++++++++++-----------
 src/udp.h                           |   26 ++++--
 version                             |    2 +-
 45 files changed, 507 insertions(+), 373 deletions(-)
 rename {debian => doc}/uanytun.8 (82%)
 copy src/{string_list.h => init_crypt.h} (61%)


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


More information about the Git-commits mailing list