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