Blame ChangeLog

Packit 762fc5
2016-07-25 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Release version 0.16
Packit 762fc5
Packit 762fc5
2016-07-11 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Fix example aide.conf (xattr -> xattrs)
Packit 762fc5
	* aide.conf.5: update "SELECTION LINES" section
Packit 762fc5
	* Released version 0.16rc1
Packit 762fc5
Packit 762fc5
2016-07-10 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Fix compilation with latest libaudit
Packit 762fc5
	* Use AC_PROG_CC_C99 instead of AC_PROG_CC
Packit 762fc5
	* Add AM_PROG_CC_C_O
Packit 762fc5
	* aide.conf.in: logfile -> file
Packit 762fc5
	* Update README
Packit 762fc5
	* Update manual pages (aide.1 and aide.conf.5)
Packit 762fc5
Packit 762fc5
2016-07-07 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Adapt manual to version 0.16
Packit 762fc5
Packit 762fc5
2016-06-08 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Add missing break statements
Packit 762fc5
Packit 762fc5
2016-04-15 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Released version 0.16b1
Packit 762fc5
Packit 762fc5
2016-04-13 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Fix spelling errors
Packit 762fc5
	* Makefile.am: fix distribution of doc files
Packit 762fc5
Packit 762fc5
2016-04-11 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Add 'report_ignore_changed_attrs' option, deprecate 'ignore_list' option
Packit 762fc5
	* Add 'report_force_attrs' option, deprecate 'report_attributes'
Packit 762fc5
	  option
Packit 762fc5
Packit 762fc5
2016-04-08 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Fix some compiler warnings
Packit 762fc5
Packit 762fc5
2016-04-06 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Support restricted selection lines
Packit 762fc5
Packit 762fc5
2016-04-02 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Adjust file type letters
Packit 762fc5
Packit 762fc5
2016-03-31 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Change verbosity levels to ease debugging
Packit 762fc5
Packit 762fc5
2016-03-28 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Fix '.*'-rule matching and code cleanup
Packit 762fc5
Packit 762fc5
2016-03-22 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Fix compilation issue with e2fsprogs 1.43
Packit 762fc5
Packit 762fc5
2016-03-06 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Fix report layout
Packit 762fc5
Packit 762fc5
2016-03-05 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Fix segfault when DB_CHECKINODE is used
Packit 762fc5
Packit 762fc5
2016-03-02 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Add new '--limit' parameter
Packit 762fc5
Packit 762fc5
2016-03-01 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Sort entries of database file
Packit 762fc5
Packit 762fc5
2016-02-27 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Switch to Perl 5 Compatible Regular Expressions, changes include:
Packit 762fc5
	  - require PCRE library
Packit 762fc5
	  - drop bundled GNU regexp library
Packit 762fc5
	* src/commandconf.c: add warning if a group is redefined
Packit 762fc5
Packit 762fc5
2016-02-21 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Add new 'database_add_metadata' option
Packit 762fc5
Packit 762fc5
2016-02-20 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Add new 'report_quiet' option
Packit 762fc5
Packit 762fc5
2015-11-22 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Use single Makefile.am
Packit 762fc5
	* doc/aide.conf.5.in: minor fixes
Packit 762fc5
Packit 762fc5
2015-11-20 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/gen_list.c: minor code cleanup
Packit 762fc5
Packit 762fc5
2015-11-16 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Rewrote handling of ignored/forced attributes, changes include:
Packit 762fc5
	  - new 'report_ignore_added_attrs' option
Packit 762fc5
	  - new 'report_ignore_removed_attrs' option
Packit 762fc5
	  - print human-readable info about ignored attributes in report
Packit 762fc5
	  - code cleanup
Packit 762fc5
	  - bug fixes
Packit 762fc5
Packit 762fc5
2015-11-07 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Added new 'report_ignore_e2fsattrs' option
Packit 762fc5
Packit 762fc5
2015-10-31 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/gen_list.c: fixed bug if rules are removed
Packit 762fc5
Packit 762fc5
2015-10-28 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c: fixed total number of entries
Packit 762fc5
Packit 762fc5
2015-08-08 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c: added support for new e2fsattrs flags
Packit 762fc5
Packit 762fc5
2015-05-06 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c: adjusted report layout
Packit 762fc5
Packit 762fc5
2015-03-02 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Renamed 'configure.in' to 'configure.ac'
Packit 762fc5
Packit 762fc5
2013-05-20 Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Print checksums of databases in verbose level 2 or higher (closes
Packit 762fc5
	  feature request 1502032)
Packit 762fc5
	* Added new 'database_attrs' option
Packit 762fc5
	* configure.in: fixed compilation with selinux
Packit 762fc5
	* src/conf_lex.l, src/db_lex.l: fixed definition of YYDEBUG
Packit 762fc5
Packit 762fc5
2013-05-18	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* configure.in: removed check for 'libcrypt'
Packit 762fc5
	* Renamed 'detailed_init_report' option to 'report_detailed_init'
Packit 762fc5
Packit 762fc5
2013-05-17	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* configure.in:
Packit 762fc5
	  - fixed "suspicious cache-id" warnings
Packit 762fc5
	  - removed 'AC_CONFIG_MACRO_DIR' macro
Packit 762fc5
	* src/Makefile.am:
Packit 762fc5
	  - replaced INCLUDES with AM_CPPFLAGS
Packit 762fc5
Packit 762fc5
2013-05-16	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Handle tilde (~) in database paths and report urls
Packit 762fc5
	* src/compare_db.c: adjusted report layout
Packit 762fc5
Packit 762fc5
2013-05-14	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/db.c: fixed segfault when dbconf->db_out is NULL
Packit 762fc5
	* Replaced fopen.c with the version from curl-7.30.0
Packit 762fc5
Packit 762fc5
2013-05-08	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c:
Packit 762fc5
	  - fixed output of checksums
Packit 762fc5
	  - use size_t as the type of for loop variable
Packit 762fc5
Packit 762fc5
2013-05-06	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c:
Packit 762fc5
	  - fixed return value of database initialization
Packit 762fc5
	  - minor code cleanup
Packit 762fc5
	* src/db_file.c, src/do_md.c:
Packit 762fc5
	  - fixed use of unportable %m format
Packit 762fc5
	* doc/aide.1.in:
Packit 762fc5
	  - fixed format in NOTES section
Packit 762fc5
	  - documented return value of '--compare' and '--update' command
Packit 762fc5
Packit 762fc5
2013-05-04	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c:
Packit 762fc5
	  - changed minimum verbose level for printing the details
Packit 762fc5
	    about added and removed entries to 7
Packit 762fc5
	* README:
Packit 762fc5
	  - updated "Source Code Verification" section
Packit 762fc5
	* Released version 0.16a2
