Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 68fa4ab850f63d70e8bb870f18fea608 > files > 6

autotrust-0.3.1-6.fc15.i686.rpm

3 September 2009:
- Bugfix: ZSKs were not fetched from trust anchor files (rr_is_zsk function was broken)
- Bugfix: Use ZSKs configured as trust anchors for validation
- Bugfix #271: trusted-keys anchors reset to valid upon writing.

25 August 2009:
- autotrust.conf.sample.in patch from Tom Hendrikx
- make install autotrust.8 from builddir, not srcdir
- new option, use-syslog.

19 August 2009:
- default locations according to FHS (bug 268)
- autotrust.conf.sample generated with ./configure
- code cleaning
- check compiler flags

10 August 2009:
- Update documentation
- Change default keep missing, one year.

27 May 2009: Matthijs
- more default locations changes
- add directory exists tests in configure.ac

22 May 2009: Matthijs
- replace lib/ into more obvious src/ dir
- add config option resolver-reload
- replace ipv*-only with do-ip* (mnore in line with unbound)
- no logfile? log to syslog

6 May 2009: Matthijs
- fix fprintf warning
- fix default path issues due to typo in configure.ac
- don't trim string when reading RRs

31 Mar 2009: Matthijs
- code review Wouter
- code review Jelte
- better configure.ac
- more readable code

19 Mar 2009: Matthijs
- reconsider default file locations

18 Mar 2009: Matthijs
- fix some autoreconf and configure warnings
- update documentation and todo
- fix segfault in lib/options.c (thanks Ondrej)
- un-ignore --prefix setting (thanks Ondrej)
- daemonize config option
- override configfile verbosity with commandline verbosity

13 January 2009: Matthijs
- libtoolize -c in makedist prevents creating symlinks.

10 December 2008: Matthijs
- Minor bugfix in log.c

2 December 2008: Matthijs
- Only remove long missing keys when other valid ksk's are known.

1 December 2008: Matthijs
- Changed default locations of configurable files from relative to absolute 
	paths.
- Allow multiple resolver pidfiles (Both thanks to Paul Wouters).

27 November 2008: Matthijs
- Split up update_trustanchor_file (becomes more readable)
- Replace system kill call by kill function
- Adjust configure.ac compiler flag needed checks
- log_assert only when enable-checking, exit(1)
- bugfix: cast class to int in compare function

25 November 2008: Matthijs
- Set REVOKED bit when it was seen in the answer and was self-signed revoked.

24 November 2008: Matthijs
- Nicer logging.
- Only update anchor files when trust anchor validity changed.
- Allow ZSKs in trust anchor files, remove them if at the same name KSKs exist.
- Add the 'keep-missing' option.
- Allow includes in configuration file.

19 November 2008: Matthijs
- Add sanity check pending-count, that ensures at least two validated answers 
	are seen prior to moving the trust anchor to the valid set.
- Keep track of files where trust points are stored in. This allows you to keep 
	seperate files for different trust points.
- Remove the trust-anchor option.

somewhere between 6 October and 14 November 2008: Matthijs
- Code rewrite that allows adaptations and extensions more easily.
- Accept multiple trust anchor files/trusted keys files
- Bugfix: Also check for selfsigned revoked key if answer is secure
- Removed debugging facility -i, incoming answer from file
- Added option: unbound-conf to load unbound configuration
- Changed function verbose to log_verbose, so it does not interfer with
	libunbound's verbose
- Adapted tests so that active refreshes are queried for, not read from file.
- Prepared for upcoming config options (superior-trust, keep-missing, etc)

6 October 2008: Matthijs
- Show local time in statefile
- Accept quoted DNSKEY dnames when in trusted-keys clause

16 September 2008: Matthijs
- Fixed some compiler warnings (Thanks Paul Wouters)
- Only signal resolver when trust anchors have changed

3 September 2008: Matthijs
- Print keytag in trusted-keys file
- Don't do 5011 update for DS RRs
- Nicer log messages

14 August 2008: Matthijs
- Added resolv-file in example configfile (Thanks Holger Zuleger)

13 August 2008: Matthijs
- read bind config segv when domain in string format (e.g. "se.", 
	Thanks Patrik Wallstrom )
- Set trunk to version 0.1.1

12 August 2008: Matthijs
- configuration option 'resolver-pid' that stores the resolver process id
- srcdir configurable

11 August 2008: Matthijs
- Manual pages, README
- Set release to 0.1

before: Matthijs
- Beta version of autotrust
- Test packages