added support for rfc4716-style SSH pubkeys
[monkeysphere-validation-agent.git] / Changelog
1 msva-perl (0.6~pre) upstream;
2
3   * Add new element to JSON syntax allowing request to override
4     keyserver_policy (closes MS #2542)
5   * Do not kill off child handling processes on HUP -- let them finish
6     their queries.
7   * Refactor logging code
8   * If we have Gtk2, Linux::Inotify2, and AnyEvent, we should monitor for
9     updates and prompt the user when we notice one. (closes MS #2540)
10   * Added tests/basic, as a simple test of a few functions (closes MS #2537)
11   * fixed double-prompting on sites that have more than one User ID
12     (closes MS #2567)
13   * report server implementation name and version with every query (closes
14     MS # 2564)
15   * support x509pem, opensshpubkey, and rfc4716 PKC formats in addition to
16     x509der (addresses MS #2566)
17
18  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Fri, 29 Oct 2010 03:48:50 -0400
19
20 msva-perl (0.5) upstream;
21
22   * If ${MSVA_KEYSERVER} is unset or blank, default to using keyserver
23     from ${GNUPGHOME}/gpg.conf if that file exists. (addresses MS #2080)
24   * Under Linux, report details about the requesting process if we can
25     learn them from /proc (closes MS #2005)
26   * Conditionally rely on Gtk2 perl module -- no marginal UI without it,
27     but you can also install the MSVA now without needing to pull in a
28     bunch of Gtk libs (closes MS #2514)
29   * Sending a SIGHUP to the running server now re-execs it cleanly,
30     keeping the same port assignments and monitoring the same child
31     process.  This can be used to upgrade running msva instances after a
32     package update (closes MS #2532)
33
34  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 12 Oct 2010 03:50:02 -0400
35
36 msva-perl (0.4) upstream;
37
38   * removed dependency on monkeysphere package -- just invoke GnuPG
39     directly (needs GnuPG::Interface, Regexp::Common) (closes MS #2034)
40   * adds MSVA_KEYSERVER_POLICY and MSVA_KEYSERVER environment variables.
41   * added a marginal UI (needs Gtk2 perl module) (closes MS #2004)
42   * Filter incoming uids to match a strict regex (closes MS #2270)
43   * Trivially untaint the environment for the single child process
44     (closes MS #2461)
45
46  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 04 Oct 2010 01:06:52 -0400
47
48 msva-perl (0.3) upstream;
49
50   * packaging re-organization
51   * properly closing piped monkeysphere call
52   * restore default SIGCHLD handling for exec'ed subprocess (Closes: MS #2414)
53
54  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 16 Jun 2010 02:29:06 -0400
55
56 msva-perl (0.2) upstream;
57
58   * can now be invoked with a sub-command; will run until subcommand
59     completes, and then terminate with the same return code (this is
60     similar to the ssh-agent technique, and enables inclusion in
61     Xsession.d; see monkeysphere 0.29 package for automatic startup).
62   * chooses arbitrary open port by default (can still be specified with
63     MSVA_PORT environment variable)
64   * minimized logging spew by default.
65   * now shipping README.schema (notes about possible future MSVA
66     implementations)
67   * cleanup Makefile and distribution strategies.
68
69  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 15 Mar 2010 14:25:42 -0400
70
71 msva-perl (0.1) upstream;
72
73    * first release.
74
75  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 09 Mar 2010 00:08:54 -0500
76