Packit 762fc5
Packit 762fc5
2012-10-10	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Added new default group X
Packit 762fc5
	* src/gen_list.c: fixed stripping of removed attributes
Packit 762fc5
Packit 762fc5
2012-10-08	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/gen_list.c: fixed handling of renamed files
Packit 762fc5
	  - read in databases in one go
Packit 762fc5
	  - read in old database at the end
Packit 762fc5
Packit 762fc5
2012-10-06	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Added new report_base16 option
Packit 762fc5
Packit 762fc5
2012-09-05	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c: support older versions of e2fsprogs
Packit 762fc5
Packit 762fc5
2012-06-19	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/db_file.c: added missing format string to dofprintf calls
Packit 762fc5
Packit 762fc5
2011-10-02	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Added new detailed_init_report option
Packit 762fc5
Packit 762fc5
2011-09-29	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* configure.in, include/aide.h, src/db_file.c:
Packit 762fc5
	 - fixed 'undef' compiler warnings
Packit 762fc5
Packit 762fc5
2011-09-24	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/gen_list.c, include/do_md.h, src/do_md.c:
Packit 762fc5
	  - moved selinux2line function to src/do_md.c
Packit 762fc5
	  - moved xattrs2line function to src/do_md.c
Packit 762fc5
	* src/db_file.c:
Packit 762fc5
	  - declare db_writeacl only if WITH_ACL is defined
Packit 762fc5
Packit 762fc5
2011-09-23	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* include/db_disk.h, src/db_disk.c, src/db.c:
Packit 762fc5
	  - fixed 'unused-parameter' compiler warning
Packit 762fc5
	* include/db_disk.h, src/db_disk.c:
Packit 762fc5
	  - removed unused functions (db_disk_read_spec, db_writespec_disk,
Packit 762fc5
	    db_writeline_disk, db_close_disk)
Packit 762fc5
	* src/db_file.c:
Packit 762fc5
	  - fixed 'unused-but-set-variable' compiler warnings
Packit 762fc5
	* src/gen_list.c, include/do_md.h, src/do_md.c:
Packit 762fc5
	  - call acl2line only if WITH_ACL is defined
Packit 762fc5
Packit 762fc5
2011-09-22	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/be.c:
Packit 762fc5
	  - declared static functions static
Packit 762fc5
	* src/commandconf.c:
Packit 762fc5
	  - fixed 'unused-but-set-variable' compiler warning
Packit 762fc5
	* src/compare_db.c:
Packit 762fc5
	  - fixed some 'format' compiler warnings
Packit 762fc5
	* src/db.c:
Packit 762fc5
	  - fixed 'unused-but-set-variable' compiler warnings
Packit 762fc5
Packit 762fc5
2011-09-21	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* include/aide.h, src/aide.c:
Packit 762fc5
	  - declared static functions static
Packit 762fc5
Packit 762fc5
2011-09-20	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* include/aide.h, src/db_file.c:
Packit 762fc5
	  - fixed format of 8 bytes off_t type
Packit 762fc5
Packit 762fc5
2011-09-17	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/aide.c:
Packit 762fc5
	  - added missing #include <dirent.h>
Packit 762fc5
Packit 762fc5
2011-09-09	Rami Lehti <rami.lehti@bitwise.fi>
Packit 762fc5
	* src/base64.c, src/gen_list.c:
Packit 762fc5
	  - changed verbosity levels to ease debugging
Packit 762fc5
Packit 762fc5
2011-09-07	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/commandconf.c:
Packit 762fc5
	  - added missing spaces to "Cannot access config file" message
Packit 762fc5
Packit 762fc5
2011-09-05	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Added new root_prefix option
Packit 762fc5
	* src/do_md.c:
Packit 762fc5
	  - removed unused function (md_init_fail)
Packit 762fc5
Packit 762fc5
2011-09-04	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* include/gen_list.h, src/gen_list.c:
Packit 762fc5
	  - removed unused functions (add_file_to_list, traverse_tree, gen_list)
Packit 762fc5
Packit 762fc5
2011-09-03	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/gen_list.c:
Packit 762fc5
	  - print list of added files (verbose level >= 2) and their details
Packit 762fc5
	    (verbose level >= 6) if database has been initialized
Packit 762fc5
Packit 762fc5
2011-07-12	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/gen_list.c:
Packit 762fc5
	  - fixed has_str_changed function
Packit 762fc5
	* src/util.c:
Packit 762fc5
	  - fixed bad free of hostname variable
Packit 762fc5
	* src/db_file.c:
Packit 762fc5
	  - removed dead code
Packit 762fc5
Packit 762fc5
2011-04-08	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/gen_list.c:
Packit 762fc5
	  - fixed wrong total number of entries if comparing two databases
Packit 762fc5
Packit 762fc5
2011-03-29	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c:
Packit 762fc5
	  - rewrote gen_report function, changes included:
Packit 762fc5
		- merged gen_report() and report_tree()
Packit 762fc5
		- added info about verbose level, ignorelist and report_attributes to
Packit 762fc5
		  report if they differ from standard value
Packit 762fc5
		- changed report if aide found no changes
Packit 762fc5
		- added info about number of entries if aide found no changes or
Packit 762fc5
		  the database has been initialized
Packit 762fc5
		- fixed report of added or removed entries if verbose level is 6 or
Packit 762fc5
		  higher and there are only added or removed entries
Packit 762fc5
Packit 762fc5
2011-03-24	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c:
Packit 762fc5
	  - made ignored_attrs and forced_attrs global
Packit 762fc5
	  - added run time to report
Packit 762fc5
Packit 762fc5
2011-03-22	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c:
Packit 762fc5
	  - print "End timestamp" message in report
Packit 762fc5
Packit 762fc5
2011-03-18	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/db_disk.c:
Packit 762fc5
	  - fixed handling of "/" directory inode
Packit 762fc5
	  - got rid of some static variables
Packit 762fc5
Packit 762fc5
2011-03-01	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Removed contrib/mkgitsnapshot.sh
Packit 762fc5
Packit 762fc5
2011-02-16	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Released version 0.16a1
Packit 762fc5
Packit 762fc5
2011-02-09	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* README:
Packit 762fc5
	  - adjusted "Source Code Verification" section
Packit 762fc5
Packit 762fc5
2010-12-30	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c:
Packit 762fc5
	  - print "Looks okay" message also in DO_DIFF mode
Packit 762fc5
Packit 762fc5
2010-12-29	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* include/compare_db.h, src/compare_db.c:
Packit 762fc5
	  - added gen_report function (code copied from src/aide.c)
Packit 762fc5
	* src/aide.c:
Packit 762fc5
	  - removed code copied to src/compare_db.c
Packit 762fc5
	* include/compare_db.h:
Packit 762fc5
	  - removed report_tree function
