summaryrefslogtreecommitdiff
path: root/security/aide06
AgeCommit message (Collapse)AuthorFilesLines
2005-05-23Remove extremely stupid and naive tests for whether YACC is "bison -y"jlam2-1/+30
and LEX is "flex". They break when full paths are passed to the configure script via YACC and LEX (!!).
2005-05-23AIDE wants flex, not just any old "lex".jlam1-2/+2
2005-05-23Remove redundant USE_TOOLS+=bison lines.jlam1-2/+1
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-22Remove the old tools framework and references to _USE_NEW_TOOLS.jlam1-6/+1
2005-05-15Avoid crazy YACC hacks when using the new tools framework.jlam1-1/+5
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-09-21Give a bit of leeway in the atime time calculation - the problem isagc3-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-27this needs flex and bison to build. fixes build on Solaris.grant1-4/+5
XXX this could be handled better by the tools stuff.
2004-04-26Convert to buildlink3.snj1-2/+2
2003-12-19Avoid some dodgy string pasting - makes this compile with gcc3.agc2-1/+24
2003-12-03Change MAINTAINER to "tech-pkg" instead of the previous "packages".kristerw1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-23Re-import an older version of aide, aide-0.6, as security/aide06,agc6-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