Various documentation corrections / suggestions
Meanwhile the manual is maintained at https://github.com/aide/aide.github.io. Please report issues or create pull requests regarding the manual there.
Many configuration options are ignored, which results in automagic deps
fixed (commit 91d799c)
gpg_strerror on build, typo in ./configure of latest trunk?
I'm not able to reproduce this issue with latest AIDE release. Hence I close this bug. If you are still able to reproduce your issue please open a new issue at github.com/aide/aide/issues
Build with locale support is broken
https://github.com/aide/aide/issues/101
You can adjust the rule(s) for directories containing binaries to not check for mtime. In general you can contact the AIDE user mailing list (https://www.ipi.fi/mailman/listinfo/aide) for any question about the usage of AIDE.
problems with prelinked files
Build with LDFLAGS='-Wl,--as-needed' and curl support fails due to LIBS/LDFLAGS mixing
I'm not able to reproduce this issue with latest AIDE release. Hence I close this bug. If you are still able to reproduce your issue please open a new issue at github.com/aide/aide/issues
I'm not able to reproduce this issue. Hence I close this bug. If you are still able to reproduce your issue please open a new issue at github.com/aide/aide/issues
I'm not able to reproduce this issue with latest AIDE release. Hence I close this bug. If you are still able to reproduce your issue please open a new issue at github.com/aide/aide/issues
Need for better clarification in man page
Meanwhile the man page has been updated (see https://github.com/aide/aide/blob/master/doc/aide.conf.5).
Mac OS X (10.4.9-PPC) - make error
-r gives segfault
-r, --report command line parameter has been removed in AIDE v0.17.
Changed files when running aide with --check
Please contact the AIDE user mailing list (https://www.ipi.fi/mailman/listinfo/aide) for any question about the usage of AIDE.
I'm not able to reproduce this issue with latest AIDE release. Hence I close this bug. If you still are able to reproduce your issue please open a new issue at github.com/aide/aide/issues
I'm not able to reproduce this issue. Hence I close this bug. If you still are able to reproduce your issue please open a new issue at github.com/aide/aide/issues
AIDE Fails at finding files it previously found (when run from cron.daily)
AIDE does not provide any cron job script. Please report any issue with the cron script to your LInux distribution. In general you can contact the AIDE user mailing list (https://www.ipi.fi/mailman/listinfo/aide) for any question about the usage of AIDE.
a
Please contact the AIDE user mailing list (https://www.ipi.fi/mailman/listinfo/aide) for any question about the usage of AIDE.
Initialize works, does not copy input file, does not parse
I'm not able to reproduce this issue. Hence I close this bug. If you still are able to reproduce your issue on your site please open a new issue at github.com/aide/aide/issues
Entry in databases has different attributes
I'm not able to reproduce this issue with latest AIDE release. Hence I close this bug. If you still are able to reproduce your issue on your site please open a new issue at github.com/aide/aide/issues
Some features break static build
As said some libraries have dropped static library support (you can use --disable-static to disable static linking). Hence i close this bug.
Test cases are broken
Meanwhile the corresponding test case has been removed from the repository.
Config and database signing support has been removed in AIDE 0.17.
configure doesn't check flags quite right
SIGBUS on sparc64
Meanwhile Debian bug #152203 has been closed.
bzip2 support
selection type for file system type
Sorted Output
add reference database timestamps to report
Prelink timeout patch
Config Issue on 16a -- root_prefix
The root_prefix option has been added in 0.16a2 not in 0.16a1.
init gives the error DBG: md_enable: algorithm 7 not available
This is now handled with a proper warning log message in AIDE 0.17.
Track contents of growing log files
Unpack compressed data before comparing
Integration with rpm/yum
Check against remote database
Prelude-IDS integration/support
most returns from malloc/realloc not checked
fixed in 714a8c87f5e061b715175dc156cd261e0acc61fc
Quiet flag useful with crontabs
please allow /dev/null as input and output database
fixed (commit cea21ddca3b526e60b6c16e8bf6d1f29e40151f5 )
Simulation mode
output options
Check config file syntax
fixed (commit cea21ddca3b526e60b6c16e8bf6d1f29e40151f5 )
improved reporting and logging
Please make -V255 output more verbose
errors go to output stream instead of STDERR
fixed (commit fd333074c5b084e1a363a15df23d355b784492df)
When compiling with postgres support linkage is incomplete
Postgresql support has been removed in git commit (68eccd236c679b68351372549fa254674b4e3756)
--with-sun-acl doesn't work
Sun ACL support has been removed in git commit (d622c841d5e40d88444e2ebacc2d6f5a66e4a34d)
configuration parser fails on filenames w. UTF-8 characters
fixed (commit cea21ddca3b526e60b6c16e8bf6d1f29e40151f5 )
off-by-one-error in line number for error messages
fixed (commit cea21ddca3b526e60b6c16e8bf6d1f29e40151f5 )
@@define in @@ifdef constructs is incorrectly handled
fixed (commit cea21ddca3b526e60b6c16e8bf6d1f29e40151f5 )
@@else doesn't work
fixed (commit cea21ddca3b526e60b6c16e8bf6d1f29e40151f5 )
https://github.com/aide/aide/pull/42
https://github.com/aide/aide/issues/41
https://github.com/aide/aide/issues/40
https://github.com/aide/aide/issues/39
this can be closed
this can be closed
At least this seems to be documented now.
https://github.com/aide/aide/issues/37
https://github.com/aide/aide/issues/36
https://github.com/aide/aide/issues/35
https://github.com/aide/aide/issues/34
https://github.com/aide/aide/issues/33
https://github.com/aide/aide/issues/32
https://github.com/aide/aide/issues/31
https://github.com/aide/aide/issues/30
https://github.com/aide/aide/pull/29
Transferred to https://github.com/aide/aide/issues/28
extend @include functionality to allow directories
This issues is now tracked at https://github.com/aide/aide/issues/4 .
aide crashes on guile .go files
fixed (commit dd98dbd)
I have just made a double check on a "brand new" CentOS 7 VM: [root@centos70 ~]# aide -v Aide 0.15.1 Compiled with the following options: WITH_MMAP WITH_POSIX_ACL WITH_SELINUX WITH_PRELINK WITH_XATTR WITH_E2FSATTRS WITH_LSTAT64 WITH_READDIR64 WITH_ZLIB WITH_GCRYPT WITH_AUDIT CONFIG_FILE = "/etc/aide.conf" [root@centos70 ~]# grep -P "^\w..*$" /etc/aide.conf database=file:@@{DBDIR}/aide.db.gz database_out=file:@@{DBDIR}/aide.db.new.gz gzip_dbout=yes verbose=5 report_url=file:@@{LOGDIR}/aide.log report_url=stdout...