Changeset 553


Ignore:
Timestamp:
Feb 27, 2020, 8:16:48 PM (5 years ago)
Author:
katerina
Message:

Fix for ticket #443 (Incompatibility with older gpg versions).

Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r550 r553  
    1212dnl start
    1313dnl
    14 AM_INIT_AUTOMAKE(samhain, 4.4.0)
     14AM_INIT_AUTOMAKE(samhain, 4.4.1)
    1515AC_DEFINE([SAMHAIN], 1, [Application is samhain])
    1616AC_CANONICAL_HOST
  • trunk/docs/Changelog

    r550 r553  
     14.4.1:
     2        * fix compatibility problem with older (version 2.0.x) GnuPG
     3
    144.4.0:
    25        * support for OpenBSD signify as alternative to GnuPG
     
    573576        * Evaluate glob patterns for each run of file check
    574577        * Add compile option to disable compiling with SSP
    575         * Run SUID check in seperate thread
     578        * Run SUID check in separate thread
    576579        * By default disable scanning ..namedfork/rsrc (deprecated by Apple)
    577580
     
    14801483          on solaris - noticed by Bob Bloom)
    14811484        * sh_suidcheck: don't truncate quarantined file if nlink > 1
    1482         * fix Install.sh (no --seperate-output with --radiolist); patch by
     1485        * fix Install.sh (no --separate-output with --radiolist); patch by
    14831486          Greg Kimberly
    14841487
  • trunk/docs/FAQ.html

    r538 r553  
    800800
    801801     This will enable/disable logging of the server timestamp for client
    802      messages. The server timestamp will be written to a seperate record,
     802     messages. The server timestamp will be written to a separate record,
    803803     with <i>log_ref</i> set to the value of
    804804     <i>log_index</i> of the corresponding client message.<br><br></dd>
  • trunk/docs/HOWTO-client+server.html

    r1 r553  
    144144Client and server are
    145145<b>distict applications</b>, and must be
    146 built seperately. By default, installation names and paths (e.g.
     146built separately. By default, installation names and paths (e.g.
    147147the configuration file) are
    148148different. Do not blame us if you abuse './configure' options to
  • trunk/docs/HOWTO-samhain+GnuPG.html

    r1 r553  
    329329emails signed by them).
    330330</p><p>
    331 So which is the correct file? Here we have to consider two seperate
     331So which is the correct file? Here we have to consider two separate
    332332cases:
    333333</p>
  • trunk/docs/README

    r1 r553  
    137137
    138138        NOTE: client and server are __distict__ applications, and must be
    139         built seperately. By default, installation names and paths are
     139        built separately. By default, installation names and paths are
    140140        different. Do not blame us if you abuse './configure' options to
    141141        cause name clashes, if you install both on the same host.
  • trunk/src/sh_sig.c

    r550 r553  
    12961296  TPT(((0), FIL__, __LINE__, _("msg=<Close pipe>\n")));
    12971297
    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)
    12991299    {
    13001300        sh_error_handle((-1), FIL__, __LINE__, 0, MSG_E_SUBGEN,
Note: See TracChangeset for help on using the changeset viewer.