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