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