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