Changeset 553
- Timestamp:
- Feb 27, 2020, 8:16:48 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r550 r553 12 12 dnl start 13 13 dnl 14 AM_INIT_AUTOMAKE(samhain, 4.4. 0)14 AM_INIT_AUTOMAKE(samhain, 4.4.1) 15 15 AC_DEFINE([SAMHAIN], 1, [Application is samhain]) 16 16 AC_CANONICAL_HOST -
trunk/docs/Changelog
r550 r553 1 4.4.1: 2 * fix compatibility problem with older (version 2.0.x) GnuPG 3 1 4 4.4.0: 2 5 * support for OpenBSD signify as alternative to GnuPG … … 573 576 * Evaluate glob patterns for each run of file check 574 577 * Add compile option to disable compiling with SSP 575 * Run SUID check in sep erate thread578 * Run SUID check in separate thread 576 579 * By default disable scanning ..namedfork/rsrc (deprecated by Apple) 577 580 … … 1480 1483 on solaris - noticed by Bob Bloom) 1481 1484 * sh_suidcheck: don't truncate quarantined file if nlink > 1 1482 * fix Install.sh (no --sep erate-output with --radiolist); patch by1485 * fix Install.sh (no --separate-output with --radiolist); patch by 1483 1486 Greg Kimberly 1484 1487 -
trunk/docs/FAQ.html
r538 r553 800 800 801 801 This will enable/disable logging of the server timestamp for client 802 messages. The server timestamp will be written to a sep erate record,802 messages. The server timestamp will be written to a separate record, 803 803 with <i>log_ref</i> set to the value of 804 804 <i>log_index</i> of the corresponding client message.<br><br></dd> -
trunk/docs/HOWTO-client+server.html
r1 r553 144 144 Client and server are 145 145 <b>distict applications</b>, and must be 146 built sep erately. By default, installation names and paths (e.g.146 built separately. By default, installation names and paths (e.g. 147 147 the configuration file) are 148 148 different. Do not blame us if you abuse './configure' options to -
trunk/docs/HOWTO-samhain+GnuPG.html
r1 r553 329 329 emails signed by them). 330 330 </p><p> 331 So which is the correct file? Here we have to consider two sep erate331 So which is the correct file? Here we have to consider two separate 332 332 cases: 333 333 </p> -
trunk/docs/README
r1 r553 137 137 138 138 NOTE: client and server are __distict__ applications, and must be 139 built sep erately. By default, installation names and paths are139 built separately. By default, installation names and paths are 140 140 different. Do not blame us if you abuse './configure' options to 141 141 cause name clashes, if you install both on the same host. -
trunk/src/sh_sig.c
r550 r553 1296 1296 TPT(((0), FIL__, __LINE__, _("msg=<Close pipe>\n"))); 1297 1297 1298 if (n_ newsig != n_goodsig || n_newsig != n_validsig || n_newsig > 1)1298 if (n_goodsig != n_validsig || n_newsig > 1 || n_goodsig > 1) 1299 1299 { 1300 1300 sh_error_handle((-1), FIL__, __LINE__, 0, MSG_E_SUBGEN,
Note:
See TracChangeset
for help on using the changeset viewer.