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