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