Skip to content

Commit

Permalink
Open Source Tripwire 2.4.2.2
Browse files Browse the repository at this point in the history
Initial commit of code from Sourceforge repository.
  • Loading branch information
kwestin committed May 4, 2015
1 parent cf736bb commit c8dc58d
Show file tree
Hide file tree
Showing 612 changed files with 144,538 additions and 0 deletions.
6 changes: 6 additions & 0 deletions COMMERCIAL
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

If you desire enterprise capable software with commercial support, check out
Tripwire, Inc. at http://www.tripwire.com.

For a more detailed comparison of the Open Source Tripwire software and
commercial Tripwire(R) product(s) please visit http://www.tripwire.org.
372 changes: 372 additions & 0 deletions COPYING

Large diffs are not rendered by default.

86 changes: 86 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
2011-11-21 Stephane Dudzinski <tripwire@frlinux.net>

* Bumping version to 2.4.2.2
* Updated version revision in reports and all
* Added experimental policy creation (see policy/policy_generator_readme.txt)
* Fixed report formating and sendmail issues
* Added Debian patches for crypto and hostnames
* Fixed compiling issue on recent GCC compilers (-fpermissive)

2011-07-14 Stephane Dudzinski <tripwire@frlinux.net>

* Bumping version to 2.4.2.1
* Fixed version numbering and added RPM spec file

2010-03-11 Stephane Dudzinski <tripwire@frlinux.net>

* Bumping version to 2.4.2
* Added patch to fix bug [ 1962485 ] Cannot change or expect-script
passphrases - thanks to Ross Tyler (rtyle)
* Removed RPM spec file for now, will be fixed in next release

2007-04-16 Ron Forrester <rjf@theforrest.org>

* Bumping all versions to 2.4.1.2
* Fixed bug in install script when sendmail isn't installed
target system.
* Removed some non-existent files from installer

2005-08-18 Ron Forrester <rjf@theforrest.org>

* Wow, has it been 4+ years? :)

* Starting fresh with Paul's autoconf'ed code base

* Bumped version number, misc cleanup, etc.


2001-02-25 Ron Forrester <rjf@theforrest.org>

* Bumped version to 2.3.1.

* BSD support, thanks to Paul Herman <pherman@frenchfries.net>.
The support was added for FreeBSD 4.2, your mileage may vary on
other BSD's.

* Fixed long standing bug with recurse=3

* If TEMPDIRECTORY was missing trailing /, bad things could
happen. Tripwire now appends a / if one isn't present. Thanks
Jarno.

* Fixed GLOBALEMAIL bug where no global emails would be sent
unless there were emailto attributes somewhere in the policy
file. Additionally, reports were being sliced to global
recipients, despite the fact that global recipients should get
the full report.


2001-02-03 Ron Forrester <rjf@theforrest.org>

* Fixed possible security problem with the handling of temp
files. We now open temp files with O_EXCL set to make sure a
particular file doesn't already exist. Thanks to Jarno for this
suggestion and help via a patch.

* Added the configuration file variable TEMPDIRECTORY. This
variable can be set to the full path to where tripwire should
write its temporary files. By default it is /tmp. Because /tmp has
to be world writable, this isn't a good place for tripwire to
write temporary files. Setting TEMPDIRECTORY to a directory with
permissions 700 is much more secure. Updated man page with info on
this variable.

* Added the configuration file variable GLOBALEMAIL. This variable
can be set to a list of email addresses which are semi-colon or
comma separated. If a report is about to be emailed to addresses
reaped from the policy file, it will also be emailed to the
addresses in the GLOBALEMAIL list, allowing designation of one or
more people to always get email reports. Updated the man page with
info on this variable.

* Began a convention of providing a "Solution:" line to all errors
(exceptions) emitted by tripwire. Only the two latest error
messages incorporate this convention, but all future ones will as
well, and I hope to revist all current errors and retrofit them
with Solution: lines as well.
19 changes: 19 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Open Source Tripwire Maintainers:

tripwire@frlinux.net

Previous Maintainer:

itripn@users.sourceforge.net


Community Contributors:

Paul Herman (www.frenchfries.net/paul/tripwire): Paul is almost solely
responsible for the meat of the 2.4.0.1 release. His work on the autoconf
and gcc 3.x support (among other things) has contributed to a much more
portable code base, and an easier place to start for adding additional
features.

David LaPalomento: David kindly provided precompiled binaries on Red Hat
Enterprise Linux AS release 4 (Nahant Update 3) on IA-64.
7 changes: 7 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
AUTOMAKE_OPTIONS = foreign no-dependencies
SUBDIRS = man src

install-data-hook:
prefix="$(prefix)" sysconfdir="$(sysconfdir)" \
path_to_vi="$(path_to_vi)" path_to_sendmail="$(path_to_sendmail)" \
./install/install.sh
Loading

0 comments on commit c8dc58d

Please sign in to comment.