summaryrefslogtreecommitdiff
path: root/security/tripwire/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix ports/84648 (Interactive tripwire's database update does not work on 5.x).Cy Schubert2005-08-111-0/+14
| | | | | | | | PR: ports/84648 Approved by: portsmgr (marcus) Notes: svn path=/head/; revision=140835
* Update twpol.txt to make it current with 5.X and beyond.Cy Schubert2005-08-092-0/+12
| | | | | | | Approved by: portsmgr (marcus) Notes: svn path=/head/; revision=140825
* Fix format string vulnerability.Cy Schubert2004-06-071-0/+16
| | | | | | | Obtained from: Paul Herman <pherman@frenchfries.net> on BUGTRAQ Notes: svn path=/head/; revision=111002
* Fix a build bug in recent -STABLE.Cy Schubert2002-10-151-0/+11
| | | | | | | Submitted by: Jan Demter <jan@demter.de> Notes: svn path=/head/; revision=68070
* Fixup the line containing $FreeBSD$. It was missing a comment character.Cy Schubert2002-03-042-2/+2
| | | | Notes: svn path=/head/; revision=55526
* Update from 1.2 (academic source release) to 2.3.1-2 (open source LinuxCy Schubert2002-03-0118-600/+1555
| | | | | | | | | | release). In relation to Tripwire 1.x, 2.x is a complete rewrite. PR: ports/29137 Submitted by: nectar (first review), cjc (second review) Notes: svn path=/head/; revision=55363
* - Fix some of the compiler warnings (see patches/patch-warnings)Steve Price2000-05-293-21/+312
| | | | | | | | | | | | | | | | | | | - Fix the Makefiles to obey the CC and CFLAGS settings - Fix patches/patch-ab to be PREFIX/LOCALBASE safe - Fix the post-install to not compress the gunzip and tripwire executables that go onto a floppy -- there is no support for the gzip-ed ELF binaries at all, and even for the older AOUT ones such support was optional - Replaces the /kernel with `sysctl -n kern.bootfile` in the tw.conf as the tw.conf.freebsd2 is copied into the right place. - Replace the use of mktemp(3) with tmpfile(3) (see patches/patch-mktemp). This also caused a removal of a few buffers (of size MAXPATHLEN+256) and quite a few strcpy and sprintf invocations. PR: 18634 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=28852
* $Id$ -> $FreeBSD$Peter Wemm1999-08-312-2/+2
| | | | Notes: svn path=/head/; revision=21143
* Add /modules and /boot to the default config file.Chris Piazza1999-07-141-2/+6
| | | | | | | | PR: 12622 Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com> Notes: svn path=/head/; revision=20187
* PR ports/7197 seems to have been the wrong fix. While I think Joe Greco'sDavid E. O'Brien1998-07-281-9/+10
| | | | | | | | | | | statements are a little strong (like /.cshrc being used in single user mode), it does appear /root was already protected. PR: ports/7200 Submitted by: Joe Greco <greco@ns.sol.net> Notes: svn path=/head/; revision=12190
* Root's home dir is "/root" not "/".David E. O'Brien1998-07-281-8/+8
| | | | | | | | PR: ports/7197 Submitted by: Nathan Dorfman <nathan@rtfm.net> Notes: svn path=/head/; revision=12189
* Initial import of Joe Greco's tripwire port.John Polstra1997-04-016-0/+304
Submitted by: jgreco@ns.sol.net Notes: svn path=/head/; revision=6084