Makefile | 52 +- common/aiccu.c | 311 +++++++++++---- common/aiccu.h | 94 +++- common/aiccu_aix.c | 90 ++++ common/aiccu_darwin.c | 51 +- common/aiccu_freebsd4.c | 47 +- common/aiccu_kame.c | 45 +- common/aiccu_linux.c | 59 ++ common/aiccu_openbsd.c | 41 +- common/aiccu_openbsd2.c | 33 + common/aiccu_sunos.c | 74 +++ common/aiccu_test.c | 70 +-- common/ayiya.c | 476 ++++++++--------------- common/ayiya.h | 41 +- common/common.c | 297 +++++++++++--- common/common.h | 243 ++++++++++-- common/hash_md5.c | 4 common/hash_md5.h | 14 common/hash_sha1.c | 56 +- common/hash_sha1.h | 12 common/heartbeat.c | 15 common/heartbeat.h | 16 common/resolver.c | 209 ++++++++++ common/resolver.h | 84 ++++ common/tic.c | 157 +++++-- common/tic.h | 31 - common/tun.c | 866 +++++++++++++++++++++++++++++++++++++++++++ common/tun.h | 45 ++ debian/aiccu.config | 168 ++++++++ debian/aiccu.manpages | 1 debian/aiccu.postinst | 119 +++++ debian/aiccu.postrm | 11 debian/aiccu.preinst | 3 debian/changelog | 217 ++++++++++ debian/compat | 1 debian/control | 23 - debian/copyright | 85 +--- debian/dirs | 1 debian/po/POTFILES.in | 1 debian/po/templates.pot | 113 +++++ debian/postrm.debhelper | 6 debian/rules | 24 - debian/substvars | 1 debian/templates | 43 ++ doc/COPYRIGHT | 6 doc/HOWTO | 29 + doc/LICENSE | 31 - doc/README | 22 - doc/aiccu.1 | 159 ++----- doc/aiccu.conf | 71 +++ doc/aiccu.init | 6 doc/aiccu.init.debian | 69 +++ doc/aiccu.init.gentoo | 1 doc/aiccu.init.rpm | 9 doc/aiccu.sgml | 11 doc/changelog | 123 ++++++ doc/manpage.refs | 3 doc/setupscript.cmd | 4 freebsd/Makefile | 51 -- freebsd/files/sixxs-aiccu.in | 31 + freebsd/pkg-plist | 1 gentoo/aiccu-ebuild | 16 netbsd/DESCR | 7 netbsd/Makefile | 46 ++ netbsd/PLIST | 11 netbsd/options.mk | 15 openbsd/Makefile | 45 ++ openbsd/README | 10 openbsd/distinfo | 4 openbsd/pkg/DESCR | 22 + openbsd/pkg/MESSAGE | 12 openbsd/pkg/PLIST | 8 rpm/aiccu.spec | 68 +-- unix-console/Makefile | 133 ++++-- unix-console/main.c | 322 ++++++++++++++- 75 files changed, 4510 insertions(+), 1186 deletions(-)