Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-09-21 | Give a bit of leeway in the atime time calculation - the problem is | agc | 3 | -2/+18 | |
that, on a large SMP bulk build machine, and occasionally on smaller less busy machines, we can get a false-postive message in the aide output because the atime on a group of files can be one second later than "cur_time", the current time as returned to aide. So allow for one second's difference in the time calculation. Bump package revision. | |||||
2004-06-27 | this needs flex and bison to build. fixes build on Solaris. | grant | 1 | -4/+5 | |
XXX this could be handled better by the tools stuff. | |||||
2004-04-26 | Convert to buildlink3. | snj | 1 | -2/+2 | |
2003-12-19 | Avoid some dodgy string pasting - makes this compile with gcc3. | agc | 2 | -1/+24 | |
2003-12-03 | Change MAINTAINER to "tech-pkg" instead of the previous "packages". | kristerw | 1 | -2/+2 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-23 | Re-import an older version of aide, aide-0.6, as security/aide06, | agc | 6 | -0/+69 | |
since there is a problem with aide-0.9 which results in it sending an email warning on every run of the scanner. Whilst this version may have other problems (it believes opendir(3)'s output, IIRC), it does keep quiet about them. aide-0.6 creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files. It has several message digest algorithms (md5,sha1,rmd160,tiger,haval,etc.) that are used to check the integrity of the file. More algorithms can be added with relative ease. All of the usual file attributes can also be checked for inconsistencies. It can read databases from older or newer versions. See the manual pages within the distribution for further info. There is also a beginning of a manual at http://www.cs.tut.fi/~rammer/aide/manual.html |