|
| 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. |
1 | 19 | 2016-04-20 Brian Cox <bcox@tripwire.com> |
2 | 20 | * Bump version to 2.4.3.1 |
3 | 21 | * Revive old 'twtest' unit test suite (such as it is); move _t.cpp files into twtest dir. |
|
26 | 44 | * Add MAILFROMADDRESS config param (see twconfig man page) |
27 | 45 | * Use O_NONBLOCK, to avoid blocking on fifos & mandatory-locked files |
28 | 46 | * Report Solaris door & event port file types correctly |
29 | | - |
| 47 | + |
30 | 48 | 2014-01-01 Barry Allard <barry.allard@gmail.com> |
31 | 49 |
|
32 | 50 | * Bumping version to 2.4.2.3 |
|
59 | 77 | * Fixed bug in install script when sendmail isn't installed |
60 | 78 | target system. |
61 | 79 | * Removed some non-existent files from installer |
62 | | - |
| 80 | + |
63 | 81 | 2005-08-18 Ron Forrester <rjf@theforrest.org> |
64 | 82 |
|
65 | 83 | * Wow, has it been 4+ years? :) |
66 | | - |
67 | 84 | * Starting fresh with Paul's autoconf'ed code base |
68 | | - |
69 | 85 | * Bumped version number, misc cleanup, etc. |
70 | 86 |
|
71 | | - |
72 | 87 | 2001-02-25 Ron Forrester <rjf@theforrest.org> |
73 | 88 |
|
74 | 89 | * Bumped version to 2.3.1. |
75 | | - |
| 90 | + |
76 | 91 | * BSD support, thanks to Paul Herman <pherman@frenchfries.net>. |
77 | 92 | The support was added for FreeBSD 4.2, your mileage may vary on |
78 | 93 | other BSD's. |
79 | | - |
| 94 | + |
80 | 95 | * Fixed long standing bug with recurse=3 |
81 | 96 |
|
82 | 97 | * If TEMPDIRECTORY was missing trailing /, bad things could |
|
88 | 103 | file. Additionally, reports were being sliced to global |
89 | 104 | recipients, despite the fact that global recipients should get |
90 | 105 | the full report. |
91 | | - |
92 | | - |
| 106 | + |
93 | 107 | 2001-02-03 Ron Forrester <rjf@theforrest.org> |
94 | 108 |
|
95 | 109 | * Fixed possible security problem with the handling of temp |
|
0 commit comments