Don't pass untrusted arguments to xm info.
[invirt/packages/invirt-remote.git] / debian / changelog
1 invirt-remote (0.3.2) unstable; urgency=low
2
3   * Don't pass untrusted arguments to xm info.
4   * Exit with a non-0 error code on the host if there's an error.
5
6  -- Evan Broder <broder@mit.edu>  Sat, 31 Jan 2009 03:51:24 -0500
7
8 invirt-remote (0.3.1) unstable; urgency=low
9
10   * invirt.remote.bcast: provide stderr text when remctl fails
11   * create /etc/remctl/remconffs in -server, not -host
12
13  -- Greg Price <price@mit.edu>  Sat, 31 Jan 2009 14:33:08 -0500
14
15 invirt-remote (0.3.0) unstable; urgency=low
16
17   * Instead of immediately deleting LVs, overwrite them with zeros to
18     avoid leaking information from one VM to another.
19
20  -- Evan Broder <broder@mit.edu>  Wed, 21 Jan 2009 02:57:30 -0500
21
22 invirt-remote (0.2.2) unstable; urgency=low
23
24   * config.{authn[0] => kerberos}.realm
25
26  -- Evan Broder <broder@mit.edu>  Wed, 10 Dec 2008 23:18:45 -0500
27
28 invirt-remote (0.2.1) unstable; urgency=low
29
30   * Be sure to create /etc/remctl/remconffs
31
32  -- Evan Broder <broder@mit.edu>  Mon, 08 Dec 2008 09:25:43 -0500
33
34 invirt-remote (0.2.0) unstable; urgency=low
35
36   * Merge invirt-remote-server and invirt-remote-host into invirt-remote
37     (LP: #305682)
38
39  -- Evan Broder <broder@mit.edu>  Sun, 07 Dec 2008 18:33:59 -0500
40
41 invirt-remote-server (0.1.6) unstable; urgency=low
42
43   * Fix a gen_config -> gen_files
44
45  -- Greg Price <price@mit.edu>  Sat, 22 Nov 2008 19:27:36 -0500
46
47 invirt-remote-server (0.1.5) unstable; urgency=low
48
49   * Fix a typo in calling /lib/init/gen-files.sh
50
51  -- Evan Broder <broder@mit.edu>  Sat, 22 Nov 2008 05:43:06 -0500
52
53 invirt-remote-server (0.1.4) unstable; urgency=low
54
55   * Steal some init script ideas from debathena-pyhesiodfs
56
57  -- Evan Broder <broder@mit.edu>  Sat, 22 Nov 2008 05:31:49 -0500
58
59 invirt-remote-server (0.1.3) unstable; urgency=low
60
61   * Switched to using "raw" select expressions instead of using the ORM;
62     allows the same speed as the old object-based system but without any
63     caching necessary.
64
65  -- Quentin Smith <quentin@mit.edu>  Fri, 21 Nov 2008 04:15:50 -0500
66
67 invirt-remote-server (0.1.2) unstable; urgency=low
68
69   * Update remctl help with new reboot functionality
70
71  -- Evan Broder <broder@mit.edu>  Thu, 20 Nov 2008 10:57:39 -0500
72
73 invirt-remote-server (0.1.1) unstable; urgency=low
74
75   * Now that we're doing real caching, cache for less time
76
77  -- Evan Broder <broder@mit.edu>  Mon, 17 Nov 2008 13:18:23 -0500
78
79 invirt-remote-server (0.1.0) unstable; urgency=low
80
81   * Add real caching to remconffs
82
83  -- Evan Broder <broder@mit.edu>  Mon, 17 Nov 2008 13:05:32 -0500
84
85 invirt-remote-server (0.0.18) unstable; urgency=low
86
87   * Add a "help" command for the control remctl
88
89  -- Evan Broder <broder@mit.edu>  Sat, 15 Nov 2008 19:02:19 -0500
90
91 invirt-remote-server (0.0.17) unstable; urgency=low
92
93   * Get the host with the most RAM based on the maximum recoverable
94     memory, not the memory currently available to Xen
95
96  -- Evan Broder <broder@mit.edu>  Sat, 15 Nov 2008 10:30:10 -0500
97
98 invirt-remote-server (0.0.16) unstable; urgency=low
99
100   * When returning from a bcast, put together the stdout, not the stderr
101
102  -- Evan Broder <broder@mit.edu>  Mon, 10 Nov 2008 16:19:33 -0500
103
104 invirt-remote-server (0.0.15) unstable; urgency=low
105
106   * Include invirt.remote Python module
107   * Ignore erroneous responses from a server if it's because the server is
108     down
109
110  -- Evan Broder <broder@mit.edu>  Mon, 10 Nov 2008 15:19:28 -0500
111
112 invirt-remote-server (0.0.14) unstable; urgency=low
113
114   * Don't depend on invirt-mail-config
115
116  -- Evan Broder <broder@mit.edu>  Thu, 06 Nov 2008 22:51:19 -0500
117
118 invirt-remote-server (0.0.13) unstable; urgency=low
119
120   * Depend on invirt-mail-config
121
122  -- Evan Broder <broder@mit.edu>  Thu, 06 Nov 2008 21:49:27 -0500
123
124 invirt-remote-server (0.0.12) unstable; urgency=low
125
126   * shorten initscript with std-init, correct the usage message
127
128  -- Greg Price <price@mit.edu>  Wed, 05 Nov 2008 19:59:18 -0500
129
130 invirt-remote-server (0.0.11) unstable; urgency=low
131
132   * Don't proxy requests for the VNC cert if the requested hostname isn't
133     an Invirt host
134
135  -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 23:17:10 -0400
136
137 invirt-remote-server (0.0.10) unstable; urgency=low
138
139   * All remctls of type 'web' have the same ACL - glob them together
140
141  -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 23:05:42 -0400
142
143 invirt-remote-server (0.0.9) unstable; urgency=low
144
145   * Add support for a `web vnccert` remctl call
146
147  -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 22:45:29 -0400
148
149 invirt-remote-server (0.0.8) unstable; urgency=low
150
151   * sipb-xen-base -> invirt-base
152
153  -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 04:23:32 -0400
154
155 invirt-remote-server (0.0.7) unstable; urgency=low
156
157   * sipb-xen-database-common -> invirt-database
158
159  -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 21:03:13 -0400
160
161 invirt-remote-server (0.0.6) unstable; urgency=low
162
163   * Remove dependency on sipb-xen-chrony-config - we need to take care of
164     the clock, but chrony isn't the right answer
165
166  -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 19:16:08 -0400
167
168 invirt-remote-server (0.0.5) unstable; urgency=low
169
170   * Rename a remaining sipb-xen file to invirt
171
172  -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 22:21:30 -0400
173
174 invirt-remote-server (0.0.4) unstable; urgency=low
175
176   * Kill DEB_AUTO_UPDATE_DEBIAN_CONTROL
177
178  -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 13:49:45 -0400
179
180 invirt-remote-server (0.0.3) unstable; urgency=low
181
182   * Standardize on "Invirt project"
183
184  -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 13:33:25 -0400
185
186 invirt-remote-server (0.0.2) unstable; urgency=low
187
188   * oops, update control from control.in
189   * configurize web acl
190
191  -- Greg Price <price@mit.edu>  Fri, 24 Oct 2008 00:28:08 -0400
192
193 invirt-remote-server (0.0.1) unstable; urgency=low
194
195   * sipb-xen -> invirt
196
197  -- Greg Price <price@mit.edu>  Thu, 23 Oct 2008 23:58:36 -0400
198
199 sipb-xen-remote-server (0.10.2) unstable; urgency=low
200
201   * There's a race condition for if the VM gets powered off between the
202     listvms and the actual request. Solve the problem correctly by using a
203     non-conflicting error code to indicate an invalid command
204
205  -- Evan Broder <broder@mit.edu>  Wed, 22 Oct 2008 00:46:38 -0400
206
207 sipb-xen-remote-server (0.10.1) unstable; urgency=low
208
209   * Make both list-host and listhost valid commands, and for parity with
210     list-long, document list-host
211
212  -- Evan Broder <broder@mit.edu>  Wed, 22 Oct 2008 00:36:32 -0400
213
214 sipb-xen-remote-server (0.10) unstable; urgency=low
215
216   * If a command is invalid, but the machine's on, give an actually useful
217     error message
218
219  -- Evan Broder <broder@mit.edu>  Wed, 22 Oct 2008 00:29:50 -0400
220
221 sipb-xen-remote-server (0.9.2) unstable; urgency=low
222
223   * Expose an interface to the autoinstaller over remctl
224   * Validate options to be passed to the autoinstaller on the remctl
225     server
226
227  -- Evan Broder <broder@mit.edu>  Thu, 09 Oct 2008 02:06:00 -0400
228
229 sipb-xen-remote-server (0.9.1) unstable; urgency=low
230
231   * Fix a bug in the database handling code
232
233  -- Evan Broder <broder@mit.edu>  Fri, 03 Oct 2008 18:42:48 -0400
234
235 sipb-xen-remote-server (0.9) unstable; urgency=low
236
237   [Evan Broder]
238   * Make the acl/ subdir of RemConfFS listable
239   
240   [Greg Price]
241   * Update RemConfFS for new SQLAlchemy code
242
243  -- Evan Broder <broder@mit.edu>  Wed, 01 Oct 2008 19:28:23 -0400
244
245 sipb-xen-remote-server (0.8) unstable; urgency=low
246
247   * Use RouteFS for RemConfFS
248
249  -- Evan Broder <broder@mit.edu>  Wed, 01 Oct 2008 02:21:00 -0400
250
251 sipb-xen-remote-server (0.7) unstable; urgency=low
252
253   * depend on sipb-xen-base
254
255  -- Greg Price <price@mit.edu>  Tue, 30 Sep 2008 20:47:05 -0400
256
257 sipb-xen-remote-server (0.6) unstable; urgency=low
258
259   * sipb_xen_database -> invirt.config
260
261  -- Yang Zhang <y_z@mit.edu>  Sun,  3 Aug 2008 00:54:59 -0400
262
263 sipb-xen-remote-server (0.5) unstable; urgency=low
264
265   * use invirt config in sipb-xen-remconffs, sipb-xen-remctl-help,
266     sipb-xen-remote-proxy
267
268  -- Yang Zhang <y_z@mit.edu>  Sun,  3 Aug 2008 00:32:59 -0400
269
270 sipb-xen-remote-server (0.4) unstable; urgency=low
271
272   * use invirt.config to get hostnames
273   * refactoring: extracted bcast() function into invirt.remote package
274
275  -- Yang Zhang <y_z@mit.edu>  Sat,  2 Aug 2008 20:34:50 -0400
276
277 sipb-xen-remote-server (0.3) unstable; urgency=low
278
279   * Fill in all the code to make the package work (mostly weeks ago.)
280   * sipb-xen-remote-listvms aggregates listvms across hosts (with
281     y_z, broder, andersk)
282   * sipb-xen-remctl-help gives help
283   * sipb-xen-remote-control proxies to where a machine is running
284   * sipb-xen-remote-create chooses where to boot by load-balancing
285
286  -- Greg Price <price@mit.edu>  Thu, 24 Jul 2008 21:34:20 -0400
287
288 sipb-xen-remote-server (0.2) unstable; urgency=low
289
290   * FUSE filesystem for remctl configuration.
291   * Remove *register calls, since the FUSE keeps things up to date.
292   * An init script to keep the FUSE fs up.
293
294  -- Greg Price <price@mit.edu>  Sat, 10 May 2008 22:04:32 -0400
295
296 sipb-xen-remote-server (0.1) unstable; urgency=low
297
298   * First draft.
299
300  -- Greg Price <price@mit.edu>  Sun, 30 Mar 2008 01:08:50 -0400