support x509 anchors for monkeysphere-host, allow shared anchors between m-a and...
[monkeysphere.git] / Changelog
1 monkeysphere (0.31~pre) UNRELEASED; urgency=low
2
3   * support x509 anchors for monkeysphere-host, allow shared anchor
4     between m-h and m-a (closes MS #2288)
5
6  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 06 May 2010 11:23:38 -0400
7
8 monkeysphere (0.30) unstable; urgency=low
9
10   * changing tarball creation and packaging strategies
11   * make non-ssh parts of monkeysphere work well when openssh is not
12     installed; degrade ssh-specific parts gracefully when openssh is not
13     installed.
14
15  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sat, 17 Apr 2010 16:46:52 -0400
16
17 monkeysphere (0.29) unstable; urgency=low
18
19   * This is mainly a bugfix release
20   * Fix man page typo about monkeysphere authorized_keys location
21   * Monkeysphere should work properly even if the user has "armor" in
22     their gpg.conf (closes MS #1625)
23   * monkeysphere keys-for-userid now respects MONKEYSPHERE_CHECK_KEYSERVER
24     environment variable (and defaults to true)
25   * introduce monkeysphere sshfprs-for-userid (deprecates sshfpr), closes
26     MS #1436
27   * respect CHECK_KEYSERVER in more places (closes MS #1997)
28   * warn on keyserver failures for monkeysphere-authentication (closes MS
29     #1750)
30   * avoid checking trustdb for monkeysphere-host (closes MS #1957)
31   * allow monkeysphere-authentication to use hkps with trusted X.509 root
32     certificate authorities in
33     /etc/monkeysphere/monkeysphere-authentication-x509-anchors.crt
34
35  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sun, 14 Mar 2010 21:00:47 -0400
36
37 monkeysphere (0.28) unstable; urgency=low
38
39   * Major rework of monkeysphere-host to handle multiple host keys.  We
40     also no longer assume ssh service keys.  monkeysphere-host is now a
41     general-purpose host service OpenPGP key management UI.
42   * Rename keys-from-userid command to more accurate keys-for-userid
43   * separate upstream and debian changelogs
44
45  -- Jameson Rollins <jrollins@finestructure.net>  Tue, 19 Jan 2010 13:50:31 -0500
46
47 monkeysphere (0.27) unstable; urgency=low
48
49   * fixed monkeysphere gen-subkey subcommand that was erroneously creating
50     DSA subkeys due to unannounced change in gpg edit-key UI.  Now tests
51     for gpg version (closes MS #1536)
52   * add new monkeysphere keys-from-userid subcommand to output all
53     acceptable keys for a given user ID literal
54
55  -- Jameson Rollins <jrollins@finestructure.net>  Mon, 11 Jan 2010 20:54:21 -0500
56
57 monkeysphere (0.26) unstable; urgency=low
58
59   * add 'refresh-keys' subcommand to monkeysphere-authentication
60   * improve marginal UI (closes MS #1141)
61   * add MONKEYSPHERE_STRICT_MODES configuration to avoid
62     permission-checking (closes MS #649)
63   * test scripts use STRICT_MODES to avoid failure when built under /tmp
64   * do permissions checks with a perl script instead of non-portable
65     readlink GNUisms
66   * bail on permissions check if we hit the home directory (helpful on Mac
67     OS and other systems with loose /home or /Users (closes MS #675)
68
69  -- Jameson Graef Rollins <jrollins@finestructure.net>  Sat, 01 Aug 2009 17:11:05 -0400
70
71 monkeysphere (0.25) unstable; urgency=low
72
73   * New upstream release:
74   * update/fix the marginal ui output
75   * use msmktempdir everywhere (avoid unwrapped calls to mktemp for
76     portability)
77   * clean out some redundant "cat"s
78   * fix monkeysphere update-known_hosts for sshd running on non-standard
79     ports
80   * add 'sshfpr' subcommand to output the ssh fingerprint of a gpg key
81   * pem2openpgp now generates self-sigs over SHA-256 instead of SHA-1
82     (changes dependency to libdigest-sha-perl)
83   * some portability improvements
84   * properly handle translation of keys with fingerprints with leading
85     all-zero bytes.
86   * resolve symlinks when checking paths (thanks Silvio Rhatto)
87     (closes MS #917)
88   * explicitly set and use MONKEYSPHERE_GROUP from system "groups"
89   * monkeysphere-host now uses keytrans to add and revoke hostname
90     (closes MS #422)
91
92  -- Jameson Graef Rollins <jrollins@finestructure.net>  Thu, 16 Jul 2009 22:09:19 -0400
93
94 monkeysphere (0.24) unstable; urgency=low
95
96   * fixed how version information is stored/retrieved
97   * now uses perl-based keytrans for both pem2openpgp and openpgp2ssh
98   * no longer needs base64 in PATH
99   * added "test" make target
100   * improved transitions/0.23 script so it no longer fails in common
101     circumstances (Closes: #517779)
102   * RSA only: no longer handles DSA keys
103   * added ability to specify subkeys to add to ssh agent with new
104     MONKEYSPHERE_SUBKEYS_FOR_AGENT environment variable
105
106  -- Jameson Graef Rollins <jrollins@finestructure.net>  Tue, 03 Mar 2009 19:38:33 -0500
107
108 monkeysphere (0.23) unstable; urgency=low
109
110   "The Golden Bezoar Release"
111
112   * rearchitect UI:
113     - replace monkeysphere-server with monkeysphere-{authentication,host}
114     - fold monkeysphere-ssh-proxycommand into /usr/bin/monkeysphere
115   * new ability to import existing ssh host key into monkeysphere.  So now
116     m-a import-key replaces m-s gen-key.
117   * provide pem2openpgp for translating unencrypted PEM-encoded raw key
118     material into OpenPGP keys (introduces new perl dependencies)
119   * get rid of getopts dependency
120   * added version output option
121   * better checks for the existence of a host private key for
122     monkeysphere-host subcommands that need it.
123   * better checks on validity of existing authentication subkeys when
124     doing monkeysphere gen_subkey.
125   * add transition infrastructure for major changes between releases (see
126     transitions/README.txt)
127   * implement and document two new monkeysphere-host subcommands:
128     revoke-key and add-revoker
129
130  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sat, 21 Feb 2009 17:51:06 -0500
131
132 monkeysphere (0.22) unstable; urgency=low
133
134   [ Jameson Graef Rollins ]
135   * added info log output when a new key is added to known_hosts file.
136   * added some useful output to the ssh-proxycommand for "marginal" cases
137     where keys are found for host but do not have full validity.
138   * force ssh-keygen to read from stdin to get ssh key fingerprint.
139
140   [ Daniel Kahn Gillmor ]
141   * automatically output two copies of the host's public key: one standard
142     ssh public key file, and the other a minimal OpenPGP key with just the
143     latest valid self-sig.
144   * debian/control: corrected alternate dependency from procfile to
145     procmail (which provides /usr/bin/lockfile)
146
147  -- Jameson Graef Rollins <jrollins@finestructure.net>  Fri, 28 Nov 2008 14:23:31 -0500
148
149 monkeysphere (0.21) unstable; urgency=low
150
151   * move debian packaging to packaging subdirectory.
152
153  -- Jameson Graef Rollins <jrollins@finestructure.net>  Sat, 15 Nov 2008 16:14:27 -0500
154
155 monkeysphere (0.20) unstable; urgency=low
156
157   [ Daniel Kahn Gillmor ]
158   * ensure that tempdirs are properly created, bail out otherwise instead
159     of stumbling ahead.
160   * minor fussing with the test script to make it cleaner.
161
162   [ Jameson Graef Rollins ]
163   * clean up Makefile to generate more elegant source tarballs.
164   * make myself the maintainer.
165
166  -- Jameson Graef Rollins <jrollins@finestructure.net>  Sat, 15 Nov 2008 13:12:57 -0500
167
168 monkeysphere (0.19) experimental; urgency=low
169
170   [ Daniel Kahn Gillmor ]
171   * simulating an X11 session in the test script.
172   * updated packaging so that symlinks to config files are correct.
173
174  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 29 Oct 2008 02:47:49 -0400
175
176 monkeysphere (0.18) experimental; urgency=low
177
178   [ Jameson Graef Rollins ]
179   * Fix bugs in authorized_{user_ids,keys} file permission checking.
180   * Add new monkeysphere tmpdir to enable atomic moves of authorized_keys
181     files.
182   * chown authorized_keys files to `whoami`, for compatibility with test
183     suite.
184   * major improvements to test suite, added more tests.
185
186   [ Daniel Kahn Gillmor ]
187   * update make install to ensure placement of
188     /etc/monkeysphere/gnupg-{host,authentication}.conf
189   * choose either --quick-random or --debug-quick-random depending on
190     which gpg supports for the test suite.
191
192  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 29 Oct 2008 00:41:38 -0400
193
194 monkeysphere (0.17) experimental; urgency=low
195
196   [ Jameson Graef Rollins ]
197   * Fix some bugs in, and cleanup, authorized_keys file creation in
198     monkeysphere-server update-users.
199   * Move to using the empty string for not adding a user-controlled
200     authorized_keys file in the RAW_AUTHORIZED_KEYS variable.
201
202  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 28 Oct 2008 02:04:22 -0400
203
204 monkeysphere (0.16) experimental; urgency=low
205
206   [ Daniel Kahn Gillmor ]
207   * replaced "#!/bin/bash" with "#!/usr/bin/env bash" for better
208     portability.
209   * fixed busted lockfile arrangement, where empty file was being locked
210   * portability fixes in the way we use date, mktemp, hostname, su
211   * stop using /usr/bin/stat, since the syntax appears to be totally
212     unportable
213   * require GNU getopt, and test for getopt failures (look for getopt in
214     /usr/local/bin first, since that's where FreeBSD's GNU-compatible
215     getopt lives.
216   * monkeysphere-server diagnostics now counts problems and suggests a
217     re-run after they have been resolved.
218   * completed basic test suite: this can be run from the git sources or
219     the tarball with: cd tests && ./basic
220
221   [ Jameson Graef Rollins ]
222   * Genericize fs location variables.
223   * break out gpg.conf files into SYSCONFIGDIR, and not auto-generated at
224     install.
225
226  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sun, 26 Oct 2008 03:06:18 -0400
227
228 monkeysphere (0.15) experimental; urgency=low
229
230   * porting work and packaging simplification: clarifying makefiles,
231     pruning dependencies, etc.
232   * added tests to monkeysphere-server diagnostics
233   * moved monkeysphere(5) to section 7 of the manual
234   * now shipping TODO in /usr/share/doc/monkeysphere
235
236  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 04 Sep 2008 19:08:40 -0400
237
238 monkeysphere (0.14) experimental; urgency=low
239
240   * changing debian packaging back to format 1.0 so we get automatic
241     tarballs, and easier inclusion in other build networks.
242   * no other source changes.
243
244  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 04 Sep 2008 13:03:35 -0400
245
246 monkeysphere (0.13) experimental; urgency=low
247
248   [ Daniel Kahn Gillmor ]
249   * tweaks in /usr/bin/monkeysphere to handle odd secret keyrings.
250   * updated makefile to reflect the package building technique we've been
251     using for a month now.
252
253   [ Jameson Graef Rollins ]
254   * move location of user config directory to ~/.monkeysphere.
255
256  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 03 Sep 2008 17:26:10 -0400
257
258 monkeysphere (0.12) experimental; urgency=low
259
260   [ Jameson Graef Rollins ]
261   * Improved output handling.  New LOG_LEVEL variable.
262
263   [ Daniel Kahn Gillmor ]
264   * debian/control: switched Homepage: and Vcs-Git: to canonicalized
265     upstream hostnames.
266   * updated documentation for new release.
267   * changed my associated e-mail address for this package.
268
269  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 02 Sep 2008 18:54:29 -0400
270
271 monkeysphere (0.11) experimental; urgency=low
272
273   [ Jameson Graef Rollins ]
274   * fix bug in trustdb update on add/revoke-hostname.
275
276   [ Daniel Kahn Gillmor ]
277   * debian/control: added Build-Depends: git-core for the new packaging
278     format
279   * new subcommand: monkeysphere subkey-to-ssh-agent (relies on a patched
280     GnuTLS to deal with GPG's gnu-dummy S2K extension, but fails cleanly
281     if not found).
282
283  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Wed, 20 Aug 2008 11:24:35 -0400
284
285 monkeysphere (0.10) experimental; urgency=low
286
287   [ Jameson Graef Rollins ]
288   * brown paper bag release: invert test on calculated validity of keys.
289
290  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 16:22:34 -0400
291
292 monkeysphere (0.9) experimental; urgency=low
293
294   [ Daniel Kahn Gillmor ]
295   * implemented "monkeysphere-server extend-key" to adjust expiration
296     date of host key.
297   * removed "monkeysphere-server fingerprint".  Use "monkeysphere-server
298     show-key" instead.
299
300   [ Jameson Graef Rollins ]
301   * fixed bug in user id processing that prevented bad primary keys from
302     being properly removed.
303
304  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 15:42:12 -0400
305
306 monkeysphere (0.8) experimental; urgency=low
307
308   [ Daniel Kahn Gillmor ]
309   * debian/control: switched Vcs-Git to use "centralized" git repo instead
310     of my own.
311   * More monkeysphere-server diagnostics
312   * monkeysphere --gen-subkey now guesses what KeyID you meant.
313   * added Recommends: ssh-askpass to ensure monkeysphere --gen-subkey
314     works sensibly under X11
315
316   [ Jameson Graef Rollins ]
317   * fix another bug when known_hosts files are missing.
318   * sort processed keys so that "good" keys are processed after "bad"
319     keys.  This will prevent malicious bad keys from causing good keys to
320     be removed from key files.
321   * enabled host key publication.
322   * added checking of gpg.conf for keyserver
323   * new functions to add/revoke host key user IDs
324   * improved list-certifiers function (now non-privileged)
325
326  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 12:43:37 -0400
327
328 monkeysphere (0.7) experimental; urgency=low
329
330   [ Daniel Kahn Gillmor ]
331   * Added monkeysphere-server diagnostics subcommand.
332   * rebuilding package using Format: 3.0 (git)
333
334   [ Jameson Graef Rollins ]
335   * fix how check for file modification is done.
336   * rework out user id processing is done to provide more verbose log
337     output.
338   * fix bug in monkeysphpere update-authorized_keys subcommand where
339     disallowed keys failed to be remove from authorized_keys file.
340
341  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 04 Aug 2008 10:47:41 -0400
342
343 monkeysphere (0.6) experimental; urgency=low
344
345   [ Jameson Graef Rollins ]
346   * Fix bug in return on error of ssh-proxycommand.
347
348   [ Daniel Kahn Gillmor ]
349   * try socat if netcat is not available in proxycommand.
350
351  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 29 Jul 2008 10:27:20 -0400
352
353 monkeysphere (0.5) experimental; urgency=low
354
355   [ Daniel Kahn Gillmor ]
356   * updated READMEs to match current state of code
357
358   [ Jameson Graef Rollins ]
359   * Tweak how empty authorized_user_ids and known_hosts files are handled.
360   * Do not fail when authorized_user_ids or known_hosts file is not found.
361
362  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 28 Jul 2008 10:50:02 -0400
363
364 monkeysphere (0.4) experimental; urgency=low
365
366   [ Daniel Kahn Gillmor ]
367   * New version.
368   * Fixed return code error in openpgp2ssh
369
370   [ Jameson Graef Rollins ]
371   * Privilege separation: use monkeysphere user to handle maintenance of
372     the gnupg authentication keychain for server.
373   * Improved certifier key management.
374   * Fixed variable scoping and config file precedence.
375   * Add options for key generation and add-certifier functions.
376   * Fix return codes for known_host and authorized_keys updating
377     functions.
378   * Add write permission check on authorized_keys, known_hosts, and
379     authorized_user_ids files.
380
381  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 22 Jul 2008 21:50:17 -0400
382
383 monkeysphere (0.3) experimental; urgency=low
384
385   [ Daniel Kahn Gillmor ]
386   * new version.
387
388   [ Jameson Graef Rollins ]
389   * Move files in /var/cache/monkeysphere and GNUPGHOME for server to
390     the more appropriate /var/lib/monkeysphere.
391
392  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 24 Jun 2008 00:55:29 -0400
393
394 monkeysphere (0.2) experimental; urgency=low
395
396   * added lockfile-progs dependency
397
398  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 23 Jun 2008 19:34:05 -0400
399
400 monkeysphere (0.2) experimental; urgency=low
401
402   [ Daniel Kahn Gillmor ]
403   * openpgp2ssh now supports specifying keys by full fingerprint.
404
405   [ Jameson Graef Rollins ]
406   * Add AUTHORIZED_USER_IDS config variable for server, which defaults to
407     %h/.config/monkeysphere/authorized_user_ids, instead of
408     /etc/monkeysphere/authorized_user_ids.
409   * Remove {update,remove}-userids functions, since we decided they
410     weren't useful enough to be worth maintaining.
411   * Better handling of unknown users in server update-users
412   * Add file locking when modifying known_hosts or authorized_keys
413   * Better failure/prompting for gen-subkey
414   * Add ability to set any owner trust level for keys in server keychain.
415
416  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 23 Jun 2008 17:03:19 -0400
417
418 monkeysphere (0.1) experimental; urgency=low
419
420   * First release of debian package for monkeysphere.
421   * This is experimental -- please report bugs!
422
423  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Thu, 19 Jun 2008 00:34:53 -0400
424