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