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
|
2003-11-28 Richard van den Berg <richard@vdberg.org>
* Released aide version 0.10
* Applied patch 849857 "cosmetic report fix" thanks to John Kristoff
2003-11-25 Mike Markley <mike@markley.org>
* Applied patch from bug 848664 "crash in db_input_wrapper (gzip)" thanks to Matt Kettler
2003-11-04 Richard van den Berg <richard@vdberg.org>
* Fixed typo in compare_db.c, closes bug 836255 thanks to Michael Schwendt
* Applied patch 801860, fixes bug 801857 "=/$ gives segfault" thanks to Michael Schwendt
* Applied patch 803001 "Fix for some memory leaks" thanks to Michael Schwendt
* Applied patch 801853 "getopt optstring is wrong" thanks to Michael Schwendt
2003-10-03 Richard van den Berg <richard@vdberg.org>
* Moved project over to http://sf.net/projects/aide
* Fixed problems in conf_yacc.y
* Gzip code now uses best (-9) compression
2002-07-22 Rami Lehti <Rami.Lehti@Finland.Sun.COM>
* Fixed Unimplemented error message when conf md not compiled in
* Fixed error message about nonexistant files.
* Fixed --with-extra-includes --with-extra-libs handling (I hope)
* Fixed *stat handling
2002-06-04 Rami Lehti <Rami.Lehti@Finland.Sun.COM>
* Released 0.9
2002-05-31 Rami Lehti <Rami.Lehti@Finland.Sun.COM>
* Fixed a bug in memory handling causing corrupt md's
* Added --without-mmap configure option
2002-05-29 Rami Lehti <Rami.Lehti@Finland.Sun.COM>
* Updated version to 0.9
* Fixed loads of bugs
* This file should be updated more often
* Added support for md checked config and db
* Updated Copyright notices
* Changed checking algorithm (threading here we come)
2002-02-10 Rami Lehti <Rami.Lehti@Finland.Sun.COM>
* 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)
* Released 0.8 (This is an unstable release)
2000-04-27 Rami Lehti <Rami.Lehti@Finland.Sun.COM>
* Added static link flag checking
* Released 0.7
2000-04-13 Rami Lehti <Rami.Lehti@Finland.Sun.COM>
* Added linkname checking
* Removed mhash snefru and fixed haval
* Mhash 0.8.1 required.
2000-02-08 Rami Lehti <Rami.Lehti@Finland.Sun.COM>
* Changed version to 0.7
2000-02-08 Rami Lehti <Rami.Lehti@Finland.Sun.COM>
* Fixed core dump bug in compare_db
* Added warning when config has changed
* Released 0.6
2000-01-18 Virolainen Pablo <pablo@kaspiankerttu.cs.tut.fi>
* Handles config filename '-' as stdin. Manpage update.
1999-12-30 Rami Lehti <rammer@cs.tut.fi>
* Fixed compilation problem with glibc 2.1
1999-12-29 Rami Lehti <Rami.Lehti@Finland.Sun.COM>
* Finally fixed wrong md5 sums.
* Fixed nonprintable filename encoding.
* Fixed a huge memory leak. 16k per databaseline.
1999-12-08 Pablo Virolainen <pablo@cs.tut.fi>
* Check for [acm]times beeing in future is done correctly now.
* blockcount will now be writen to database...
1999-12-02 Pablo Virolainen <pablo@cs.tut.fi>
* Added warning if file's [acm]time is in future (gen_list.c)
1999-11-25 Rami Lehti <Rami.Lehti@Finland.Sun.COM>
* Added support for unknown @@ tokens in databases
1999-11-25 Pablo Virolainen <pablo@cs.tut.fi>
* Ignorelist for reports implemented.
* Block count added. It might be usefull with file with holes.
1999-11-24 Pablo Virolainen <pablo@cs.tut.fi>
* Added '^' to first charaster of every regexpr
* Minor changes do_md.c
1999-11-23 Rami Lehti <Rami.Lehti@Finland.Sun.COM>
* Fixed MHASH_COMPATIBILITY problem. Mhash library version 0.6.1 is
now required.
* Began tidying up the code so that both the internal and mhash
hashes can be used at the same time.
1999-11-05 Pablo Virolainen <pablo@cs.tut.fi>
* Fixed bug in tree traverce. Now works without permission check.
1999-10-26 Rami Lehti <rammer@cs.tut.fi>
* Added support for mhash library (done mostly by pablo)
* Fixed a --with-config-file bug in configure.in
* Fixed md bug when using internal functions
* Finally updated the Changelog
1999-08-26 Rami Lehti <rami@leevi.ton.tut.fi>
* Fixed config file handling
(Wed, 25 Aug 1999 11:03:34 (EET):rammer)
Changed: ChangeLog,configure.in
Upped version to 0.4
(Thu, 26 Aug 1999 16:36:14 (EET):rammer)
Changed: configure aide.conf.5 compare_db.c,gen_list.c,util.c
util.h,conf_lex.l
Fixed a bug in gen_seltree
Changed default behaviour of verbositylevel 5.
Now it prints the detailed info about changed files too.
Now on level 5 if a dir is added a warning is shown that
foo files were added under the previous dir and not the files
themselves. On level 20 the behaviour is still the same.
---------------------
|