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