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 146 147 148 149 150 151 152 153
|
msva-perl (0.9.2) upstream;
* tweak POD to declare charset
* openpgp2x509: a bit more clean up and features (needs more work)
* handle multiple keyserver entries in gpg.conf gracefully
(closes MS #6252)
* also accept DOS-style CR/LF line endings in PEM-encoded X.509 certs
* msva-query-agent: produce newline-terminated output.
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 09 Sep 2013 01:16:47 -0400
msva-perl (0.9.1) upstream;
* Bug Fix Release:
* Fix error when msva-perl is run without arguments.
* Correct internal version number.
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Sun, 09 Sep 2012 15:15:34 -0400
msva-perl (0.9) upstream;
[ Jameson Rollins ]
* Add "e-mail" context (checks for signing capability instead of
authentication) (closes MS #2688)
* Add "openpgp4fpr" pkc type for providing OpenPGP v4 fingerprint
* Add --version option to msva-query-agent
[ David Bremner ]
* Code refactoring:
- Crypt::Monkeysphere::MSVA::Logger into Crypt::Monkeysphere::Logger
- new Crypt::Monkeysphere::Validator
- unit tests and unit test harness
[ Daniel Kahn Gillmor ]
* Now depending on Crypt::X509 0.50 for pubkey components directly.
* Crypt::Monkeysphere::OpenPGP for helper functions in
packet generation and parsing.
* Parse and make use of X.509 PGPExtension if present in X.509 public
key carrier.
* Fix HUP server restart when used with Net::Server >= 0.99
* Crypt::Monkeysphere::Keytrans has the start of some key/certificate
conversion routines.
* Fix socket detection when used with Net::Server >= 2.00, which
can bind to multiple sockets
* depend on Net::Server >= 2.00
* change launcher approach -- daemon is now child process, so that
daemon failures won't kill X11 session
* scanning and prompting for changes is now optional (defaults to off)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 25 Jul 2012 13:12:55 -0400
msva-perl (0.8) upstream;
* Minor bugfix release!
* Avoid indirect object creation (thanks to intrigeri for pointing this out).
* Bug fix for unused option provided to gpgkeys_hkpms.
* Allow use of hkpms keyservers from gpg.conf
* Allow the use of ports in hostnames (closes MS # 2665)
* Do not report self-sigs as other certifiers (but report valid,
non-matching identities independently) (closes MS # 2569)
* List certifiers only once (closes MS # 2573)
* Enable the use of --keyserver-options http-proxy for gpgkeys_hkpms
(includes support for socks proxies) (closes MS # 2677)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 20 Dec 2010 04:04:15 -0500
msva-perl (0.7) upstream;
* udpated msva-query-agent documentation
* added gpgkeys_hkpms for monkeysphere-authenticated HKPS access
(closes MS #2016)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 07 Dec 2010 21:34:23 -0500
msva-perl (0.6) upstream;
* Add new element to JSON syntax allowing request to override
keyserver_policy (closes MS #2542)
* Do not kill off child handling processes on HUP -- let them finish
their queries.
* Refactor logging code
* If we have Gtk2, Linux::Inotify2, and AnyEvent, we should monitor for
updates and prompt the user when we notice one. (closes MS #2540)
* Added tests/basic, as a simple test of a few functions (closes MS #2537)
* fixed double-prompting on sites that have more than one User ID
(closes MS #2567)
* report server implementation name and version with every query (closes
MS #2564)
* support x509pem, opensshpubkey, and rfc4716 PKC formats in addition to
x509der (addresses MS #2566)
* add new peer type categorization (closes MS #2568) -- peers of type
client can have much more flexible names than regular hostnames we
look for for servers.
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Sun, 14 Nov 2010 03:04:13 -0500
msva-perl (0.5) upstream;
* If ${MSVA_KEYSERVER} is unset or blank, default to using keyserver
from ${GNUPGHOME}/gpg.conf if that file exists. (addresses MS #2080)
* Under Linux, report details about the requesting process if we can
learn them from /proc (closes MS #2005)
* Conditionally rely on Gtk2 perl module -- no marginal UI without it,
but you can also install the MSVA now without needing to pull in a
bunch of Gtk libs (closes MS #2514)
* Sending a SIGHUP to the running server now re-execs it cleanly,
keeping the same port assignments and monitoring the same child
process. This can be used to upgrade running msva instances after a
package update (closes MS #2532)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 12 Oct 2010 03:50:02 -0400
msva-perl (0.4) upstream;
* removed dependency on monkeysphere package -- just invoke GnuPG
directly (needs GnuPG::Interface, Regexp::Common) (closes MS #2034)
* adds MSVA_KEYSERVER_POLICY and MSVA_KEYSERVER environment variables.
* added a marginal UI (needs Gtk2 perl module) (closes MS #2004)
* Filter incoming uids to match a strict regex (closes MS #2270)
* Trivially untaint the environment for the single child process
(closes MS #2461)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 04 Oct 2010 01:06:52 -0400
msva-perl (0.3) upstream;
* packaging re-organization
* properly closing piped monkeysphere call
* restore default SIGCHLD handling for exec'ed subprocess (Closes: MS #2414)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 16 Jun 2010 02:29:06 -0400
msva-perl (0.2) upstream;
* can now be invoked with a sub-command; will run until subcommand
completes, and then terminate with the same return code (this is
similar to the ssh-agent technique, and enables inclusion in
Xsession.d; see monkeysphere 0.29 package for automatic startup).
* chooses arbitrary open port by default (can still be specified with
MSVA_PORT environment variable)
* minimized logging spew by default.
* now shipping README.schema (notes about possible future MSVA
implementations)
* cleanup Makefile and distribution strategies.
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 15 Mar 2010 14:25:42 -0400
msva-perl (0.1) upstream;
* first release.
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 09 Mar 2010 00:08:54 -0500
|