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