[Git-commits] Tools to play with IPv6 branch, master, updated. debian/0.7-5-6-g304a85d
git repository hosting
gitosis at grml.org
Mon Mar 14 21:49:02 CET 2011
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 "Tools to play with IPv6".
The branch, master has been updated
via 304a85da5a14724f69bcbf3e0a9db77a3e204f28 (commit)
via f1068e89c8a9601edc77ec1e855800915bff4519 (commit)
via 05322ea82a3538ac355f01091828f02e6834e5f5 (commit)
via 7e0c7c3139c8d1b1582dd7d2356090a947b2df66 (commit)
via d138eaf8355df69a0822558c0cdd9399552e8499 (commit)
via 325b41df8c537b316ad4afc56d87ad03056d21e1 (commit)
via b218bcae3d497164ff9b4524a93a5c4eecde4ec3 (commit)
via da603ad3043522c9353baea7785cd1d3faaaa0e6 (commit)
via 878ad12f5eda6a8343a502c8d87fb09d0612388f (commit)
from 06a286c6d58d07d7ff590306c432dffe794550c3 (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 304a85da5a14724f69bcbf3e0a9db77a3e204f28
Author: Christian Hofstaedtler <ch at grml.org>
Date: Mon Mar 14 21:46:29 2011 +0100
update to Standards-Version 3.9.1
commit f1068e89c8a9601edc77ec1e855800915bff4519
Author: Christian Hofstaedtler <ch at grml.org>
Date: Mon Mar 14 21:46:08 2011 +0100
don't ignore failures on clean
commit 05322ea82a3538ac355f01091828f02e6834e5f5
Author: Christian Hofstaedtler <ch at grml.org>
Date: Mon Mar 14 21:45:03 2011 +0100
adapt for added binaries
commit 7e0c7c3139c8d1b1582dd7d2356090a947b2df66
Author: Christian Hofstaedtler <ch at grml.org>
Date: Mon Mar 14 21:44:20 2011 +0100
Remove last patch and dpatch support
commit d138eaf8355df69a0822558c0cdd9399552e8499
Merge: b218bcae3d497164ff9b4524a93a5c4eecde4ec3 325b41df8c537b316ad4afc56d87ad03056d21e1
Author: Christian Hofstaedtler <ch at grml.org>
Date: Mon Mar 14 21:23:40 2011 +0100
Merge commit 'upstream/1.4'
commit 325b41df8c537b316ad4afc56d87ad03056d21e1
Author: Christian Hofstaedtler <ch at grml.org>
Date: Mon Mar 14 21:23:40 2011 +0100
Imported Upstream version 1.4
commit b218bcae3d497164ff9b4524a93a5c4eecde4ec3
Merge: 06a286c6d58d07d7ff590306c432dffe794550c3 da603ad3043522c9353baea7785cd1d3faaaa0e6
Author: Michael Gebetsroither <gebi at grml.org>
Date: Sun May 13 22:17:25 2007 +0200
Imported Debian patch 0.7-5
commit da603ad3043522c9353baea7785cd1d3faaaa0e6
Author: Christian Hofstaedtler <ch at grml.org>
Date: Mon Mar 14 21:23:23 2011 +0100
Imported Upstream version 0.7
commit 878ad12f5eda6a8343a502c8d87fb09d0612388f
Author: Christian Hofstaedtler <ch at grml.org>
Date: Mon Mar 14 21:07:54 2011 +0100
Import version 0.7
-----------------------------------------------------------------------
Summary of changes:
.hgtags | 2 -
CHANGES | 114 +
LICENSE | 674 +++
Makefile | 75 +-
README | 88 +-
TODO | 1 +
alive6.c | 634 ++-
debian/control | 9 +-
debian/patches/00list | 2 -
debian/patches/makefile_simplifications | 78 -
debian/rules | 37 +-
denial6.c | 179 +
detect-new-ip6.c | 8 +-
dnsdict6.c | 447 ++
dnsdict6.h | 8439 +++++++++++++++++++++++++++++++
dos-new-ip6.c | 8 +-
exploit6.c | 327 ++
fake_advertise6.c | 21 +-
fake_mipv6.c | 6 +-
fake_mld26.c | 182 +
fake_mld6.c | 124 +-
fake_mldrouter6.c | 117 +
fake_router6.c | 111 +-
flood_advertise6.c | 95 +
flood_router6.c | 119 +
fuzz_ip6.c | 796 +++
implementation6.c | 1457 ++++++
implementation6d.c | 165 +
parasite6.c | 8 +-
redir6.c | 6 +-
rsmurf6.c | 6 +-
sendpees6.c | 7 +-
smurf6.c | 6 +-
test_implementation6.c | 172 -
thc-ipv6-lib.c | 1514 ++++--
debian/thc-ipv6.8 => thc-ipv6.8 | 23 +-
thc-ipv6.h | 119 +-
thcping6.c | 63 +
toobig6.c | 16 +-
trace6.c | 270 +
40 files changed, 15511 insertions(+), 1014 deletions(-)
delete mode 100644 .hgtags
create mode 100644 LICENSE
create mode 100644 TODO
delete mode 100644 debian/patches/00list
delete mode 100755 debian/patches/makefile_simplifications
create mode 100644 denial6.c
create mode 100644 dnsdict6.c
create mode 100644 dnsdict6.h
create mode 100644 exploit6.c
create mode 100644 fake_mld26.c
create mode 100644 fake_mldrouter6.c
create mode 100644 flood_advertise6.c
create mode 100644 flood_router6.c
create mode 100644 fuzz_ip6.c
create mode 100644 implementation6.c
create mode 100644 implementation6d.c
delete mode 100644 test_implementation6.c
copy debian/thc-ipv6.8 => thc-ipv6.8 (85%)
create mode 100644 thcping6.c
create mode 100644 trace6.c
hooks/post-receive
--
Tools to play with IPv6
More information about the Git-commits
mailing list