-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conflicts: configure.in
- Loading branch information
Showing
24 changed files
with
674 additions
and
682 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,52 @@ | ||
2013-05-20 Hannes von Haugwitz <[email protected]> | ||
* Print checksums of databases in verbose level 2 or higher (closes | ||
feature request 1502032) | ||
* Added new 'database_attrs' option | ||
* configure.in: fixed compilation with selinux | ||
* src/conf_lex.l, src/db_lex.l: fixed definition of YYDEBUG | ||
|
||
2013-05-18 Hannes von Haugwitz <[email protected]> | ||
* configure.in: removed check for 'libcrypt' | ||
* Renamed 'detailed_init_report' option to 'report_detailed_init' | ||
|
||
2013-05-17 Hannes von Haugwitz <[email protected]> | ||
* configure.in: | ||
- fixed "suspicious cache-id" warnings | ||
- removed 'AC_CONFIG_MACRO_DIR' macro | ||
* src/Makefile.am: | ||
- replaced INCLUDES with AM_CPPFLAGS | ||
|
||
2013-05-16 Hannes von Haugwitz <[email protected]> | ||
* Handle tilde (~) in database paths and report urls | ||
* src/compare_db.c: adjusted report layout | ||
|
||
2013-05-14 Hannes von Haugwitz <[email protected]> | ||
* src/db.c: fixed segfault when dbconf->db_out is NULL | ||
* Replaced fopen.c with the version from curl-7.30.0 | ||
|
||
2013-05-08 Hannes von Haugwitz <[email protected]> | ||
* src/compare_db.c: | ||
- fixed output of checksums | ||
- use size_t as the type of for loop variable | ||
|
||
2013-05-06 Hannes von Haugwitz <[email protected]> | ||
* src/compare_db.c: | ||
- fixed return value of database initialization | ||
- minor code cleanup | ||
* src/db_file.c, src/do_md.c: | ||
- fixed use of unportable %m format | ||
* doc/aide.1.in: | ||
- fixed format in NOTES section | ||
- documented return value of '--compare' and '--update' command | ||
|
||
2013-05-04 Hannes von Haugwitz <[email protected]> | ||
* src/compare_db.c: | ||
- changed minimum verbose level for printing the details | ||
about added and removed entries to 7 | ||
* README: | ||
- updated "Source Code Verification" section | ||
* Released version 0.16a2 | ||
|
||
2012-10-10 Hannes von Haugwitz <[email protected]> | ||
* Added new default group X | ||
* src/gen_list.c: fixed stripping of removed attributes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
AIDE - Advanced Intrusion Detection Environment | ||
------------------------------------------------- | ||
Version 0.16a1 | ||
Version 0.16a2 | ||
|
||
This file is free software; as a special exception the author gives | ||
unlimited permission to copy and/or distribute it, with or without | ||
|
@@ -86,17 +86,16 @@ | |
|
||
$ git verify-tag v<VERSION_NUMBER> | ||
|
||
The key used to create this signature is: | ||
The current public key needed for signature verification is: | ||
|
||
pub 4096R/F4474E5A 2011-01-30 [expires: 2012-01-31] | ||
uid Aide Developers <[email protected]> | ||
pub 4096R/68E7B931 2011-06-28 [expires: 2017-06-26] | ||
uid Hannes von Haugwitz <[email protected]> | ||
|
||
If you do not have this key, you can get it from the SourceForge | ||
web site or from one of the well known PGP key servers. You have | ||
to make sure that the key you install is not a faked one. You can | ||
do this with reasonable assurance by comparing the output of: | ||
If you do not have this key, you can get it from one of the well known PGP | ||
key servers. You have to make sure that the key you install is not a faked | ||
one. You can do this with reasonable assurance by comparing the output of: | ||
|
||
$ gpg --fingerprint 0xF4474E5A | ||
$ gpg --fingerprint 0x68E7B931 | ||
|
||
with the fingerprint published elsewhere. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.