aboutsummaryrefslogtreecommitdiffstats
path: root/security/lockdown
Commit message (Collapse)AuthorAgeFilesLines
* Remove 4.x support.itetcu2007-04-191-5/+1
| | | | | | PR: ports/111825 Submitted by: Marcelo Araujo Approved by: maintainer
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Fix build on amd64 with -fPICvs2005-07-301-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.
* Mark broken on 4.xlawrance2005-07-141-1/+7
| | | | Approved by: maintainer
* Fix pkg-plistlawrance2005-06-291-0/+1
| | | | Reported by: kris
* Update to 2.0.0lawrance2005-06-254-20/+24
| | | | | PR: ports/82614 Submitted by: Daniel Blankensteiner <db@trunet.dk> (maintainer)
* - Update to version 1.0.1krion2004-05-103-4/+4
| | | | | PR: ports/66458 Submitted by: maintainer
* - Update to version 1.0krion2004-04-164-9/+6
| | | | | PR: ports/65618 Submitted by: maintainer
* - Update to version 0.1.1krion2004-03-283-8/+9
| | | | | PR: ports/64841 Submitted by: maintainer
* Add lockdown 0.1:sergei2004-03-015-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>