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