Packit 762fc5
Packit 762fc5
2010-12-28	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c:
Packit 762fc5
	  - use strftime to format timestamps
Packit 762fc5
	  - made width_details, time_format[] and time_string_len constant
Packit 762fc5
	  - added numeric timezone to the date format
Packit 762fc5
Packit 762fc5
2010-12-27	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c:
Packit 762fc5
	  - added xattrs2array, acl2array and get_attribute_values functions
Packit 762fc5
	  - added print_dbline_attributes function, changes included:
Packit 762fc5
		- wrap attribute values instead of cut them off
Packit 762fc5
		- side-by-side output of acl and xattrs values
Packit 762fc5
		- use '|' to separate the old value from the new one
Packit 762fc5
		- use node->changed_attributes instead of recalculate the
Packit 762fc5
		  changed attributes
Packit 762fc5
		- print added or removed attributes of changed entries if forced
Packit 762fc5
		  via report_attributes
Packit 762fc5
	  - removed obsolete code
Packit 762fc5
	  - print details about added and removed entries in verbose level 6
Packit 762fc5
	    or higher, closes feature request 1460461
Packit 762fc5
	  - print added and removed attribute values of changed entries in
Packit 762fc5
	    verbose level 6 or higher
Packit 762fc5
Packit 762fc5
2010-12-26	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c:
Packit 762fc5
	  - fixed type of summary_char[]
Packit 762fc5
	  - fixed typo in comment
Packit 762fc5
Packit 762fc5
2010-11-27	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* doc/aide.1.in:
Packit 762fc5
	  - fixed format in FILES section
Packit 762fc5
	  - added hint on how to decode base64 encoded checksums
Packit 762fc5
Packit 762fc5
2010-11-26	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* doc/manual.html:
Packit 762fc5
	  - applied changes by Jack Blankenship <Jack.Blankenship@bcbssc.com>
Packit 762fc5
Packit 762fc5
2010-11-16	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c:
Packit 762fc5
	  - added missing declaration of aclt variable
Packit 762fc5
Packit 762fc5
2010-11-14	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/conf_yacc.y:
Packit 762fc5
	  - fixed declaration of conftext variable
Packit 762fc5
	* configure.in:
Packit 762fc5
	  - fixed compilation under Solaris
Packit 762fc5
	* README:
Packit 762fc5
	  - added hint to use --disable-static under Solaris 10/OpenSolaris
Packit 762fc5
Packit 762fc5
2010-10-12	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/gen_list.c, src/do_md.c:
Packit 762fc5
	  - replaced "File" by "Entry"
Packit 762fc5
Packit 762fc5
2010-10-11	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/aide.c, doc/aide.conf.5.in:
Packit 762fc5
	  - enabled summarize_changes by default
Packit 762fc5
Packit 762fc5
2010-09-29	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c:
Packit 762fc5
	  - rewrote summarize_changes feature to work with node->changed_attrs
Packit 762fc5
	  - replaced "files" by "entries"
Packit 762fc5
	  - made e2fsattrs2string static
Packit 762fc5
	  - use S_IFMT to extract the file type code
Packit 762fc5
Packit 762fc5
2010-09-27	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/gen_list.c:
Packit 762fc5
	  - added bytecmp, has_str_changed, has_md_changed, compare_single_acl,
Packit 762fc5
	    has_acl_changed, cmp_xattr_node, have_xattrs_changed (copied and
Packit 762fc5
	    renamed from src/compare_db.c)
Packit 762fc5
	  - added get_changed_attributes function
Packit 762fc5
	  - use get_changed_attributes instead of compare_dbline
Packit 762fc5
	  - save changed attributes in node->changed_attrs
Packit 762fc5
	* include/compare_db.h, src/compare_db.c:
Packit 762fc5
	  - removed obsolete compare_dbline function
Packit 762fc5
Packit 762fc5
2010-09-24	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* include/compare_db.h: removed init_rxlst function
Packit 762fc5
	* include/db_config.h: include seltree.h after #define DB_ATTR_TYPE
Packit 762fc5
	* include/seltree.h:
Packit 762fc5
	  - use DB_ATTR_TYPE instead of int for attr
Packit 762fc5
	  - added DB_ATTR_TYPE changed_attrs to seltree struct
Packit 762fc5
Packit 762fc5
2010-09-23	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c:
Packit 762fc5
	  - removed unused functions (find_line_match, init_rxlst, eat_files_indir)
Packit 762fc5
	  - compare ignorelist/forced_attrs with DB_ATTR_UNDEF instead of -1
Packit 762fc5
	  - renamed e2fsattrs2char function to e2fsattrs2string
Packit 762fc5
	  - use str_has_changed instead of compare_str
Packit 762fc5
	  - added debug output to md_has_changed
Packit 762fc5
	  - use md_has_changed instead of compare_md_entries
Packit 762fc5
	  - removed obsolete functions (compare_str, compare_md_entries)
Packit 762fc5
Packit 762fc5
2010-09-17	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* src/compare_db.c: fixed compiler warning if WITH_AUDIT is not defined
Packit 762fc5
Packit 762fc5
2010-09-11	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Documented '-E' in man page and '--help' text
Packit 762fc5
Packit 762fc5
2010-09-10	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Released version 0.15.1
Packit 762fc5
	* Changed version to post-0.15.1
Packit 762fc5
Packit 762fc5
2010-09-07	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Ignore changed file name if attributes does not match
Packit 762fc5
	* Allow absence of DB_CHECKINODE if file name has changed
Packit 762fc5
Packit 762fc5
2010-08-08	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Added mkgitsnapshot.sh to contrib/
Packit 762fc5
	* Released version 0.15
Packit 762fc5
	* Changed version to post-0.15
Packit 762fc5
Packit 762fc5
2010-08-06	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Updated copyright notices of list.h, list.c, md.h, md,c, symboltable.h,
Packit 762fc5
	  symboltable.c, util.h and util.c
Packit 762fc5
	* Escaped '-' that really mean '-' in man pages
Packit 762fc5
	* Updated copyright notices of db_config.h, report.h, url.h, conf_yacc.y,
Packit 762fc5
	  db_lex.l and error.c
Packit 762fc5
Packit 762fc5
2010-08-05	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Updated copyright notices of db_file.h, db_file.c, db_sql.h, db_sql.c,
Packit 762fc5
	  do_md.h, do_md.c, gen_list.h and gen_list.c
Packit 762fc5
Packit 762fc5
2010-08-04	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Updated copyright notices of commandconf.h, commandconf.c, conf_lex.h,
Packit 762fc5
	  conf_lex.l, db.h, db.c and db_list.h
Packit 762fc5
Packit 762fc5
2010-08-03	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Updated copyright notices of aide.h, aide.c, be.c, compare_db.h,
Packit 762fc5
	  compare_db.c and db_disk.c
