aboutsummaryrefslogtreecommitdiff
path: root/security/fwipe
Commit message (Collapse)AuthorAgeFilesLines
* Add staging supportPawel Pekala2014-07-081-5/+4
| | | | Notes: svn path=/head/; revision=361284
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360609
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Remove A/An in COMMENTCarlo Strub2013-03-291-5/+2
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Fix MASTER_SITES and WWW, update maintainer address.David Thiel2010-10-071-2/+2
| | | | | | | Submitted by: http://people.freebsd.org/~ehaupt/distilator/ Notes: svn path=/head/; revision=262576
* - Fix build problems [1]Martin Wilke2006-09-262-7/+20
| | | | | | | | | | | - Fix permissions [2] Submitted by: pointyhat via kris [1] miwi [2] Approved by: David Thiel <lx(at)redundancy.redundancy.org> (maintainer) Notes: svn path=/head/; revision=173919
* Fwipe is a secure file erasing program. fwipe0, which actually erasesMartin Wilke2006-09-244-0/+54
your files, is immune to filenames containing spaces, carriage returns, dashes, or any other special characters. You can use it in place of rm in cron jobs, together with "find ... -print0". The output of fwipe0 is specially designed to be parsed easily by machine, so it can be embedded in other applications which need secure file erasure. WWW: http://jeenyus.net/~budney/linux/software/fwipe.html PR: ports/103488 Submitted by: David Thiel <lx(at)redundancy.redundancy.org> Notes: svn path=/head/; revision=173745