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