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