3 Commits

Author SHA1 Message Date
bluhm
33a89c4c0e - update ipv6toolkit to 2.0
- rename ipv6-toolkit to ipv6toolkit like upstream did
- no longer patch random(3) to arc4random(3), our random(3) is safe now
- no longer patch strncat(3) to strlcat(3), the bug has been fixed
OK jca@
2015-04-28 23:16:20 +00:00
bluhm
4b1c983079 Shut up the compiler and linker warnings in ipv6-toolkit.
- use arc4random(3)
- make include fix smaller
- silence uninitialized variable warning
- replace strncat with strlcat
OK naddy@
2013-09-26 21:52:35 +00:00
bluhm
eb9a859bb1 Initial import of ipv6-toolkit 1.4b
The SI6 Networks' IPv6 toolkit is a set of IPv6 security/trouble-shooting
tools, that can send arbitrary IPv6-based packets.

OK stsp@ sthen@
2013-08-30 23:41:15 +00:00