Changeset 93 for trunk/docs


Ignore:
Timestamp:
Feb 26, 2007, 10:48:51 PM (18 years ago)
Author:
rainer
Message:

Add check for PCI ROMs; fix ticket #51 (symlinks in root directory reported with leading double slash).

Location:
trunk/docs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/Changelog

    r92 r93  
     12.3.3:
     2        * fix bug with leading slashes in liked path of symlinks within
     3          the root directory
     4        * sh_kern.c: check PCI ROM (Linux), refactor code
     5        * move file descriptor closing more towards program startup
     6        * kernel check: support OpenBSD 4.0 (wishlist)
     7        * fix samhain_hide module (in-)compatibility with recent kernels
     8          (reported by Jonny Halfmoon)
     9
    1102.3.2:
    2         * move file descriptor closing more towards program startup
    3         * fix samhain_hide module (in-)compatibility with recent kernels
    411        * fix regression in full stealth mode (incorrect comparison of
    512          bytes read vs. maximum capacity), reported by B. Fleming
  • trunk/docs/README.UPGRADE

    r73 r93  
    11
    2 from lower to 2.3.x: database scheme has changed slightly
     2to 2.3.3 and higher: a bug has been fixed that resulted in an additional
     3  slash at the beginning of the linked path of symlinks in the root
     4  directory (symlinks in other directories were not affected)
     5
     6  -- this may cause spurious warnings about modified links, if you check
     7     against a database created with an earlier version of samhain
     8
     9
     10
     11from lower to 2.3.x: the database scheme has changed slightly.
     12  To upgrade, use the following SQL commands in the command-line
     13  client of your database:
    314
    415  -- MySQL:
Note: See TracChangeset for help on using the changeset viewer.