Packit 762fc5
Packit 762fc5
2010-08-02	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Removed ], from version string when --with-curl was used, closes bug 3038382
Packit 762fc5
Packit 762fc5
2010-08-01	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Released version 0.15-rc1
Packit 762fc5
	* Changed version to post-0.15-rc1
Packit 762fc5
Packit 762fc5
2010-07-30	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Removed obsolete compare_db function
Packit 762fc5
	* Updated documentation of the default groups
Packit 762fc5
Packit 762fc5
2010-07-29	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Added ftype and e2fsattrs to the default groups L, R and >
Packit 762fc5
Packit 762fc5
2010-07-25	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Fixed sorting of files in report by filename
Packit 762fc5
Packit 762fc5
2010-07-24	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Added new grouped option
Packit 762fc5
	* Sort files in report by filename, see feature request 1337718
Packit 762fc5
Packit 762fc5
2010-07-23	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Fixed indent of XAttrs output
Packit 762fc5
	* Fixed report_attributes for XAttrs
Packit 762fc5
	* Fixed indent of ACL output
Packit 762fc5
	* Fixed report_attributes for ACL
Packit 762fc5
	* Fixed report_attributes for Lname and SELinux
Packit 762fc5
Packit 762fc5
2010-07-22	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Fixed report_attributes for checksum values
Packit 762fc5
	* Replaced 'E2fsAttrs' by 'E2FSAttrs'
Packit 762fc5
	* Fixed report_attributes for string and long values
Packit 762fc5
	* summarize_changes: made summary string length also for
Packit 762fc5
	  added/removed files dynamic
Packit 762fc5
Packit 762fc5
2010-07-21	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Fixed typo in aide.conf man page
Packit 762fc5
	* summarize_changes: made length of summary string dynamic
Packit 762fc5
	* Always save the inode to database (needed for DB_CHECKINODE)
Packit 762fc5
	* Documented ftype and e2fsattrs in aide.conf
Packit 762fc5
	* Added TFTYPE token
Packit 762fc5
	* Prompt for ./configure and make only if autoreconf was successful
Packit 762fc5
Packit 762fc5
2010-07-20	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Added ext2 file attributes support
Packit 762fc5
Packit 762fc5
2010-06-12	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Always add permissions attribute to database
Packit 762fc5
	* Added AIDEVERSION to report
Packit 762fc5
Packit 762fc5
2010-06-11	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Adjusted old database warning message
Packit 762fc5
Packit 762fc5
2010-06-10	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Added file type change detection support
Packit 762fc5
	* Use DB_ATTR_TYPE for ignorelist and forced_attrs
Packit 762fc5
Packit 762fc5
2010-06-09	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Fixed handling of size and growing size bits
Packit 762fc5
Packit 762fc5
2010-06-08	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Another fix for the changed permissions are always reported issue
Packit 762fc5
Packit 762fc5
2010-06-07	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Replaced 'Permissions' by 'Perm' to fit 9 columns
Packit 762fc5
	* Fit detailed output in 80 columns, closes feature request 1337759
Packit 762fc5
Packit 762fc5
2010-06-05	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Released version 0.14.2
Packit 762fc5
	* Changed version to post-0.14.2
Packit 762fc5
Packit 762fc5
2010-06-05	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Added missing description for '|' in aide.conf man page
Packit 762fc5
	* Report correct file type in "Detailed information about changes" section
Packit 762fc5
	* Fixed strcpy issue on multi-core environments
Packit 762fc5
Packit 762fc5
2010-06-04	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Replaced 'File' by 'Entry' in database warnings
Packit 762fc5
	* Reformatted "Entry ... has different attributes" warnings
Packit 762fc5
Packit 762fc5
2010-06-03	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Added missing space and new line to "Error in selective regexp" message,
Packit 762fc5
	  fixes bug 1944700
Packit 762fc5
	* Added missing '-' to separator line in the report
Packit 762fc5
Packit 762fc5
2010-05-30	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Released version 0.14.1
Packit 762fc5
	* Changed version to post-0.14.1
Packit 762fc5
Packit 762fc5
2010-05-20	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Support spaces and other characters in file paths in config by Byron Darrah  <bdarrah@corp.netzero.net>
Packit 762fc5
	* Added aide-attributes.sh script by Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
Packit 762fc5
2010-05-19	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Use exit() instead of abort() by Steve Grubb <sgrubb@redhat.com>
Packit 762fc5
	* Fixed changed permissions are always reported issue by Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
Packit 762fc5
2010-04-09	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Use DB_ATTR_TYPE for compare_dbline() by Patrick Neely <patrick.neely@gtri.gatech.edu>
Packit 762fc5
Packit 762fc5
2010-03-27	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Changed version to post-0.14
Packit 762fc5
	* Do not use += in configure, fixes bug 2972100
Packit 762fc5
	* Change gzdopen() from wb+ to wb, fixes bug 2976146
Packit 762fc5
	* Do not strcat into uninitialized data, fixes bug 2919946
Packit 762fc5
	* Add missing db_sql prototypes, and Sun Studio compatibility, fixes bug 2888035
Packit 762fc5
	* Initialize gcrypt properly, fixes bug 2763470
Packit 762fc5
Packit 762fc5
2010-03-16	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Released version 0.14
Packit 762fc5
Packit 762fc5
2010-02-26	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Changed version to post-0.14-rc3
Packit 762fc5
	* Fixed some AC_ARG_WITH magic
Packit 762fc5
	* Define ENOATTR if needed by Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
Packit 762fc5
2010-02-25	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Released version 0.14-rc2
Packit 762fc5
	* Fix xattrs and selinux bits by Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Released version 0.14-rc3
Packit 762fc5
Packit 762fc5
2010-02-25	Steve Grubb <sgrubb@redhat.com>
Packit 762fc5
	* Additional checks for snprintf.c
Packit 762fc5
	* Fix off64_t and other size warnings
Packit 762fc5
	* Correct linker settings
Packit 762fc5
Packit 762fc5
2010-02-24	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Re-enable large file support on 32 bit systems by Steve Grubb <sgrubb@redhat.com>
Packit 762fc5
Packit 762fc5
2010-02-23	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Show -D in --help by Steve Grubb <sgrubb@redhat.com>
Packit 762fc5
	* Refix line->attr&DB_LINKNAME is always true issue by Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
Packit 762fc5
2010-02-22	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Released version 0.14-rc1
Packit 762fc5
	* Changed version to post-0.14-rc1
Packit 762fc5
Packit 762fc5
2010-02-21	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Replaced snprintf.c with the version from rsync-2.6.9
Packit 762fc5
Packit 762fc5
2010-02-21	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Fix checksums letter
Packit 762fc5
	* Always save the permission to database
Packit 762fc5
	* summarize_changes: Re-enabled file-type detection for removed files
