summaryrefslogtreecommitdiff
path: root/security/destroy
AgeCommit message (Collapse)AuthorFilesLines
2004-04-17regen to remove unused entries.minskim1-3/+1
2004-04-15Update to destroy-20040415recht2-5/+5
The changes to the code include: * A '-f' flag to destry with force any type of file that isn't a Regular File or a Directory. * Bug fixes. * Code Clean-up.
2004-03-12update to 20040310 versionrecht5-54/+16
changes: - Added support for removing files recursivly - Incudes checking for file type and size. - Displays the file being destroyed and its size. - Added command line flags: - Added Security Level Flag (Destroy Severity) - Added Output suppression flag for non-verbose output. - Added Help flag. - Added a Manual page for the program in section 1.
2004-01-23Correct a minor mistake in previous commit, to actually get itkristerw2-6/+15
to compile on NetBSD 1.6.
2004-01-23Fix build on NetBSD 1.6 where O_NOFOLLOW isn't available.recht3-1/+37
Noted by Krister Walfridsson.
2004-01-23initial import of destroy-20030307recht4-0/+23
sent to me by the author Shane Kinney A system utility that destroys files on the hard drive by writing null and random bytes to the file over and over.