Commit graph

10 commits

Author SHA1 Message Date
shattered
09ff7ebc1c Update to 0.49 (released in 2011). No change log. 2013-06-16 10:11:58 +00:00
agc
aa787a3c78 add licensing info
modern NetBSD has PAM - add a patch so that this is recognised

there is no reason not to run this on modern NetBSD systems - remove the
old NOT_FOR_PLATFORM, since this runs just fine on NetBSD 5.99.20
2010-02-25 07:15:42 +00:00
adrianp
00ea48ba7b Update to 0.47
Mark as not for NetBSD > 1.x
The false positives on NetBSD 2.x and 3.x have been reported upstream
to try and address PR #31813
2007-07-11 20:16:33 +00:00
joerg
049b514627 limits.h is ISO C, unconditionally include it. Keep conditional for
sys/syslimits.h though.
2006-01-19 23:42:11 +00:00
adrianp
ec2258fddc Update chkrootkit to 0.46a
Add a MESSAGE about false-positive results on non-supported platforms
Helps to address PR# 31813 reported by Eric Mumpower
From the README:
02/22/2005 - Version 0.45  chkproc.c: better support for Linux
                           threads.  New rootkit detected: Fu,
                           Kenga3, ESRK.  New test: chkutmp.  -n
                           option improvement.  Minor bug fixes.
10/26/2005 - Version 0.46  chkproc.c: more fixes to better support
                           Linux threads. chkutmp.c: improved
                           execution speed.  chkwtmp.c: segfault
                           fixed.  New rootkit detected: rootedoor.
                           Mac OS X support added.  Minor bug fixes.
10/28/2005 - Version 0.46a chkproc.c: bug fix for FreeBSD: chkproc
                           was sending a SIGXFSZ (kill -25) to init,
			   causing a reboot.
2006-01-02 18:42:18 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
adrianp
bc374450b0 Update chkrootkit to 0.44
- 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-09-28 10:41:59 +00:00
wiz
c0859358d8 Use versioned distfile. 2004-05-27 01:22:55 +00:00
wiz
d2c65848f0 Make chklastlog useful on NetBSD; from Makoto Fujiwara in PR 25701.
Bump PKGREVISION.
2004-05-26 15:04:32 +00:00
minskim
eaeeb8f539 Import chkrootkit from pkgsrc-wip. Packaged by Adrian Portelli and
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.
2004-02-17 15:33:52 +00:00