Packit 762fc5
	* Fix line->attr&DB_LINKNAME is always true issue
Packit 762fc5
	* Remove localignorelist for changed nodes
Packit 762fc5
	* Disable DB_ACL bit if acls are not supported
Packit 762fc5
Packit 762fc5
2010-02-18	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Adjust building of fopen.c by Steve Grubb <sgrubb@redhat.com>
Packit 762fc5
	* Fix error handling for prelink by Steve Grubb <sgrubb@redhat.com>
Packit 762fc5
Packit 762fc5
2010-02-17	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Fix several warnings by Steve Grubb <sgrubb@redhat.com>
Packit 762fc5
	* Check LD in configure by Steve Grubb <sgrubb@redhat.com>
Packit 762fc5
	* Fix xattrs typos by Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Reworked summarize_changes option by Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
Packit 762fc5
2010-02-13	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Added autoconf patch from Steve Grubb <sgrubb@redhat.com>
Packit 762fc5
	* Removed AM_PROG_LIBTOOL from configure.in
Packit 762fc5
Packit 762fc5
2010-02-06	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Fixed wrong char array size
Packit 762fc5
Packit 762fc5
2010-02-01	Hannes von Haugwitz <hannes@vonhaugwitz.com>
Packit 762fc5
	* Added new option to summarize changes in output file
Packit 762fc5
Packit 762fc5
2009-05-15	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Prelink patch by Peter Vrabec <pvrabec@redhat.com>
Packit 762fc5
Packit 762fc5
2007-12-20	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Fix equals matches, patch by Brian De Wolf <bldewolf@csupomona.edu>
Packit 762fc5
Packit 762fc5
2007-08-22	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Turn CR/LF into LF, patch by Steve Conklin <sconklin@redhat.com>
Packit 762fc5
Packit 762fc5
2007-06-05	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Display complete selinux context, patch by Steve Conklin <sconklin@redhat.com>
Packit 762fc5
Packit 762fc5
2007-05-15	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Quit autogen.sh if required tools are not found
Packit 762fc5
Packit 762fc5
2007-04-27	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Only use optional groups in "make check" when enabled
Packit 762fc5
	* Prevent segfaults in db_write_byte_base64, patch from James Antill
Packit 762fc5
	* Fix aide.spec, patch by George Hansper <georgeh@anstat.com.au>
Packit 762fc5
Packit 762fc5
2006-12-19	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Do not warn about files not being directories
Packit 762fc5
Packit 762fc5
2006-12-15	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Released version 0.13.1
Packit 762fc5
	* Changed version to post-0.13.1
Packit 762fc5
Packit 762fc5
2006-12-14	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Use lseek() instead of fseek() on aide.db
Packit 762fc5
Packit 762fc5
2006-12-13	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Work around for error while reading gzipped aide.db files
Packit 762fc5
Packit 762fc5
2006-12-08	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Removed ustat dead code
Packit 762fc5
Packit 762fc5
2006-12-07	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Released version 0.13
Packit 762fc5
	* Changed version to post-0.13
Packit 762fc5
Packit 762fc5
2006-11-30	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Set meaningful exitcodes when --check is used (Pablo Virolainen)
Packit 762fc5
Packit 762fc5
2006-11-29	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Changed version to post-0.13-rc2
Packit 762fc5
	* Check for WHIRLPOOL so old mhash can be used (Pablo Virolainen)
Packit 762fc5
Packit 762fc5
2006-11-25	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Fix error message about HAVAL and CRC32 with --update and gcrypt
Packit 762fc5
	* Fix --with and --without logic of configure
Packit 762fc5
	* Make --without switches of configure work
Packit 762fc5
	* Released version 0.13-rc2
Packit 762fc5
Packit 762fc5
2006-11-24	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Remove stpcpy declaration because it is not defined in util.c
Packit 762fc5
	* Fix segfault when line->cntx is NULL
Packit 762fc5
	* Add --without-mhash to configure
Packit 762fc5
	* Don't use DB_SELINUX and DB_XATTR when not present
Packit 762fc5
	* Fix use of libgcrypt
Packit 762fc5
	* Add new group 'l' to detect changed link name
Packit 762fc5
	* Update documentation with new groups
Packit 762fc5
	* Supply strnlen in utils.c
Packit 762fc5
	* Released version 0.13-rc1
Packit 762fc5
Packit 762fc5
2006-11-15	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Fix syslog URLs (Yves Mettier <ymettier@libertysurf.fr>)
Packit 762fc5
Packit 762fc5
2006-10-30	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Make --with-selinux work without pkg-config
Packit 762fc5
Packit 762fc5
2006-10-27	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Added "Add xattr support" patch from James Antill <james-aide-38mkm@and.org>
Packit 762fc5
	* Added "report miscompares to Linux Audit System" patch from James Antill
Packit 762fc5
	* Added "Allow building without mhash library" patch from James Antill
Packit 762fc5
	* Added "correct db_names" patch from Steve Grubb <sgrubb@redhat.com>
Packit 762fc5
	* Added "memory leaks and performance updates" patch from Steve Grubb
Packit 762fc5
	* Added "deadcode removal" patch from Steve Grubb <sgrubb@redhat.com>
Packit 762fc5
	* Added "change K&R functions to void functions" patch from Steve Grubb
Packit 762fc5
	* Added "Memleak fix for ACLs, SELinux, XAttr" patch from James Antill
Packit 762fc5
Packit 762fc5
2006-10-10	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Added note about rpl_malloc on AIX 5.3 with mhash
Packit 762fc5
	* Include version.m4 in distribution tar file
Packit 762fc5
	* No need for absolute $(srcdir) in configure
Packit 762fc5
	* Use AC_CONFIG_FILES(files..) instead of AC_OUTPUT(files..)
Packit 762fc5
	* Removed redundant targets from Makefile.am
Packit 762fc5
Packit 762fc5
2006-10-06	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Changed version to post-0.12
Packit 762fc5
	* Added file locking for output files
Packit 762fc5
Packit 762fc5
2006-10-05	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Released version 0.12
Packit 762fc5
Packit 762fc5
2006-10-04	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Close database files earlier
Packit 762fc5
	* Released version 0.12-rc2
