9aa2b0ad0a38999e2cb900283051e0a48dfdf1d2
[monkeysphere.git] / debian / changelog
1 monkeysphere (0.17-1) experimental; urgency=low
2
3   * Fix some bugs in, and cleanup, authorized_keys file creation in
4     monkeysphere-server update-users.
5
6  -- Jameson Graef Rollins <jrollins@phys.columbia.edu>  Sun, 26 Oct 2008 21:49:17 -0400
7
8 monkeysphere (0.16-1) experimental; urgency=low
9
10   [ Daniel Kahn Gillmor ]
11   * replaced "#!/bin/bash" with "#!/usr/bin/env bash" for better
12     portability.
13   * fixed busted lockfile arrangement, where empty file was being locked
14   * portability fixes in the way we use date, mktemp, hostname, su
15   * stop using /usr/bin/stat, since the syntax appears to be totally
16     unportable
17   * require GNU getopt, and test for getopt failures (look for getopt in
18     /usr/local/bin first, since that's where FreeBSD's GNU-compatible
19     getopt lives.
20   * monkeysphere-server diagnostics now counts problems and suggests a
21     re-run after they have been resolved.
22   * completed basic test suite: this can be run from the git sources or
23     the tarball with: cd tests && ./basic
24
25   [ Jameson Graef Rollins ]
26   * Genericize fs location variables.
27   * break out gpg.conf files into SYSCONFIGDIR, and not auto-generated at
28     install.
29
30  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sun, 26 Oct 2008 03:06:18 -0400
31
32 monkeysphere (0.15-1) experimental; urgency=low
33
34   * porting work and packaging simplification: clarifying makefiles,
35     pruning dependencies, etc.
36   * added tests to monkeysphere-server diagnostics
37   * moved monkeysphere(5) to section 7 of the manual
38   * now shipping TODO in /usr/share/doc/monkeysphere
39
40  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 04 Sep 2008 19:08:40 -0400
41
42 monkeysphere (0.14-1) experimental; urgency=low
43
44   * changing debian packaging back to format 1.0 so we get automatic
45     tarballs, and easier inclusion in other build networks.
46   * no other source changes.
47
48  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 04 Sep 2008 13:03:35 -0400
49
50 monkeysphere (0.13-1) experimental; urgency=low
51
52   [ Daniel Kahn Gillmor ]
53   * tweaks in /usr/bin/monkeysphere to handle odd secret keyrings.
54   * updated makefile to reflect the package building technique we've been
55     using for a month now.
56
57   [ Jameson Graef Rollins ]
58   * move location of user config directory to ~/.monkeysphere.
59
60  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 03 Sep 2008 17:26:10 -0400
61
62 monkeysphere (0.12-1) experimental; urgency=low
63
64   [ Jameson Graef Rollins ]
65   * Improved output handling.  New LOG_LEVEL variable.
66   
67   [ Daniel Kahn Gillmor ]
68   * debian/control: switched Homepage: and Vcs-Git: to canonicalized
69     upstream hostnames.
70   * updated documentation for new release.
71   * changed my associated e-mail address for this package.
72
73  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 02 Sep 2008 18:54:29 -0400
74
75 monkeysphere (0.11-1) experimental; urgency=low
76
77   [ Jameson Graef Rollins ]
78   * fix bug in trustdb update on add/revoke-hostname.
79
80   [ Daniel Kahn Gillmor ]
81   * debian/control: added Build-Depends: git-core for the new packaging
82     format
83   * new subcommand: monkeysphere subkey-to-ssh-agent (relies on a patched
84     GnuTLS to deal with GPG's gnu-dummy S2K extension, but fails cleanly
85     if not found).
86   
87  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Wed, 20 Aug 2008 11:24:35 -0400
88
89 monkeysphere (0.10-1) experimental; urgency=low
90
91   [ Jameson Graef Rollins ]
92   * brown paper bag release: invert test on calculated validity of keys.
93
94  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 16:22:34 -0400
95
96 monkeysphere (0.9-1) experimental; urgency=low
97
98   [ Daniel Kahn Gillmor ]
99   * implemented "monkeysphere-server extend-key" to adjust expiration
100     date of host key.
101   * removed "monkeysphere-server fingerprint".  Use "monkeysphere-server
102     show-key" instead.
103   
104   [ Jameson Graef Rollins ]
105   * fixed bug in user id processing that prevented bad primary keys from
106     being properly removed.
107
108  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 15:42:12 -0400
109
110 monkeysphere (0.8-1) experimental; urgency=low
111
112   [ Daniel Kahn Gillmor ]
113   * debian/control: switched Vcs-Git to use "centralized" git repo instead
114     of my own.
115   * More monkeysphere-server diagnostics
116   * monkeysphere --gen-subkey now guesses what KeyID you meant.
117   * added Recommends: ssh-askpass to ensure monkeysphere --gen-subkey
118     works sensibly under X11
119
120   [ Jameson Graef Rollins ]
121   * fix another bug when known_hosts files are missing.
122   * sort processed keys so that "good" keys are processed after "bad"
123     keys.  This will prevent malicious bad keys from causing good keys to
124     be removed from key files.
125   * enabled host key publication.
126   * added checking of gpg.conf for keyserver
127   * new functions to add/revoke host key user IDs
128   * improved list-certifiers function (now non-privileged)
129
130  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 12:43:37 -0400
131
132 monkeysphere (0.7-1) experimental; urgency=low
133
134   [ Daniel Kahn Gillmor ]
135   * Added monkeysphere-server diagnostics subcommand.
136   * rebuilding package using Format: 3.0 (git)
137
138   [ Jameson Graef Rollins ]
139   * fix how check for file modification is done.
140   * rework out user id processing is done to provide more verbose log
141     output.
142   * fix bug in monkeysphpere update-authorized_keys subcommand where
143     disallowed keys failed to be remove from authorized_keys file.
144
145  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 04 Aug 2008 10:47:41 -0400
146
147 monkeysphere (0.6-1) experimental; urgency=low
148   
149   [ Jameson Graef Rollins ]
150   * Fix bug in return on error of ssh-proxycommand.
151   
152   [ Daniel Kahn Gillmor ]
153   * try socat if netcat is not available in proxycommand.
154
155  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 29 Jul 2008 10:27:20 -0400
156
157 monkeysphere (0.5-1) experimental; urgency=low
158
159   [ Daniel Kahn Gillmor ]
160   * updated READMEs to match current state of code
161   
162   [ Jameson Graef Rollins ]
163   * Tweak how empty authorized_user_ids and known_hosts files are handled.
164   * Do not fail when authorized_user_ids or known_hosts file is not found.
165
166  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 28 Jul 2008 10:50:02 -0400
167
168 monkeysphere (0.4-1) experimental; urgency=low
169
170   [ Daniel Kahn Gillmor ]
171   * New version.
172   * Fixed return code error in openpgp2ssh
173
174   [ Jameson Graef Rollins ]
175   * Privilege separation: use monkeysphere user to handle maintenance of
176     the gnupg authentication keychain for server.
177   * Improved certifier key management.
178   * Fixed variable scoping and config file precedence.
179   * Add options for key generation and add-certifier functions.
180   * Fix return codes for known_host and authorized_keys updating
181     functions.
182   * Add write permission check on authorized_keys, known_hosts, and
183     authorized_user_ids files.
184
185  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 22 Jul 2008 21:50:17 -0400
186
187 monkeysphere (0.3-1) experimental; urgency=low
188
189   [ Daniel Kahn Gillmor ]
190   * new version.
191
192   [ Jameson Graef Rollins ]
193   * Move files in /var/cache/monkeysphere and GNUPGHOME for server to
194     the more appropriate /var/lib/monkeysphere.
195
196  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 24 Jun 2008 00:55:29 -0400
197
198 monkeysphere (0.2-2) experimental; urgency=low
199
200   * added lockfile-progs dependency
201
202  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 23 Jun 2008 19:34:05 -0400
203
204 monkeysphere (0.2-1) experimental; urgency=low
205
206   [ Daniel Kahn Gillmor ]
207   * openpgp2ssh now supports specifying keys by full fingerprint.
208
209   [ Jameson Graef Rollins ]
210   * Add AUTHORIZED_USER_IDS config variable for server, which defaults to
211     %h/.config/monkeysphere/authorized_user_ids, instead of
212     /etc/monkeysphere/authorized_user_ids.
213   * Remove {update,remove}-userids functions, since we decided they
214     weren't useful enough to be worth maintaining.
215   * Better handling of unknown users in server update-users
216   * Add file locking when modifying known_hosts or authorized_keys
217   * Better failure/prompting for gen-subkey
218   * Add ability to set any owner trust level for keys in server keychain.
219
220  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 23 Jun 2008 17:03:19 -0400
221
222 monkeysphere (0.1-1) experimental; urgency=low
223
224   * First release of debian package for monkeysphere.
225   * This is experimental -- please report bugs!
226
227  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Thu, 19 Jun 2008 00:34:53 -0400
228