diff options
Diffstat (limited to 'security/aide/pkg')
-rw-r--r-- | security/aide/pkg/COMMENT | 1 | ||||
-rw-r--r-- | security/aide/pkg/DESCR | 11 | ||||
-rw-r--r-- | security/aide/pkg/PLIST | 4 |
3 files changed, 16 insertions, 0 deletions
diff --git a/security/aide/pkg/COMMENT b/security/aide/pkg/COMMENT new file mode 100644 index 00000000000..091a614ffe7 --- /dev/null +++ b/security/aide/pkg/COMMENT @@ -0,0 +1 @@ +a free intrusion detection system for checking file integrity diff --git a/security/aide/pkg/DESCR b/security/aide/pkg/DESCR new file mode 100644 index 00000000000..557d1199ee3 --- /dev/null +++ b/security/aide/pkg/DESCR @@ -0,0 +1,11 @@ +It 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 diff --git a/security/aide/pkg/PLIST b/security/aide/pkg/PLIST new file mode 100644 index 00000000000..12c2374487a --- /dev/null +++ b/security/aide/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/10 10:28:31 agc Exp $ +bin/aide +man/man1/aide.1 +man/man5/aide.conf.5 |