]> git.proxmox.com Git - pve-access-control.git/blob - changelog.Debian
92e5d39d42f869b6651d0dd5463047a58e8a899f
[pve-access-control.git] / changelog.Debian
1 libpve-access-control (3.0-11) unstable; urgency=low
2
3 * Sets common hot keys for spice client
4
5 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Jan 2014 10:24:28 +0100
6
7 libpve-access-control (3.0-10) unstable; urgency=low
8
9 * implement helper to generate SPICE remote-viewer configuration
10
11 * depend on libnet-ssleay-perl
12
13 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Dec 2013 10:45:08 +0100
14
15 libpve-access-control (3.0-9) unstable; urgency=low
16
17 * prevent user enumeration attacks
18
19 * allow dots in access paths
20
21 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2013 09:06:38 +0100
22
23 libpve-access-control (3.0-8) unstable; urgency=low
24
25 * spice: use lowercase hostname in ticktet signature
26
27 -- Proxmox Support Team <support@proxmox.com> Mon, 28 Oct 2013 08:11:57 +0100
28
29 libpve-access-control (3.0-7) unstable; urgency=low
30
31 * check_volume_access : use parse_volname instead of path, and remove
32 path related code.
33
34 * use warnings instead of global -w flag.
35
36 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Oct 2013 12:35:53 +0200
37
38 libpve-access-control (3.0-6) unstable; urgency=low
39
40 * use shorter spiceproxy tickets
41
42 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jul 2013 12:39:09 +0200
43
44 libpve-access-control (3.0-5) unstable; urgency=low
45
46 * add code to generate tickets for SPICE
47
48 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Jun 2013 13:08:32 +0200
49
50 libpve-access-control (3.0-4) unstable; urgency=low
51
52 * moved add_vm_to_pool/remove_vm_from_pool from qemu-server
53
54 -- Proxmox Support Team <support@proxmox.com> Tue, 14 May 2013 11:56:54 +0200
55
56 libpve-access-control (3.0-3) unstable; urgency=low
57
58 * Add new role PVETemplateUser (and VM.Clone priviledge)
59
60 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Apr 2013 11:42:15 +0200
61
62 libpve-access-control (3.0-2) unstable; urgency=low
63
64 * remove CGI.pm related code (pveproxy does not need that)
65
66 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Apr 2013 12:34:23 +0200
67
68 libpve-access-control (3.0-1) unstable; urgency=low
69
70 * bump version for wheezy release
71
72 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Mar 2013 08:07:06 +0100
73
74 libpve-access-control (1.0-26) unstable; urgency=low
75
76 * check_volume_access: fix access permissions for backup files
77
78 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Feb 2013 10:00:14 +0100
79
80 libpve-access-control (1.0-25) unstable; urgency=low
81
82 * add VM.Snapshot permission
83
84 -- Proxmox Support Team <support@proxmox.com> Mon, 10 Sep 2012 09:23:32 +0200
85
86 libpve-access-control (1.0-24) unstable; urgency=low
87
88 * untaint path (allow root to restore arbitrary paths)
89
90 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Jun 2012 13:06:34 +0200
91
92 libpve-access-control (1.0-23) unstable; urgency=low
93
94 * correctly compute GUI capabilities (consider pools)
95
96 -- Proxmox Support Team <support@proxmox.com> Wed, 30 May 2012 08:47:23 +0200
97
98 libpve-access-control (1.0-22) unstable; urgency=low
99
100 * new plugin architecture for Auth modules, minor API change for Auth
101 domains (new 'delete' parameter)
102
103 -- Proxmox Support Team <support@proxmox.com> Wed, 16 May 2012 07:21:44 +0200
104
105 libpve-access-control (1.0-21) unstable; urgency=low
106
107 * do not allow user names including slash
108
109 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Apr 2012 10:07:47 +0200
110
111 libpve-access-control (1.0-20) unstable; urgency=low
112
113 * add ability to fork cli workers in background
114
115 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Apr 2012 08:28:20 +0200
116
117 libpve-access-control (1.0-19) unstable; urgency=low
118
119 * return set of privileges on login - can be used to adopt GUI
120
121 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Apr 2012 10:25:10 +0200
122
123 libpve-access-control (1.0-18) unstable; urgency=low
124
125 * fix bug #151: corretly parse username inside ticket
126
127 * fix bug #152: allow user to change his own password
128
129 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Apr 2012 09:40:15 +0200
130
131 libpve-access-control (1.0-17) unstable; urgency=low
132
133 * set propagate flag by default
134
135 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Mar 2012 12:40:19 +0100
136
137 libpve-access-control (1.0-16) unstable; urgency=low
138
139 * add 'pveum passwd' method
140
141 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Feb 2012 12:05:25 +0100
142
143 libpve-access-control (1.0-15) unstable; urgency=low
144
145 * Add VM.Config.CDROM privilege to PVEVMUser rule
146
147 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Feb 2012 11:44:23 +0100
148
149 libpve-access-control (1.0-14) unstable; urgency=low
150
151 * fix buf in userid-param permission check
152
153 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Feb 2012 10:52:35 +0100
154
155 libpve-access-control (1.0-13) unstable; urgency=low
156
157 * allow more characters in ldap base_dn attribute
158
159 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Feb 2012 06:17:02 +0100
160
161 libpve-access-control (1.0-12) unstable; urgency=low
162
163 * allow more characters with realm IDs
164
165 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Feb 2012 08:50:33 +0100
166
167 libpve-access-control (1.0-11) unstable; urgency=low
168
169 * fix bug in exec_api2_perm_check
170
171 -- Proxmox Support Team <support@proxmox.com> Wed, 15 Feb 2012 07:06:30 +0100
172
173 libpve-access-control (1.0-10) unstable; urgency=low
174
175 * fix ACL group name parser
176
177 * changed 'pveum aclmod' command line arguments
178
179 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Feb 2012 12:08:02 +0100
180
181 libpve-access-control (1.0-9) unstable; urgency=low
182
183 * fix bug in check_volume_access (fixes vzrestore)
184
185 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Feb 2012 09:56:37 +0100
186
187 libpve-access-control (1.0-8) unstable; urgency=low
188
189 * fix return value for empty ACL list.
190
191 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Feb 2012 11:25:04 +0100
192
193 libpve-access-control (1.0-7) unstable; urgency=low
194
195 * fix bug #85: allow root@pam to generate tickets for other users
196
197 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Jan 2012 06:40:18 +0100
198
199 libpve-access-control (1.0-6) unstable; urgency=low
200
201 * API change: allow to filter enabled/disabled users.
202
203 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Jan 2012 12:30:37 +0100
204
205 libpve-access-control (1.0-5) unstable; urgency=low
206
207 * add a way to return file changes (diffs): set_result_changes()
208
209 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Dec 2011 11:18:48 +0100
210
211 libpve-access-control (1.0-4) unstable; urgency=low
212
213 * new environment type for ha agents
214
215 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Dec 2011 10:08:53 +0100
216
217 libpve-access-control (1.0-3) unstable; urgency=low
218
219 * add support for delayed parameter parsing - We need that to disable
220 file upload for normal API request (avoid DOS attacs)
221
222 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Dec 2011 09:56:10 +0100
223
224 libpve-access-control (1.0-2) unstable; urgency=low
225
226 * fix bug in fork_worker
227
228 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Oct 2011 08:37:05 +0200
229
230 libpve-access-control (1.0-1) unstable; urgency=low
231
232 * allow '-' in permission paths
233
234 * bump version to 1.0
235
236 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jun 2011 13:51:48 +0200
237
238 libpve-access-control (0.1) unstable; urgency=low
239
240 * first dummy package - no functionality
241
242 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2009 16:03:00 +0200
243