]> git.proxmox.com Git - pve-access-control.git/blob - debian/changelog
bump version to 6.1-3
[pve-access-control.git] / debian / changelog
1 libpve-access-control (6.1-3) pve; urgency=medium
2
3 * partially fix #2825: authkey: rotate if it was generated in the
4 future
5
6 * fix #2947: add an option to LDAP or AD realm to switch user lookup to case
7 insensitive
8
9 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Sep 2020 08:54:13 +0200
10
11 libpve-access-control (6.1-2) pve; urgency=medium
12
13 * also check SDN permission path when computing coarse permissions heuristic
14 for UIs
15
16 * add SDN Permissions.Modify
17
18 * add VM.Config.Cloudinit
19
20 -- Proxmox Support Team <support@proxmox.com> Tue, 30 Jun 2020 13:06:56 +0200
21
22 libpve-access-control (6.1-1) pve; urgency=medium
23
24 * pveum: add tfa delete subcommand for deleting user-TFA
25
26 * LDAP: don't complain about missing credentials on realm removal
27
28 * LDAP: skip anonymous bind when client certificate and key is configured
29
30 -- Proxmox Support Team <support@proxmox.com> Fri, 08 May 2020 17:47:41 +0200
31
32 libpve-access-control (6.0-7) pve; urgency=medium
33
34 * fix #2575: die when trying to edit built-in roles
35
36 * add realm sub commands to pveum CLI tool
37
38 * api: domains: add user group sync API enpoint
39
40 * allow one to sync and import users and groups from LDAP/AD based realms
41
42 * realm: add default-sync-options to config for more convenient sync configuration
43
44 * api: token create: return also full token id for convenience
45
46 -- Proxmox Support Team <support@proxmox.com> Sat, 25 Apr 2020 19:35:17 +0200
47
48 libpve-access-control (6.0-6) pve; urgency=medium
49
50 * API: add group members to group index
51
52 * implement API token support and management
53
54 * pveum: add 'pveum user token add/update/remove/list'
55
56 * pveum: add permissions sub-commands
57
58 * API: add 'permissions' API endpoint
59
60 * user.cfg: skip inexisting roles when parsing ACLs
61
62 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Jan 2020 10:17:27 +0100
63
64 libpve-access-control (6.0-5) pve; urgency=medium
65
66 * pveum: add list command for users, groups, ACLs and roles
67
68 * add initial permissions for experimental SDN integration
69
70 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Nov 2019 17:56:37 +0100
71
72 libpve-access-control (6.0-4) pve; urgency=medium
73
74 * ticket: use clinfo to get cluster name
75
76 * ldaps: add sslversion configuration property to support TLS 1.1 to 1.3 as
77 SSL version
78
79 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2019 11:55:11 +0100
80
81 libpve-access-control (6.0-3) pve; urgency=medium
82
83 * fix #2433: increase possible TFA secret length
84
85 * parse user configuration: correctly parse group names in ACLs, for users
86 which begin their name with an @
87
88 * sort user.cfg entries alphabetically
89
90 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Oct 2019 08:52:23 +0100
91
92 libpve-access-control (6.0-2) pve; urgency=medium
93
94 * improve CSRF verification compatibility with newer PVE
95
96 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Jun 2019 20:24:35 +0200
97
98 libpve-access-control (6.0-1) pve; urgency=medium
99
100 * ticket: properly verify exactly 5 minute old tickets
101
102 * use hmac_sha256 instead of sha1 for CSRF token generation
103
104 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jun 2019 18:14:45 +0200
105
106 libpve-access-control (6.0-0+1) pve; urgency=medium
107
108 * bump for Debian buster
109
110 * fix #2079: add periodic auth key rotation
111
112 -- Proxmox Support Team <support@proxmox.com> Tue, 21 May 2019 21:31:15 +0200
113
114 libpve-access-control (5.1-10) unstable; urgency=medium
115
116 * add /access/user/{id}/tfa api call to get tfa types
117
118 -- Proxmox Support Team <support@proxmox.com> Wed, 15 May 2019 16:21:10 +0200
119
120 libpve-access-control (5.1-9) unstable; urgency=medium
121
122 * store the tfa type in user.cfg allowing to get it without proxying the call
123 to a higher priviledged daemon.
124
125 * tfa: realm required TFA should lock out users without TFA configured, as it
126 was done before Proxmox VE 5.4
127
128 -- Proxmox Support Team <support@proxmox.com> Tue, 30 Apr 2019 14:01:00 +0000
129
130 libpve-access-control (5.1-8) unstable; urgency=medium
131
132 * U2F: ensure we save correct public key on registration
133
134 -- Proxmox Support Team <support@proxmox.com> Tue, 09 Apr 2019 12:47:12 +0200
135
136 libpve-access-control (5.1-7) unstable; urgency=medium
137
138 * verify_ticket: allow general non-challenge tfa to be run as two step
139 call
140
141 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Apr 2019 16:56:14 +0200
142
143 libpve-access-control (5.1-6) unstable; urgency=medium
144
145 * more general 2FA configuration via priv/tfa.cfg
146
147 * add u2f api endpoints
148
149 * delete TFA entries when deleting a user
150
151 * allow users to change their TOTP settings
152
153 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Apr 2019 13:40:26 +0200
154
155 libpve-access-control (5.1-5) unstable; urgency=medium
156
157 * fix vnc ticket verification without authkey lifetime
158
159 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Mar 2019 10:43:17 +0100
160
161 libpve-access-control (5.1-4) unstable; urgency=medium
162
163 * fix #1891: Add zsh command completion for pveum
164
165 * ground work to fix #2079: add periodic auth key rotation. Not yet enabled
166 to avoid issues on upgrade, will be enabled with 6.0
167
168 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Mar 2019 09:12:05 +0100
169
170 libpve-access-control (5.1-3) unstable; urgency=medium
171
172 * api/ticket: move getting cluster name into an eval
173
174 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Nov 2018 12:59:36 +0100
175
176 libpve-access-control (5.1-2) unstable; urgency=medium
177
178 * fix #1998: correct return properties for read_role
179
180 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Nov 2018 14:22:40 +0100
181
182 libpve-access-control (5.1-1) unstable; urgency=medium
183
184 * pveum: introduce sub-commands
185
186 * register userid with completion
187
188 * fix #233: return cluster name on successful login
189
190 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Nov 2018 09:34:47 +0100
191
192 libpve-access-control (5.0-8) unstable; urgency=medium
193
194 * fix #1612: ldap: make 2nd server work with bind domains again
195
196 * fix an error message where passing a bad pool id to an API function would
197 make it complain about a wrong group name instead
198
199 * fix the API-returned permission list so that the GUI knows to show the
200 'Permissions' tab for a storage to an administrator apart from root@pam
201
202 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Jan 2018 13:34:50 +0100
203
204 libpve-access-control (5.0-7) unstable; urgency=medium
205
206 * VM.Snapshot.Rollback privilege added
207
208 * api: check for special roles before locking the usercfg
209
210 * fix #1501: pveum: die when deleting special role
211
212 * API/ticket: rework coarse grained permission computation
213
214 -- Proxmox Support Team <support@proxmox.com> Thu, 5 Oct 2017 11:27:48 +0200
215
216 libpve-access-control (5.0-6) unstable; urgency=medium
217
218 * Close #1470: Add server ceritifcate verification for AD and LDAP via the
219 'verify' option. For compatibility reasons this defaults to off for now,
220 but that might change with future updates.
221
222 * AD, LDAP: Add ability to specify a CA path or file, and a client
223 certificate via the 'capath', 'cert' and 'certkey' options.
224
225 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Aug 2017 11:56:38 +0200
226
227 libpve-access-control (5.0-5) unstable; urgency=medium
228
229 * change from dpkg-deb to dpkg-buildpackage
230
231 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 09:12:37 +0200
232
233 libpve-access-control (5.0-4) unstable; urgency=medium
234
235 * PVE/CLI/pveum.pm: call setup_default_cli_env()
236
237 * PVE/Auth/PVE.pm: encode uft8 password before calling crypt
238
239 * check_api2_permissions: avoid warning about uninitialized value
240
241 -- Proxmox Support Team <support@proxmox.com> Tue, 02 May 2017 11:58:15 +0200
242
243 libpve-access-control (5.0-3) unstable; urgency=medium
244
245 * use new PVE::OTP class from pve-common
246
247 * use new PVE::Tools::encrypt_pw from pve-common
248
249 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Mar 2017 17:45:55 +0200
250
251 libpve-access-control (5.0-2) unstable; urgency=medium
252
253 * encrypt_pw: avoid '+' for crypt salt
254
255 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Mar 2017 08:54:10 +0200
256
257 libpve-access-control (5.0-1) unstable; urgency=medium
258
259 * rebuild for PVE 5.0
260
261 -- Proxmox Support Team <support@proxmox.com> Mon, 6 Mar 2017 13:42:01 +0100
262
263 libpve-access-control (4.0-23) unstable; urgency=medium
264
265 * use new PVE::Ticket class
266
267 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Jan 2017 13:42:06 +0100
268
269 libpve-access-control (4.0-22) unstable; urgency=medium
270
271 * RPCEnvironment: removed check_volume_access() to avoid cyclic dependency
272 (moved to PVE::Storage)
273
274 * PVE::PCEnvironment: use new PVE::RESTEnvironment as base class
275
276 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Jan 2017 09:12:04 +0100
277
278 libpve-access-control (4.0-21) unstable; urgency=medium
279
280 * setup_default_cli_env: expect $class as first parameter
281
282 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Jan 2017 13:54:27 +0100
283
284 libpve-access-control (4.0-20) unstable; urgency=medium
285
286 * PVE/RPCEnvironment.pm: new function setup_default_cli_env
287
288 * PVE/API2/Domains.pm: fix property description
289
290 * use new repoman for upload target
291
292 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Jan 2017 12:13:26 +0100
293
294 libpve-access-control (4.0-19) unstable; urgency=medium
295
296 * Close #833: ldap: non-anonymous bind support
297
298 * don't import 'RFC' from MIME::Base32
299
300 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Aug 2016 13:09:08 +0200
301
302 libpve-access-control (4.0-18) unstable; urgency=medium
303
304 * fix #1062: recognize base32 otp keys again
305
306 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Jul 2016 08:43:18 +0200
307
308 libpve-access-control (4.0-17) unstable; urgency=medium
309
310 * drop oathtool and libdigest-hmac-perl dependencies
311
312 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Jul 2016 12:03:22 +0200
313
314 libpve-access-control (4.0-16) unstable; urgency=medium
315
316 * use pve-doc-generator to generate man pages
317
318 -- Proxmox Support Team <support@proxmox.com> Fri, 08 Apr 2016 07:06:05 +0200
319
320 libpve-access-control (4.0-15) unstable; urgency=medium
321
322 * Fix uninitialized warning when shadow.cfg does not exist
323
324 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Apr 2016 07:10:57 +0200
325
326 libpve-access-control (4.0-14) unstable; urgency=medium
327
328 * Add is_worker to RPCEnvironment
329
330 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Mar 2016 16:47:34 +0100
331
332 libpve-access-control (4.0-13) unstable; urgency=medium
333
334 * fix #916: allow HTTPS to access custom yubico url
335
336 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Mar 2016 11:39:23 +0100
337
338 libpve-access-control (4.0-12) unstable; urgency=medium
339
340 * Catch certificate errors instead of segfaulting
341
342 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Mar 2016 14:41:01 +0100
343
344 libpve-access-control (4.0-11) unstable; urgency=medium
345
346 * Fix #861: use safer sprintf formatting
347
348 -- Proxmox Support Team <support@proxmox.com> Fri, 08 Jan 2016 12:52:39 +0100
349
350 libpve-access-control (4.0-10) unstable; urgency=medium
351
352 * Auth::LDAP, Auth::AD: ipv6 support
353
354 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Dec 2015 12:09:32 +0100
355
356 libpve-access-control (4.0-9) unstable; urgency=medium
357
358 * pveum: implement bash completion
359
360 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2015 17:22:52 +0200
361
362 libpve-access-control (4.0-8) unstable; urgency=medium
363
364 * remove_storage_access: cleanup of access permissions for removed storage
365
366 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2015 15:39:15 +0200
367
368 libpve-access-control (4.0-7) unstable; urgency=medium
369
370 * new helper to remove access permissions for removed VMs
371
372 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Aug 2015 07:57:02 +0200
373
374 libpve-access-control (4.0-6) unstable; urgency=medium
375
376 * improve parse_user_config, parse_shadow_config
377
378 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jul 2015 13:14:33 +0200
379
380 libpve-access-control (4.0-5) unstable; urgency=medium
381
382 * pveum: check for $cmd being defined
383
384 -- Proxmox Support Team <support@proxmox.com> Wed, 10 Jun 2015 10:40:15 +0200
385
386 libpve-access-control (4.0-4) unstable; urgency=medium
387
388 * use activate-noawait triggers
389
390 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Jun 2015 12:25:31 +0200
391
392 libpve-access-control (4.0-3) unstable; urgency=medium
393
394 * IPv6 fixes
395
396 * non-root buildfix
397
398 -- Proxmox Support Team <support@proxmox.com> Wed, 27 May 2015 11:15:44 +0200
399
400 libpve-access-control (4.0-2) unstable; urgency=medium
401
402 * trigger pve-api-updates event
403
404 -- Proxmox Support Team <support@proxmox.com> Tue, 05 May 2015 15:06:38 +0200
405
406 libpve-access-control (4.0-1) unstable; urgency=medium
407
408 * bump version for Debian Jessie
409
410 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Feb 2015 11:22:01 +0100
411
412 libpve-access-control (3.0-16) unstable; urgency=low
413
414 * root@pam can now be disabled in GUI.
415
416 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Jan 2015 06:20:22 +0100
417
418 libpve-access-control (3.0-15) unstable; urgency=low
419
420 * oath: add 'step' and 'digits' option
421
422 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Jul 2014 06:59:52 +0200
423
424 libpve-access-control (3.0-14) unstable; urgency=low
425
426 * add oath two factor auth
427
428 * add oathkeygen binary to generate keys for oath
429
430 * add yubico two factor auth
431
432 * dedend on oathtool
433
434 * depend on libmime-base32-perl
435
436 * allow to write builtin auth domains config (comment/tfa/default)
437
438 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Jul 2014 13:09:56 +0200
439
440 libpve-access-control (3.0-13) unstable; urgency=low
441
442 * use correct connection string for AD auth
443
444 -- Proxmox Support Team <support@proxmox.com> Thu, 22 May 2014 07:16:09 +0200
445
446 libpve-access-control (3.0-12) unstable; urgency=low
447
448 * add dummy API for GET /access/ticket (useful to generate login pages)
449
450 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Apr 2014 14:47:56 +0200
451
452 libpve-access-control (3.0-11) unstable; urgency=low
453
454 * Sets common hot keys for spice client
455
456 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Jan 2014 10:24:28 +0100
457
458 libpve-access-control (3.0-10) unstable; urgency=low
459
460 * implement helper to generate SPICE remote-viewer configuration
461
462 * depend on libnet-ssleay-perl
463
464 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Dec 2013 10:45:08 +0100
465
466 libpve-access-control (3.0-9) unstable; urgency=low
467
468 * prevent user enumeration attacks
469
470 * allow dots in access paths
471
472 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2013 09:06:38 +0100
473
474 libpve-access-control (3.0-8) unstable; urgency=low
475
476 * spice: use lowercase hostname in ticktet signature
477
478 -- Proxmox Support Team <support@proxmox.com> Mon, 28 Oct 2013 08:11:57 +0100
479
480 libpve-access-control (3.0-7) unstable; urgency=low
481
482 * check_volume_access : use parse_volname instead of path, and remove
483 path related code.
484
485 * use warnings instead of global -w flag.
486
487 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Oct 2013 12:35:53 +0200
488
489 libpve-access-control (3.0-6) unstable; urgency=low
490
491 * use shorter spiceproxy tickets
492
493 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jul 2013 12:39:09 +0200
494
495 libpve-access-control (3.0-5) unstable; urgency=low
496
497 * add code to generate tickets for SPICE
498
499 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Jun 2013 13:08:32 +0200
500
501 libpve-access-control (3.0-4) unstable; urgency=low
502
503 * moved add_vm_to_pool/remove_vm_from_pool from qemu-server
504
505 -- Proxmox Support Team <support@proxmox.com> Tue, 14 May 2013 11:56:54 +0200
506
507 libpve-access-control (3.0-3) unstable; urgency=low
508
509 * Add new role PVETemplateUser (and VM.Clone priviledge)
510
511 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Apr 2013 11:42:15 +0200
512
513 libpve-access-control (3.0-2) unstable; urgency=low
514
515 * remove CGI.pm related code (pveproxy does not need that)
516
517 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Apr 2013 12:34:23 +0200
518
519 libpve-access-control (3.0-1) unstable; urgency=low
520
521 * bump version for wheezy release
522
523 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Mar 2013 08:07:06 +0100
524
525 libpve-access-control (1.0-26) unstable; urgency=low
526
527 * check_volume_access: fix access permissions for backup files
528
529 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Feb 2013 10:00:14 +0100
530
531 libpve-access-control (1.0-25) unstable; urgency=low
532
533 * add VM.Snapshot permission
534
535 -- Proxmox Support Team <support@proxmox.com> Mon, 10 Sep 2012 09:23:32 +0200
536
537 libpve-access-control (1.0-24) unstable; urgency=low
538
539 * untaint path (allow root to restore arbitrary paths)
540
541 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Jun 2012 13:06:34 +0200
542
543 libpve-access-control (1.0-23) unstable; urgency=low
544
545 * correctly compute GUI capabilities (consider pools)
546
547 -- Proxmox Support Team <support@proxmox.com> Wed, 30 May 2012 08:47:23 +0200
548
549 libpve-access-control (1.0-22) unstable; urgency=low
550
551 * new plugin architecture for Auth modules, minor API change for Auth
552 domains (new 'delete' parameter)
553
554 -- Proxmox Support Team <support@proxmox.com> Wed, 16 May 2012 07:21:44 +0200
555
556 libpve-access-control (1.0-21) unstable; urgency=low
557
558 * do not allow user names including slash
559
560 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Apr 2012 10:07:47 +0200
561
562 libpve-access-control (1.0-20) unstable; urgency=low
563
564 * add ability to fork cli workers in background
565
566 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Apr 2012 08:28:20 +0200
567
568 libpve-access-control (1.0-19) unstable; urgency=low
569
570 * return set of privileges on login - can be used to adopt GUI
571
572 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Apr 2012 10:25:10 +0200
573
574 libpve-access-control (1.0-18) unstable; urgency=low
575
576 * fix bug #151: corretly parse username inside ticket
577
578 * fix bug #152: allow user to change his own password
579
580 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Apr 2012 09:40:15 +0200
581
582 libpve-access-control (1.0-17) unstable; urgency=low
583
584 * set propagate flag by default
585
586 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Mar 2012 12:40:19 +0100
587
588 libpve-access-control (1.0-16) unstable; urgency=low
589
590 * add 'pveum passwd' method
591
592 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Feb 2012 12:05:25 +0100
593
594 libpve-access-control (1.0-15) unstable; urgency=low
595
596 * Add VM.Config.CDROM privilege to PVEVMUser rule
597
598 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Feb 2012 11:44:23 +0100
599
600 libpve-access-control (1.0-14) unstable; urgency=low
601
602 * fix buf in userid-param permission check
603
604 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Feb 2012 10:52:35 +0100
605
606 libpve-access-control (1.0-13) unstable; urgency=low
607
608 * allow more characters in ldap base_dn attribute
609
610 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Feb 2012 06:17:02 +0100
611
612 libpve-access-control (1.0-12) unstable; urgency=low
613
614 * allow more characters with realm IDs
615
616 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Feb 2012 08:50:33 +0100
617
618 libpve-access-control (1.0-11) unstable; urgency=low
619
620 * fix bug in exec_api2_perm_check
621
622 -- Proxmox Support Team <support@proxmox.com> Wed, 15 Feb 2012 07:06:30 +0100
623
624 libpve-access-control (1.0-10) unstable; urgency=low
625
626 * fix ACL group name parser
627
628 * changed 'pveum aclmod' command line arguments
629
630 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Feb 2012 12:08:02 +0100
631
632 libpve-access-control (1.0-9) unstable; urgency=low
633
634 * fix bug in check_volume_access (fixes vzrestore)
635
636 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Feb 2012 09:56:37 +0100
637
638 libpve-access-control (1.0-8) unstable; urgency=low
639
640 * fix return value for empty ACL list.
641
642 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Feb 2012 11:25:04 +0100
643
644 libpve-access-control (1.0-7) unstable; urgency=low
645
646 * fix bug #85: allow root@pam to generate tickets for other users
647
648 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Jan 2012 06:40:18 +0100
649
650 libpve-access-control (1.0-6) unstable; urgency=low
651
652 * API change: allow to filter enabled/disabled users.
653
654 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Jan 2012 12:30:37 +0100
655
656 libpve-access-control (1.0-5) unstable; urgency=low
657
658 * add a way to return file changes (diffs): set_result_changes()
659
660 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Dec 2011 11:18:48 +0100
661
662 libpve-access-control (1.0-4) unstable; urgency=low
663
664 * new environment type for ha agents
665
666 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Dec 2011 10:08:53 +0100
667
668 libpve-access-control (1.0-3) unstable; urgency=low
669
670 * add support for delayed parameter parsing - We need that to disable
671 file upload for normal API request (avoid DOS attacs)
672
673 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Dec 2011 09:56:10 +0100
674
675 libpve-access-control (1.0-2) unstable; urgency=low
676
677 * fix bug in fork_worker
678
679 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Oct 2011 08:37:05 +0200
680
681 libpve-access-control (1.0-1) unstable; urgency=low
682
683 * allow '-' in permission paths
684
685 * bump version to 1.0
686
687 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jun 2011 13:51:48 +0200
688
689 libpve-access-control (0.1) unstable; urgency=low
690
691 * first dummy package - no functionality
692
693 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2009 16:03:00 +0200
694