Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-09-28 | Update chkrootkit to 0.44 | adrianp | 4 | -7/+42 | |
- Fix false positive on NetBSD for "login". Thanks to Richard Ibbotson for helping sort this out. - Install main shell script and documentation. chkwtmp.c fix: del counter (Thanks to Dietrich Raisin) chkproc.c fix: better support for Linux threads chkrootkit; new rootkit detected: Madalin rootkit top and find tests improved for Suse Linux more ports added in the bindshell test fix: FreeBSD false positives fix: slammer detection lots of minor bug fixes | |||||
2004-05-27 | Use versioned distfile. | wiz | 2 | -8/+5 | |
2004-05-26 | Make chklastlog useful on NetBSD; from Makoto Fujiwara in PR 25701. | wiz | 3 | -2/+19 | |
Bump PKGREVISION. | |||||
2004-03-31 | compiler.mk is needed for CC_VERSION checks, not bsd.prefs.mk. | sketch | 1 | -2/+2 | |
2004-03-30 | Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead. | jlam | 1 | -2/+2 | |
2004-02-17 | Import chkrootkit from pkgsrc-wip. Packaged by Adrian Portelli and | minskim | 5 | -0/+88 | |
modified by me. chkrootkit is a tool to locally check for signs of a rootkit. It contains: * chkrootkit: a shell script that checks system binaries for rootkit modification. * ifpromisc.c: checks if the network interface is in promiscuous mode. * chklastlog.c: checks for lastlog deletions. * chkwtmp.c: checks for wtmp deletions. * check_wtmpx.c: checks for wtmpx deletions. (Solaris only) * chkproc.c: checks for signs of LKM trojans. * chkdirs.c: checks for signs of LKM trojans. * strings.c: quick and dirty strings replacement. |