use MSTEST_GNUPGHOME instead of GNUPGHOME
[monkeysphere-validation-agent.git] / Changelog
1 msva-perl (0.9~pre) upstream;
2
3   [ Jameson Rollins ]
4   * Add "e-mail" context (checks for signing capability instead of
5     authentication) (closes MS #2688)
6   * Add "openpgp4fpr" pkc type for providing OpenPGP v4 fingerprint
7   * Add --version option to msva-query-agent
8
9   [ David Bremner ]
10   * Code refactoring:
11    - Crypt::Monkeysphere::MSVA::Logger into Crypt::Monkeysphere::Logger
12    - new Crypt::Monkeysphere::Validator
13    - unit tests and unit test harness
14
15   [ Daniel Kahn Gillmor ]
16   * Now depending on Crypt::X509 0.50 for pubkey components directly.
17   * Crypt::Monkeysphere::OpenPGP for helper functions in
18     packet generation and parsing.
19   * Parse and make use of X.509 PGPExtension if present in X.509 public
20     key carrier.
21
22  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 14 Mar 2011 01:07:50 -0400
23
24 msva-perl (0.8) upstream;
25
26   * Minor bugfix release!
27   * Avoid indirect object creation (thanks to intrigeri for pointing this out).
28   * Bug fix for unused option provided to gpgkeys_hkpms.
29   * Allow use of hkpms keyservers from gpg.conf
30   * Allow the use of ports in hostnames (closes MS # 2665)
31   * Do not report self-sigs as other certifiers (but report valid,
32     non-matching identities independently) (closes MS # 2569)
33   * List certifiers only once (closes MS # 2573)
34   * Enable the use of --keyserver-options http-proxy for gpgkeys_hkpms
35     (includes support for socks proxies) (closes MS # 2677)
36
37  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 20 Dec 2010 04:04:15 -0500
38
39 msva-perl (0.7) upstream;
40
41   * udpated msva-query-agent documentation
42   * added gpgkeys_hkpms for monkeysphere-authenticated HKPS access
43     (closes MS #2016)
44
45  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 07 Dec 2010 21:34:23 -0500
46
47 msva-perl (0.6) upstream;
48
49   * Add new element to JSON syntax allowing request to override
50     keyserver_policy (closes MS #2542)
51   * Do not kill off child handling processes on HUP -- let them finish
52     their queries.
53   * Refactor logging code
54   * If we have Gtk2, Linux::Inotify2, and AnyEvent, we should monitor for
55     updates and prompt the user when we notice one. (closes MS #2540)
56   * Added tests/basic, as a simple test of a few functions (closes MS #2537)
57   * fixed double-prompting on sites that have more than one User ID
58     (closes MS #2567)
59   * report server implementation name and version with every query (closes
60     MS #2564)
61   * support x509pem, opensshpubkey, and rfc4716 PKC formats in addition to
62     x509der (addresses MS #2566)
63   * add new peer type categorization (closes MS #2568) -- peers of type
64     client can have much more flexible names than regular hostnames we
65     look for for servers.
66
67  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sun, 14 Nov 2010 03:04:13 -0500
68
69 msva-perl (0.5) upstream;
70
71   * If ${MSVA_KEYSERVER} is unset or blank, default to using keyserver
72     from ${GNUPGHOME}/gpg.conf if that file exists. (addresses MS #2080)
73   * Under Linux, report details about the requesting process if we can
74     learn them from /proc (closes MS #2005)
75   * Conditionally rely on Gtk2 perl module -- no marginal UI without it,
76     but you can also install the MSVA now without needing to pull in a
77     bunch of Gtk libs (closes MS #2514)
78   * Sending a SIGHUP to the running server now re-execs it cleanly,
79     keeping the same port assignments and monitoring the same child
80     process.  This can be used to upgrade running msva instances after a
81     package update (closes MS #2532)
82
83  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 12 Oct 2010 03:50:02 -0400
84
85 msva-perl (0.4) upstream;
86
87   * removed dependency on monkeysphere package -- just invoke GnuPG
88     directly (needs GnuPG::Interface, Regexp::Common) (closes MS #2034)
89   * adds MSVA_KEYSERVER_POLICY and MSVA_KEYSERVER environment variables.
90   * added a marginal UI (needs Gtk2 perl module) (closes MS #2004)
91   * Filter incoming uids to match a strict regex (closes MS #2270)
92   * Trivially untaint the environment for the single child process
93     (closes MS #2461)
94
95  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 04 Oct 2010 01:06:52 -0400
96
97 msva-perl (0.3) upstream;
98
99   * packaging re-organization
100   * properly closing piped monkeysphere call
101   * restore default SIGCHLD handling for exec'ed subprocess (Closes: MS #2414)
102
103  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 16 Jun 2010 02:29:06 -0400
104
105 msva-perl (0.2) upstream;
106
107   * can now be invoked with a sub-command; will run until subcommand
108     completes, and then terminate with the same return code (this is
109     similar to the ssh-agent technique, and enables inclusion in
110     Xsession.d; see monkeysphere 0.29 package for automatic startup).
111   * chooses arbitrary open port by default (can still be specified with
112     MSVA_PORT environment variable)
113   * minimized logging spew by default.
114   * now shipping README.schema (notes about possible future MSVA
115     implementations)
116   * cleanup Makefile and distribution strategies.
117
118  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 15 Mar 2010 14:25:42 -0400
119
120 msva-perl (0.1) upstream;
121
122    * first release.
123
124  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 09 Mar 2010 00:08:54 -0500
125