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