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