aboutsummaryrefslogtreecommitdiff
path: root/security/lockdown
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+1
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Remove 4.x support.Ion-Mihai Tetcu2007-04-191-5/+1
| | | | | | | | | PR: ports/111825 Submitted by: Marcelo Araujo Approved by: maintainer Notes: svn path=/head/; revision=190331
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Fix build on amd64 with -fPICVolker Stolz2005-07-291-0/+4
| | | | | | | | | | | | | PR: ports/84156 Submitted by: Hirohisa Yamaguchi Approved by: maintainer Note w.r.t. 4.x: The .depend-issue can be fixed through 'gmake'. However, then it still needs a patch for a missing <sys/time.h>, and still won't build with neither gcc-2.95, 3.4 or 4.0, so I didn't bother. Notes: svn path=/head/; revision=140415
* Mark broken on 4.xSam Lawrance2005-07-131-1/+7
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=139158
* Fix pkg-plistSam Lawrance2005-06-291-0/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=138172
* Update to 2.0.0Sam Lawrance2005-06-244-20/+24
| | | | | | | | PR: ports/82614 Submitted by: Daniel Blankensteiner <db@trunet.dk> (maintainer) Notes: svn path=/head/; revision=137982
* - Update to version 1.0.1Kirill Ponomarev2004-05-103-4/+4
| | | | | | | | PR: ports/66458 Submitted by: maintainer Notes: svn path=/head/; revision=108838
* - Update to version 1.0Kirill Ponomarev2004-04-164-9/+6
| | | | | | | | PR: ports/65618 Submitted by: maintainer Notes: svn path=/head/; revision=107238
* - Update to version 0.1.1Kirill Ponomarev2004-03-283-8/+9
| | | | | | | | PR: ports/64841 Submitted by: maintainer Notes: svn path=/head/; revision=105510
* Add lockdown 0.1:Sergei Kolobov2004-02-295-0/+48
Lockdown is a hardening system written in C++ for FreeBSD and released under the BSD license. Lockdown was designed to harden FreeBSD's base system. It does so by editing the systems configuration files and set permissions, flags and ownership on SUID, GID and information files. Lockdown was meant to be run only once, so you can quickly and without forgetting something, get a secure system running. WWW: http://lockdown.TruNet.dk/ PR: 62714 Submitted by: Daniel Blankensteiner <db@TruNet.dk> Notes: svn path=/head/; revision=102579