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