Changeset 169 for trunk/docs/Changelog


Ignore:
Timestamp:
Apr 13, 2008, 9:59:55 PM (17 years ago)
Author:
katerina
Message:

Fixes for tickes #93 to #104 (yes, big commit, bad, bad,...).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/Changelog

    r167 r169  
    112.4.4:
    2         * fill content if MODI_TXT, base64 encode and add as link_path
    3           in sh_unix.c; add to report in sh_hash.c; needs listing option
     2        * configure.ac: warn, but accept nonexistent tmp dir
     3          (Problem reported by Brian)
     4        * sh_unix.c: undef P_ALL, P_PID, P_PGID before including
     5          sys/wait.h (compile problem reported by Reputation)
     6        * syslog function tested ok with Syslog Fuzzer v0.1
     7          by Jaime Blasco (c) 2008
     8        * slib.c: call fflush when writing trace to file
     9        * sh_readconf.c: don't set OnlyStderr to false if gpg (problem
     10          reported by Irene Reed)
     11        * fix unconditional removal of pid file in atexit handler (bug
     12          reported by Brian)
     13        * fix invalid free() in sh_unix_checksum_size()
     14        * sh_processcheck.c: workaround for stupid OpenBSD bug (returns
     15          ENODEV instead of EAGAIN, because fgetc does
     16          fcntl(0,F_SETFL,O_NONBLOCK) [ENODEV] internally), problem
     17          reported by Roman R.
     18        * fix buf that cause incomplete reporting of modified symlink if
     19          symlink has changed and both old and new paths are >48 bytes
     20        * fix bug that prevented mount check from running in one-shot mode
     21        * enable mount check for openbsd
     22        * fix processcheck default options and test script for openbsd
     23        * option --list-file to list content of file (if saved)
     24        * sh_tools.c: use strcasecmp in reverse lookup since DNS is case
     25          insensitive (bug reported by Phil)
     26        * fill content if MODI_TXT, zlib compress, base64 encode and add
     27          as link_path in sh_unix.c; add to report in sh_hash.c
    428        * testsuite: add test for gpg fingerprint option
    529        * sh_extern.c: add 'CloseCommand' for syntactic sugar,
    630          add in testsuite
    731
    8 2.4.3a:
    9         * fix compile error cause by open() with O_CREAT and no third argument
     322.4.3a (12-02-2008):
     33        * fix compile error caused by open() with O_CREAT and no third argument
    1034          (reported by J.-S. Eon)
    1135
    12 2.4.3:
     362.4.3 (31-01-2008):
    1337        * sh_kern.c: don't require asm/segment.h for kernel check module
    1438        * use global var with pid of initial thread instead of getpid(),
Note: See TracChangeset for help on using the changeset viewer.