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