206ddd774f80ee61ae118a9a9c502ef42e8a947a
[monkeysphere.git] / debian / changelog
1 monkeysphere (0.13~pre-1) UNRELEASED; urgency=low
2
3   [ Daniel Kahn Gillmor ]
4   * tweaks in /usr/bin/monkeysphere to handle odd secret keyrings.
5
6  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 02 Sep 2008 21:28:51 -0400
7
8 monkeysphere (0.12-1) experimental; urgency=low
9
10   [ Jameson Graef Rollins ]
11   * Improved output handling.  New LOG_LEVEL variable.
12   
13   [ Daniel Kahn Gillmor ]
14   * debian/control: switched Homepage: and Vcs-Git: to canonicalized
15     upstream hostnames.
16   * updated documentation for new release.
17   * changed my associated e-mail address for this package.
18
19  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 02 Sep 2008 18:54:29 -0400
20
21 monkeysphere (0.11-1) experimental; urgency=low
22
23   [ Jameson Graef Rollins ]
24   * fix bug in trustdb update on add/revoke-hostname.
25
26   [ Daniel Kahn Gillmor ]
27   * debian/control: added Build-Depends: git-core for the new packaging
28     format
29   * new subcommand: monkeysphere subkey-to-ssh-agent (relies on a patched
30     GnuTLS to deal with GPG's gnu-dummy S2K extension, but fails cleanly
31     if not found).
32   
33  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Wed, 20 Aug 2008 11:24:35 -0400
34
35 monkeysphere (0.10-1) experimental; urgency=low
36
37   [ Jameson Graef Rollins ]
38   * brown paper bag release: invert test on calculated validity of keys.
39
40  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 16:22:34 -0400
41
42 monkeysphere (0.9-1) experimental; urgency=low
43
44   [ Daniel Kahn Gillmor ]
45   * implemented "monkeysphere-server extend-key" to adjust expiration
46     date of host key.
47   * removed "monkeysphere-server fingerprint".  Use "monkeysphere-server
48     show-key" instead.
49   
50   [ Jameson Graef Rollins ]
51   * fixed bug in user id processing that prevented bad primary keys from
52     being properly removed.
53
54  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 15:42:12 -0400
55
56 monkeysphere (0.8-1) experimental; urgency=low
57
58   [ Daniel Kahn Gillmor ]
59   * debian/control: switched Vcs-Git to use "centralized" git repo instead
60     of my own.
61   * More monkeysphere-server diagnostics
62   * monkeysphere --gen-subkey now guesses what KeyID you meant.
63   * added Recommends: ssh-askpass to ensure monkeysphere --gen-subkey
64     works sensibly under X11
65
66   [ Jameson Graef Rollins ]
67   * fix another bug when known_hosts files are missing.
68   * sort processed keys so that "good" keys are processed after "bad"
69     keys.  This will prevent malicious bad keys from causing good keys to
70     be removed from key files.
71   * enabled host key publication.
72   * added checking of gpg.conf for keyserver
73   * new functions to add/revoke host key user IDs
74   * improved list-certifiers function (now non-privileged)
75
76  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 12:43:37 -0400
77
78 monkeysphere (0.7-1) experimental; urgency=low
79
80   [ Daniel Kahn Gillmor ]
81   * Added monkeysphere-server diagnostics subcommand.
82   * rebuilding package using Format: 3.0 (git)
83
84   [ Jameson Graef Rollins ]
85   * fix how check for file modification is done.
86   * rework out user id processing is done to provide more verbose log
87     output.
88   * fix bug in monkeysphpere update-authorized_keys subcommand where
89     disallowed keys failed to be remove from authorized_keys file.
90
91  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 04 Aug 2008 10:47:41 -0400
92
93 monkeysphere (0.6-1) experimental; urgency=low
94   
95   [ Jameson Graef Rollins ]
96   * Fix bug in return on error of ssh-proxycommand.
97   
98   [ Daniel Kahn Gillmor ]
99   * try socat if netcat is not available in proxycommand.
100
101  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 29 Jul 2008 10:27:20 -0400
102
103 monkeysphere (0.5-1) experimental; urgency=low
104
105   [ Daniel Kahn Gillmor ]
106   * updated READMEs to match current state of code
107   
108   [ Jameson Graef Rollins ]
109   * Tweak how empty authorized_user_ids and known_hosts files are handled.
110   * Do not fail when authorized_user_ids or known_hosts file is not found.
111
112  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 28 Jul 2008 10:50:02 -0400
113
114 monkeysphere (0.4-1) experimental; urgency=low
115
116   [ Daniel Kahn Gillmor ]
117   * New version.
118   * Fixed return code error in openpgp2ssh
119
120   [ Jameson Graef Rollins ]
121   * Privilege separation: use monkeysphere user to handle maintenance of
122     the gnupg authentication keychain for server.
123   * Improved certifier key management.
124   * Fixed variable scoping and config file precedence.
125   * Add options for key generation and add-certifier functions.
126   * Fix return codes for known_host and authorized_keys updating
127     functions.
128   * Add write permission check on authorized_keys, known_hosts, and
129     authorized_user_ids files.
130
131  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 22 Jul 2008 21:50:17 -0400
132
133 monkeysphere (0.3-1) experimental; urgency=low
134
135   [ Daniel Kahn Gillmor ]
136   * new version.
137
138   [ Jameson Graef Rollins ]
139   * Move files in /var/cache/monkeysphere and GNUPGHOME for server to
140     the more appropriate /var/lib/monkeysphere.
141
142  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 24 Jun 2008 00:55:29 -0400
143
144 monkeysphere (0.2-2) experimental; urgency=low
145
146   * added lockfile-progs dependency
147
148  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 23 Jun 2008 19:34:05 -0400
149
150 monkeysphere (0.2-1) experimental; urgency=low
151
152   [ Daniel Kahn Gillmor ]
153   * openpgp2ssh now supports specifying keys by full fingerprint.
154
155   [ Jameson Graef Rollins ]
156   * Add AUTHORIZED_USER_IDS config variable for server, which defaults to
157     %h/.config/monkeysphere/authorized_user_ids, instead of
158     /etc/monkeysphere/authorized_user_ids.
159   * Remove {update,remove}-userids functions, since we decided they
160     weren't useful enough to be worth maintaining.
161   * Better handling of unknown users in server update-users
162   * Add file locking when modifying known_hosts or authorized_keys
163   * Better failure/prompting for gen-subkey
164   * Add ability to set any owner trust level for keys in server keychain.
165
166  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 23 Jun 2008 17:03:19 -0400
167
168 monkeysphere (0.1-1) experimental; urgency=low
169
170   * First release of debian package for monkeysphere.
171   * This is experimental -- please report bugs!
172
173  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Thu, 19 Jun 2008 00:34:53 -0400
174