Skip to content

Commit 2f41ee1

Browse files
authored
Merge pull request #10 from brc0x1/master
Open Source Tripwire 2.4.3.2
2 parents acf7bd3 + b69b1cf commit 2f41ee1

File tree

157 files changed

+10214
-6418
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+10214
-6418
lines changed

.gitignore

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,19 @@ compile
77
autom4te.cache/
88
bin/
99
lib/
10+
src/siggen/siggen
11+
src/tripwire/tripwire
12+
src/twadmin/twadmin
13+
src/twprint/twprint
14+
src/twtest/twtest
1015
**/Makefile
1116
**/*.o
1217
**/*.dylib
1318
**/*.a
1419
**/*.so
1520
**/*.dll
16-
**/siggen
17-
**/tripwire
18-
**/twadmin
19-
**/twprint
20-
**/twtest
21-
**/siggen.exe
22-
**/tripwire.exe
23-
**/twadmin.exe
24-
**/twprint.exe
25-
**/twtest.exe
21+
**/*.exe
22+
**/*~
23+
**/*.bak
24+
**/.DS_Store
2625
releases/

COMMERCIAL

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

2-
If you desire enterprise capable software with commercial support, check out
3-
Tripwire, Inc. at http://www.tripwire.com.
2+
Tripwire, Inc also offers several commercial, supported security and compliance solutions:
3+
4+
* Tripwire for Servers is most similar to Open Source Tripwire (OST was forked from it in 2000), with additional features such as native Windows support, audit event correlation, and Tripwire Manager, a central management console. http://www.tripwire.com/it-security-software/scm/tripwire-for-servers/
5+
6+
* Tripwire Enterprise is an enterprise-grade product with features such as real-time file and registry change detection; change monitoring for databases, directory servers, and network devices; and policy compliance monitoring for standards including PCI, HIPAA, and NERC. http://www.tripwire.com/it-security-software/scm/tripwire-enterprise/
7+
8+
* Tripwire Configuration Compliance Manager is an agentless solution with some features similar to Tripwire Enterprise, as well as advanced asset discovery capabilities. http://www.tripwire.com/it-security-software/scm/ccm/
9+
410

5-
For a more detailed comparison of the Open Source Tripwire software and
6-
commercial Tripwire(R) product(s) please visit http://www.tripwire.org.

ChangeLog

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2017-01-15 Brian Cox <bcox@tripwire.com>
2+
* Bump version to 2.4.3.2
3+
* DOS/DJGPP platform support.
4+
* Use posix_fadvise() to reduce disk cache impact (where available).
5+
* Use O_NOATIME where available, so scans don't update file access times.
6+
* Optional HASH_DIRECT_IO (Linux only) to access files via direct i/o when hashing, per user request.
7+
* Optional support for iconv character conversion, for db/report file portability.
8+
* Improved display of multibyte characters in reports.
9+
* On OSX, use builtin CommonCrypto hashes instead of impls provided with OST.
10+
* Update build system to automake 1.15
11+
* Cross compiling can use OpenSSL now.
12+
* 'make dist' now creates a buildable source bundle.
13+
* Can use build dir outside of source tree
14+
* Include 'what'-style version strings.
15+
* AROS: Correctly hide passphrases & delete temp files.
16+
* Remove dead code & unused files.
17+
* Optional RESOLVE_IDS_TO_NAMES option to disable uid/gid to name resolution, if needed.
18+
* New --key-size option to twadmin --generate-keys, to generate 1024 (default) or 2048 bit El Gamal keys.
119
2016-04-20 Brian Cox <bcox@tripwire.com>
220
* Bump version to 2.4.3.1
321
* Revive old 'twtest' unit test suite (such as it is); move _t.cpp files into twtest dir.
@@ -26,7 +44,7 @@
2644
* Add MAILFROMADDRESS config param (see twconfig man page)
2745
* Use O_NONBLOCK, to avoid blocking on fifos & mandatory-locked files
2846
* Report Solaris door & event port file types correctly
29-
47+
3048
2014-01-01 Barry Allard <barry.allard@gmail.com>
3149

3250
* Bumping version to 2.4.2.3
@@ -59,24 +77,21 @@
5977
* Fixed bug in install script when sendmail isn't installed
6078
target system.
6179
* Removed some non-existent files from installer
62-
80+
6381
2005-08-18 Ron Forrester <rjf@theforrest.org>
6482

6583
* Wow, has it been 4+ years? :)
66-
6784
* Starting fresh with Paul's autoconf'ed code base
68-
6985
* Bumped version number, misc cleanup, etc.
7086

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

7489
* Bumped version to 2.3.1.
75-
90+
7691
* BSD support, thanks to Paul Herman <pherman@frenchfries.net>.
7792
The support was added for FreeBSD 4.2, your mileage may vary on
7893
other BSD's.
79-
94+
8095
* Fixed long standing bug with recurse=3
8196

8297
* If TEMPDIRECTORY was missing trailing /, bad things could
@@ -88,8 +103,7 @@
88103
file. Additionally, reports were being sliced to global
89104
recipients, despite the fact that global recipients should get
90105
the full report.
91-
92-
106+
93107
2001-02-03 Ron Forrester <rjf@theforrest.org>
94108

95109
* Fixed possible security problem with the handling of temp

Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
AUTOMAKE_OPTIONS = foreign no-dependencies
22
SUBDIRS = man src
3-
EXTRA_DIST = COMMERCIAL MAINTAINERS TRADEMARK touchconfig.sh contrib policy
3+
EXTRA_DIST = COMMERCIAL MAINTAINERS TRADEMARK LICENSE Packaging README-2.4.3 README.md autogen.sh autogen.sh.README touchconfig.sh contrib policy installer
44

55
install-data-hook:
66
prefix="$(prefix)" sysconfdir="$(sysconfdir)" \
77
path_to_vi="$(path_to_vi)" path_to_sendmail="$(path_to_sendmail)" \
8-
./install/install.sh
8+
./installer/install.sh

0 commit comments

Comments
 (0)