-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
172 lines (153 loc) · 5.57 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
Version 0.16.2 (2019-05-19)
* Bug fixes
- Fix handling of directory-restricted negative rules
- Don't lock '/dev/null' when used as output database
- Fix parsing of rules containing '?' quantifier
- Fix extended attributes support (xattrs)
- Fix processing of go files
* Please note:
- The addition of the "trusted.*", "user.*" and the "security.*"
namespaces to the xattrs attribute might lead to a vast amount of
reported changed entries during your next AIDE run. You can use the
`report_ignore_changed_attrs` option (see aide.conf(5)) to ignore
changes of the xattrs attribute; but be aware that this will exclude
the expected but also the unexpected (potentially malicious) changes.
Version 0.16.1 (2019-02-25)
* Move to GitHub
* Update documentation
* Bug fixes
Version 0.16 (2016-07-25)
* BACKWARDS INCOMPATIBLE CHANGES:
- Negative selection lines of the form '!<regex> <groups>' are no
longer supported (use '!<regex>' instead)
- The switch to Perl 5 Compatible Regular Expressions and the fix of
'.*'-rule matching may result in different rule matching behaviour
* Support restricted selection lines
* Switch to PCRE library (drops bundled GNU regexp library)
* New config options:
- database_add_metadata
- database_attrs
- report_base16
- report_detailed_init
- report_force_attrs (deprecates report_attributes)
- report_ignore_added_attrs
- report_ignore_removed_attrs
- report_ignore_changed_attrs (deprecates ignore_list)
- report_ignore_e2fsattrs
- report_quiet
- root_prefix
* New '--limit' parameter
* Report changes:
- enable summarize_changes by default
- use '|' to separate the old value from the new one
- wrap attribute values instead of cut them off
- side-by-side output of acl and xattrs values
- adjust file type letters in summarize_changes output
- add numeric timezone to time string
- add info about verbose level to report if it differs from standard
value
- add info about number of entries if aide found no changes or
the database has been initialized
- add run time to report
- print "End timestamp" message in report
- print human-readable info about ignored and forced attributes in report
- print checksums of databases in verbose level 2 or higher
- print added and removed attribute values of changed entries in
verbose level 6 or higher
- print details about added and removed entries in verbose level 7
or higher
- print added or removed attributes of changed entries if forced via
report_force_attrs
* New default group: X
* Fix '.*'-rule matching
* Handle tilde (~) in database paths and report urls
* Sort entries of database file
* Compare database entries just once
* Add warning if a group is redefined
* Update documentation
* Bug fixes
* Code clean up
Version 0.15.1
* Fixed bug with DB_CHECKINODE
Version 0.15
* Added new grouped option
* Sort files in report by filename
* Added support for e2fsattrs attribute
* Added support for ftype attribute
* Bug fixes
Version 0.14.2
* Report correct file type in "Detailed information
about changes" section
* Bug fixes
Version 0.14.1
* Added aide-attributes.sh contrib script
* Bug fixes
Version 0.14
* Renewed autoconf mechanism
* Resolved licensing conflicts
* New feature to summarize changes
* Added prelink support
* Many bugfixes
Version 0.13.1
* Fixed bug with reading gzipped aide.db files
* Removed dead ustat code
Version 0.13
* Added support for selinux and xattr attributes
(kindly contributed by Red Hat)
* Added support for the Linux Audit System
(kindly contributed by Red Hat)
* Fixed usage of libgcrypt instead of libmhash
* Added file locking for output files
* Fixed bugs
Version 0.12
* Fixed bugs
* Allow http/https/ftp URLs through libcurl
* Support posix_fadvice() to avoid caching files
Version 0.11
* Fixed many bugs
* Updated automake/autoconf scripts
* Use snprintf by Mark Martinec if not in C library
* Support for more (legacy) Unix systems and cygwin
* Open files with O_NOATIME on supported Linux systems
* Added I/ANF/ARF directives
Version 0.10
* Fixed bugs
* Moved project over to sourceforge.net
* Change of project ownership
Version 0.9
* Fixed bugs
* Added support for keyed md check of db and config
* Removed dependancy on libgcrypt
* Added dependancy on mhash
Version 0.8
* Fixed loads and loads of bugs
* Added syslog backend
* Report format changed
* added lots of parameters see man page and configure --help
* added ACL support for SunOS 5.x (and compatibles)
* libgcrypt is now separate and required
Version 0.7
* Bug fixes
* Compressed database support
* Linkname checking
* Mhash support (version 0.8.1 of mhash required)
Version 0.6
* Bug fixes
* Mhash support fixed
* MD sums fixed for now
Version 0.5
* Bug fixes
* ignore_list support
* Mhash library support (version 0.6.1 of mhash required)
* Disclaimer notices
Version 0.4
* Bug fixes
Version 0.3
* Added --update command
* some bugfixes
Version 0.2
* Bugfix release
Version 0.1
* Implemented lots of stuff
Version 0.0.0.1
* Nothing yet