Packit 762fc5
Packit 762fc5
2006-09-24	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Fixed filesize stored in postgres (SF bug #1177758)
Packit 762fc5
Packit 762fc5
2006-07-15	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Released version 0.12-rc1
Packit 762fc5
	* Remove the use of NODE_ADD_CHILDREN, hopefully it is no longer needed
Packit 762fc5
	* Added syntax changed from 10-manpages.dpatch
Packit 762fc5
	* Added newlines as per SF bug #1461182
Packit 762fc5
	* Added report_attributes group (Pablo Virolainen)
Packit 762fc5
Packit 762fc5
2006-06-13	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Fix stat type in report_tree() (Heiko Lehmann <hlehmann@fh-lausitz.de>)
Packit 762fc5
Packit 762fc5
2006-05-31	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Added support for posix_fadvice() (Pablo Virolainen)
Packit 762fc5
Packit 762fc5
2006-04-22	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Fix seg faults on OpenBSD (Axel Rau <Axel.Rau@Chaos1.DE>)
Packit 762fc5
Packit 762fc5
2006-04-22	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Fix mmap on HPUX (fredrik@soderblom.org patch 1474555)
Packit 762fc5
Packit 762fc5
2006-03-31	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Abort if aide.db does not have checksum when FORCEDBMD is used
Packit 762fc5
	* Explain aide.conf and aide.db signing
Packit 762fc5
Packit 762fc5
2006-03-29	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Add spaces to error messages (Marc Haber)
Packit 762fc5
	* Don't warn about rules referring to non-existent directories by default
Packit 762fc5
Packit 762fc5
2006-03-25	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Allow aide.db to be supplied on stdin (Pablo Virolainen)
Packit 762fc5
	* Add patch to allow http/https/ftp URLs through libcurl (Pablo Virolainen)
Packit 762fc5
Packit 762fc5
2006-03-17	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Use system strnstr when available
Packit 762fc5
	* Add --disable-static flag to configure
Packit 762fc5
Packit 762fc5
2006-03-13	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Applied manual patch from Marc Haber
Packit 762fc5
	* Added note about problems with mhash 0.9.x
Packit 762fc5
Packit 762fc5
2006-03-12	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Mordernize use of AM_INIT_AUTOMAKE
Packit 762fc5
	* Use AIDEVERSION to avoid clash with VERSION of other packages
Packit 762fc5
Packit 762fc5
2006-02-26	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Use @sysconfdir@ as directory in aide.1, SF bug #1438995
Packit 762fc5
Packit 762fc5
2006-02-23	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Set AIDEVERSION right after including config.h
Packit 762fc5
	* Added note about SIGTERM (Marc Haber)
Packit 762fc5
Packit 762fc5
2006-02-18	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Released version 0.11
Packit 762fc5
	* Changed version to post-0.11
Packit 762fc5
Packit 762fc5
2006-02-14	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Fix the broken @@ifhost and @@ifnhost directives by lcn2 (SF bug #1430482)
Packit 762fc5
Packit 762fc5
2006-02-09	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Fall back to strtoimax if strtoll is not available
Packit 762fc5
	* Protect against non existing syslog facilities
Packit 762fc5
	* Updated aide.spec.in as suggested in SF bug #1428576
Packit 762fc5
Packit 762fc5
2006-02-08	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Explicitly check for readdir64, by Virolainen Pablo <pablo@cs.tut.fi>
Packit 762fc5
	* Added note about --disable-lfs in README
Packit 762fc5
Packit 762fc5
2006-01-30	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Released version 0.11-rc3
Packit 762fc5
	* Changed version to post-0.11-rc3
Packit 762fc5
Packit 762fc5
2006-01-29	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Fix layout of aide.conf.5 by Vincent Danen <vdanen@linsec.ca>
Packit 762fc5
	* Cleanup --help output by Vincent Danen <vdanen@linsec.ca>
Packit 762fc5
	* Add separators in --check output by Vincent Danen <vdanen@linsec.ca>
Packit 762fc5
	* Add --disable-lfs option to configure
Packit 762fc5
Packit 762fc5
2006-01-22	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Allow report_url to change syslog facility
Packit 762fc5
	* Only warn when DB_CHECKINODE and DB_CTIME are used together
Packit 762fc5
	* Added GPG scripts by Vincent Danen <vdanen@linsec.ca>
Packit 762fc5
Packit 762fc5
2005-12-19	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Revert check_list_for_match to old behaviour (Marc Haber)
Packit 762fc5
	* Documentation update (Marc Haber)
Packit 762fc5
Packit 762fc5
2005-12-12	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Log tree matching verbosely, patch by Virolainen Pablo <pablo@cs.tut.fi>
Packit 762fc5
Packit 762fc5
2005-11-15	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Applied 'allow removed files' patch by Virolainen Pablo <pablo@cs.tut.fi>
Packit 762fc5
Packit 762fc5
2005-11-13	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Applied fix to ANF by Virolainen Pablo <pablo@cs.tut.fi>
Packit 762fc5
Packit 762fc5
2005-11-07	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Applied 'allow new files' patch by Virolainen Pablo <pablo@cs.tut.fi>
Packit 762fc5
Packit 762fc5
2005-11-03	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Remove russian translations; they are out of date and there is no static version of gettext available
Packit 762fc5
	* Do not stop parsing directory at unescaped .
Packit 762fc5
	* Fix "make dist" and "make check"
Packit 762fc5
	* Added gpg scripts to contrib
Packit 762fc5
	* Released version 0.11-rc2
Packit 762fc5
	* Changed version to post-0.11-rc2
Packit 762fc5
Packit 762fc5
2005-10-30	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Warn if 'I' and 'c' are used together
Packit 762fc5
Packit 762fc5
2005-10-28	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Ignore 'c' when 'I' is in effect
Packit 762fc5
	* Mention in aide.conf.5 that 'c' and 'I' are incompatible
Packit 762fc5
Packit 762fc5
2005-10-26	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Check for ino64_t and dirent64 separately since HPUX does not have them
Packit 762fc5
Packit 762fc5
2005-10-25	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Print start and stop timestamp together (Marc Haber <mh+aide@zugschlus.de>)
Packit 762fc5
	* Print database_out path with -i and -u
Packit 762fc5
	* Added bzip2.sh to the contrib directory
Packit 762fc5
Packit 762fc5
2005-10-19	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Applied patch from Debian bug #121717: aide spelling fixes
Packit 762fc5
Packit 762fc5
2005-10-16	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Applied patch 1124758: fix underquoted m4
Packit 762fc5
	* Applied patch 1124757: dist-hook missing file snprintf.h
Packit 762fc5
	* Applied patch 1124760: cleaner automake initialisation
Packit 762fc5
	* Applied patch 1124782: gettextize related patch
Packit 762fc5
Packit 762fc5
2005-10-07	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* If open() with NO_ATIME fails, try open() again without it
Packit 762fc5
Packit 762fc5
2005-10-05	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Compile aide as a static executable
Packit 762fc5
	* Fixed some spelling errors caught by Marc Haber <mh+aide@zugschlus.de>
Packit 762fc5
	* Changed version to Post 0.11-rc1
Packit 762fc5
	* Ignore special characters after backslash in directory names (bug #1162575)
Packit 762fc5
Packit 762fc5
2005-10-04	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Released aide 0.11-rc1
Packit 762fc5
Packit 762fc5
2005-09-14	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Print detailed error message when mmap() returns MAP_FAILED
Packit 762fc5
Packit 762fc5
2005-09-02	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Added patch for cygwin compatibility as per bug #1279818
Packit 762fc5
Packit 762fc5
2005-08-10	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Open files with O_NOATIME on Linux (per Vlada Macek <tuttle@bbs.cvut.cz>)
Packit 762fc5
Packit 762fc5
2005-08-08	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Reset fs.st_rdev in 2 additional places as per bug #1253822
Packit 762fc5
Packit 762fc5
2005-06-30	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Removed return in conf_lex.l that caused --after to be ignored
Packit 762fc5
Packit 762fc5
2005-06-12	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Applied another aide.1.in from Sven Hoexter <sven@timegate.de>
Packit 762fc5
Packit 762fc5
2005-06-11	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Applied aide.1.in patch from SF bug #1217483
Packit 762fc5
Packit 762fc5
2005-04-28	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Added long long support for portable snprintf
Packit 762fc5
	* Created aide.conf.5.in and aide.conf.5.ru.in as per bug #1103719
Packit 762fc5
Packit 762fc5
2005-04-27	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Fixed sshaide.sh as suggested in bug #1100740
Packit 762fc5
	* Removed db_writeacl() from db_disk.c as suggested in bug #1143889
Packit 762fc5
	* Set st_rdev to 0 when not used as suggested in bug #1169697
Packit 762fc5
Packit 762fc5
2005-04-18	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Correctly parse multiple backslashes in file names
Packit 762fc5
Packit 762fc5
2005-04-08	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Use configure to define type for storage of file size in aide.db
Packit 762fc5
	* Applied fix suggested in Debian Bug #237969
Packit 762fc5
Packit 762fc5
2005-04-06	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Always include aide.h before any other include file
Packit 762fc5
	* Include aide.h instead of config.h to avoid multiple inclusions
Packit 762fc5
	* Fixed large file under Solaris
Packit 762fc5
	* Make large file support generic (not just for Solaris)
Packit 762fc5
Packit 762fc5
2005-04-05	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Fixed bug where shrinking files with S set where not detected
Packit 762fc5
Packit 762fc5
2005-02-20	Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Removed extra gen_tree() as suggested in patch 985632
Packit 762fc5
	* Allow escaping of spaces in filenames (Virolainen Pablo <pablo@cs.tut.fi>)
Packit 762fc5
	* Allow @@{HOSTNAME} usage in aide.conf (Virolainen Pablo <pablo@cs.tut.fi>)
Packit 762fc5
Packit 762fc5
2004-11-16  Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Applied patch 984424: bug fix for "--check recurses when it shouldn't"
Packit 762fc5
	* Applied patch 853842: sshaide - contributed script
Packit 762fc5
Packit 762fc5
2004-11-12  Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Fixed patch from Virolainen Pablo
Packit 762fc5
	* Applied patch id 931224: Ignoring moved files
Packit 762fc5
Packit 762fc5
2004-11-05  Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Applied patch from Virolainen Pablo to give more infomation when file attributes have changed before calculating the hash
Packit 762fc5
Packit 762fc5
2004-11-04  Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Make sure readdir_r is POSIX compliant before we use it
Packit 762fc5
Packit 762fc5
2004-11-03  Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Applied patch 1058973: Please don't add -I$(prefix)/include
Packit 762fc5
	* Fixed bug 836253: Manual is wrong about --check command
Packit 762fc5
	* Applied fix in config parser to avoid 10000 line limit
Packit 762fc5
Packit 762fc5
2004-11-02  Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Fixed various documentation bugs filed as sf.net
Packit 762fc5
Packit 762fc5
2004-10-29  Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Use syslog() for systems that do not have vsyslog()
Packit 762fc5
	* Fixed file system traversing bug for systems without readdir_r
Packit 762fc5
	* Fixed bug 836257: Line numbers in verbose output off by one
Packit 762fc5
Packit 762fc5
2004-10-28  Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Removed config.h.in
Packit 762fc5
	* Added ISO C99 compliant snprintf for systems that do not have it
Packit 762fc5
Packit 762fc5
2004-10-26  Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Added check for ISO C99 compliant vsnprintf to configure.in
Packit 762fc5
Packit 762fc5
2004-10-23  Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Applied PSQL patch from Marc Giger <gigerstyle@gmx.ch>
Packit 762fc5
	* Set version to "Post 0.10"
Packit 762fc5
	* Removed aide.1 and aide.1.ru since they are created by configure
Packit 762fc5
	* Moved #endif for WITH_MHASH in commandconf.c thanks to berkeley@octagon.com.au
Packit 762fc5
Packit 762fc5
2003-12-08  Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Applied patch 853842 "sshaide - contributed script"
Packit 762fc5
	* Applied patch 855639 "Updated README file"
Packit 762fc5
Packit 762fc5
2003-12-02  Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Fixed bug 851671 Aide-0.10 --config-check dumps core
Packit 762fc5
Packit 762fc5
2003-11-28  Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
	* Released aide version 0.10
Packit 762fc5
	* Applied patch 849857 "cosmetic report fix" thanks to John Kristoff
Packit 762fc5
Packit 762fc5
2003-11-25  Mike Markley  <mike@markley.org>
Packit 762fc5
	* Applied patch from bug 848664 "crash in db_input_wrapper (gzip)" thanks to Matt Kettler
Packit 762fc5
Packit 762fc5
2003-11-04  Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
Packit 762fc5
	* Fixed typo in compare_db.c, closes bug 836255 thanks to Michael Schwendt
Packit 762fc5
	* Applied patch 801860, fixes bug 801857 "=/$ gives segfault" thanks to Michael Schwendt
Packit 762fc5
	* Applied patch 803001 "Fix for some memory leaks" thanks to Michael Schwendt
Packit 762fc5
	* Applied patch 801853 "getopt optstring is wrong" thanks to Michael Schwendt
Packit 762fc5
Packit 762fc5
2003-10-03  Richard van den Berg  <richard@vdberg.org>
Packit 762fc5
Packit 762fc5
	* Moved project over to http://sf.net/projects/aide
Packit 762fc5
	* Fixed problems in conf_yacc.y
Packit 762fc5
	* Gzip code now uses best (-9) compression
Packit 762fc5
Packit 762fc5
2002-07-22  Rami Lehti  <Rami.Lehti@Finland.Sun.COM>
Packit 762fc5
Packit 762fc5
	* Fixed Unimplemented error message when conf md not compiled in
Packit 762fc5
	* Fixed error message about nonexistant files.
Packit 762fc5
	* Fixed --with-extra-includes --with-extra-libs handling (I hope)
Packit 762fc5
	* Fixed *stat handling
Packit 762fc5
Packit 762fc5
2002-06-04  Rami Lehti  <Rami.Lehti@Finland.Sun.COM>
Packit 762fc5
Packit 762fc5
	* Released 0.9
Packit 762fc5
Packit 762fc5
2002-05-31  Rami Lehti  <Rami.Lehti@Finland.Sun.COM>
Packit 762fc5
Packit 762fc5
	* Fixed a bug in memory handling causing corrupt md's
Packit 762fc5
	* Added --without-mmap configure option
Packit 762fc5
Packit 762fc5
2002-05-29  Rami Lehti  <Rami.Lehti@Finland.Sun.COM>
Packit 762fc5
Packit 762fc5
	* Updated version to 0.9
Packit 762fc5
	* Fixed loads of bugs
Packit 762fc5
	* This file should be updated more often
Packit 762fc5
	* Added support for md checked config and db
Packit 762fc5
	* Updated Copyright notices
Packit 762fc5
	* Changed checking algorithm (threading here we come)
Packit 762fc5
Packit 762fc5
2002-02-10 Rami Lehti <Rami.Lehti@Finland.Sun.COM>
Packit 762fc5
	* Fixed loads and loads of bugs
Packit 762fc5
	* Added syslog backend
Packit 762fc5
	* Report format changed
Packit 762fc5
	* added lots of parameters see man page and configure --help
Packit 762fc5
	* added ACL support for SunOS 5.x (and compatibles)
Packit 762fc5
	* Released 0.8 (This is an unstable release)
Packit 762fc5
Packit 762fc5
2000-04-27  Rami Lehti  <Rami.Lehti@Finland.Sun.COM>
Packit 762fc5
Packit 762fc5
	* Added static link flag checking
Packit 762fc5
	* Released 0.7
Packit 762fc5
Packit 762fc5
2000-04-13  Rami Lehti  <Rami.Lehti@Finland.Sun.COM>
Packit 762fc5
Packit 762fc5
	* Added linkname checking
Packit 762fc5
	* Removed mhash snefru and fixed haval
Packit 762fc5
	* Mhash 0.8.1 required.
Packit 762fc5
Packit 762fc5
2000-02-08  Rami Lehti  <Rami.Lehti@Finland.Sun.COM>
Packit 762fc5
	* Changed version to 0.7
Packit 762fc5
Packit 762fc5
2000-02-08  Rami Lehti  <Rami.Lehti@Finland.Sun.COM>
Packit 762fc5
Packit 762fc5
	* Fixed core dump bug in compare_db
Packit 762fc5
	* Added warning when config has changed
Packit 762fc5
	* Released 0.6
Packit 762fc5
Packit 762fc5
2000-01-18  Virolainen Pablo  <pablo@kaspiankerttu.cs.tut.fi>
Packit 762fc5
Packit 762fc5
	* Handles config filename '-' as stdin. Manpage update.
Packit 762fc5
Packit 762fc5
1999-12-30  Rami Lehti  <rammer@cs.tut.fi>
Packit 762fc5
Packit 762fc5
	* Fixed compilation problem with glibc 2.1
Packit 762fc5
Packit 762fc5
1999-12-29  Rami Lehti  <Rami.Lehti@Finland.Sun.COM>
Packit 762fc5
Packit 762fc5
	* Finally fixed wrong md5 sums.
Packit 762fc5
	* Fixed nonprintable filename encoding.
Packit 762fc5
	* Fixed a huge memory leak. 16k per databaseline.
Packit 762fc5
Packit 762fc5
1999-12-08  Pablo Virolainen <pablo@cs.tut.fi>
Packit 762fc5
	* Check for [acm]times beeing in future is done correctly now.
Packit 762fc5
	* blockcount will now be writen to database...
Packit 762fc5
Packit 762fc5
1999-12-02  Pablo Virolainen <pablo@cs.tut.fi>
Packit 762fc5
	* Added warning if file's [acm]time is in future (gen_list.c)
Packit 762fc5
Packit 762fc5
1999-11-25  Rami Lehti  <Rami.Lehti@Finland.Sun.COM>
Packit 762fc5
Packit 762fc5
	* Added support for unknown @@ tokens in databases
Packit 762fc5
Packit 762fc5
1999-11-25  Pablo Virolainen <pablo@cs.tut.fi>
Packit 762fc5
	* Ignorelist for reports implemented.
Packit 762fc5
	* Block count added. It might be usefull with file with holes.
Packit 762fc5
Packit 762fc5
1999-11-24  Pablo Virolainen <pablo@cs.tut.fi>
Packit 762fc5
	* Added '^' to first charaster of every regexpr
Packit 762fc5
	* Minor changes do_md.c
Packit 762fc5
Packit 762fc5
1999-11-23  Rami Lehti  <Rami.Lehti@Finland.Sun.COM>
Packit 762fc5
Packit 762fc5
	* Fixed MHASH_COMPATIBILITY problem. Mhash library version 0.6.1 is
Packit 762fc5
	  now required.
Packit 762fc5
	* Began tidying up the code so that both the internal and mhash
Packit 762fc5
	  hashes can be used at the same time.
Packit 762fc5
Packit 762fc5
1999-11-05  Pablo Virolainen  <pablo@cs.tut.fi>
Packit 762fc5
Packit 762fc5
	* Fixed bug in tree traverce. Now works without permission check.
Packit 762fc5
Packit 762fc5
1999-10-26  Rami Lehti  <rammer@cs.tut.fi>
Packit 762fc5
Packit 762fc5
	* Added support for mhash library (done mostly by pablo)
Packit 762fc5
	* Fixed a --with-config-file bug in configure.in
Packit 762fc5
	* Fixed md bug when using internal functions
Packit 762fc5
	* Finally updated the Changelog
Packit 762fc5
Packit 762fc5
1999-08-26  Rami Lehti  <rami@leevi.ton.tut.fi>
Packit 762fc5
Packit 762fc5
	* Fixed config file handling
Packit 762fc5
Packit 762fc5
(Wed, 25 Aug 1999 11:03:34  (EET):rammer)
Packit 762fc5
Changed: ChangeLog,configure.in
Packit 762fc5
	Upped version to 0.4
Packit 762fc5
Packit 762fc5
(Thu, 26 Aug 1999 16:36:14  (EET):rammer)
Packit 762fc5
Changed: configure aide.conf.5 compare_db.c,gen_list.c,util.c
Packit 762fc5
	util.h,conf_lex.l
Packit 762fc5
	Fixed a bug in gen_seltree
Packit 762fc5
	Changed default behaviour of verbositylevel 5.
Packit 762fc5
	Now it prints the detailed info about changed files too.
Packit 762fc5
	Now on level 5 if a dir is added a warning is shown that
Packit 762fc5
	foo files were added under the previous dir and not the files
Packit 762fc5
	themselves. On level 20 the behaviour is still the same.
Packit 762fc5
Packit 762fc5
---------------------
Packit 762fc5
Packit 762fc5