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