summaryrefslogtreecommitdiff
path: root/security/tct/patches
AgeCommit message (Collapse)AuthorFilesLines
2006-03-01Handle NetBSD-3.x the same as NetBSD-2.x. Fix pkglint warning.wiz10-20/+39
Remove BROKEN_IN.
2005-06-19Prevent paths to the build directories from being included in the package.kristerw1-6/+31
Bump PKGREVISION.
2005-01-22Make tct build and run on NetBSD 2.0 and bump PKGREVISION.ben14-66/+173
This does not add support for ffsv2 filesystems nor superblocks. This addresses PR#28357.
2002-01-05Rework this package so that it installs its executables into its own tctagc1-0/+15
hierarchy. Whilst this is not desirable, it's the only way to get this package to execute properly, since it makes assumptions about absolute and relative paths, and expects its own versions of certain commands (md5, file), so it's best to keep these off to one side.
2002-01-03Initial import of tct-1.0.9 into the NetBSD Packages Collection.agc14-0/+232
TCT is a collection of programs by Dan Farmer and Wietse Venema for a post-mortem analysis of a UNIX system after break-in. Notable TCT components are the grave-robber tool that captures information, the ils and mactime tools that display access patterns of files dead or alive, the unrm and lazarus tools that recover deleted files, and the findkey tool that recovers cryptographic keys from a running process or from files. WARNING This software is not for the faint of heart. It is relatively unpolished compared to the software that Dan and Wietse usually release. TCT can spend a lot of time collecting data. And although TCT collects lots of data, many analysis tools still need to be written. Based on patches provided in PR 15081 by frazee.23@osu.edu.