X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=changelog.Debian;h=6d442f36d37f2ea77c99951c04a216fe65e81c3c;hp=082c378d8ca670c80f06b1012e4294ca7a62241a;hb=437be042c2497a1956b359bb9e2797f838a37340;hpb=4384e19e9b1a6d3b3767ed446ae158e25791d73c diff --git a/changelog.Debian b/changelog.Debian index 082c378..6d442f3 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,98 @@ +libpve-access-control (1.0-23) unstable; urgency=low + + * correctly compute GUI capabilities (consider pools) + + -- Proxmox Support Team Wed, 30 May 2012 08:47:23 +0200 + +libpve-access-control (1.0-22) unstable; urgency=low + + * new plugin architecture for Auth modules, minor API change for Auth + domains (new 'delete' parameter) + + -- Proxmox Support Team Wed, 16 May 2012 07:21:44 +0200 + +libpve-access-control (1.0-21) unstable; urgency=low + + * do not allow user names including slash + + -- Proxmox Support Team Tue, 24 Apr 2012 10:07:47 +0200 + +libpve-access-control (1.0-20) unstable; urgency=low + + * add ability to fork cli workers in background + + -- Proxmox Support Team Wed, 18 Apr 2012 08:28:20 +0200 + +libpve-access-control (1.0-19) unstable; urgency=low + + * return set of privileges on login - can be used to adopt GUI + + -- Proxmox Support Team Tue, 17 Apr 2012 10:25:10 +0200 + +libpve-access-control (1.0-18) unstable; urgency=low + + * fix bug #151: corretly parse username inside ticket + + * fix bug #152: allow user to change his own password + + -- Proxmox Support Team Wed, 11 Apr 2012 09:40:15 +0200 + +libpve-access-control (1.0-17) unstable; urgency=low + + * set propagate flag by default + + -- Proxmox Support Team Thu, 01 Mar 2012 12:40:19 +0100 + +libpve-access-control (1.0-16) unstable; urgency=low + + * add 'pveum passwd' method + + -- Proxmox Support Team Thu, 23 Feb 2012 12:05:25 +0100 + +libpve-access-control (1.0-15) unstable; urgency=low + + * Add VM.Config.CDROM privilege to PVEVMUser rule + + -- Proxmox Support Team Wed, 22 Feb 2012 11:44:23 +0100 + +libpve-access-control (1.0-14) unstable; urgency=low + + * fix buf in userid-param permission check + + -- Proxmox Support Team Wed, 22 Feb 2012 10:52:35 +0100 + +libpve-access-control (1.0-13) unstable; urgency=low + + * allow more characters in ldap base_dn attribute + + -- Proxmox Support Team Wed, 22 Feb 2012 06:17:02 +0100 + +libpve-access-control (1.0-12) unstable; urgency=low + + * allow more characters with realm IDs + + -- Proxmox Support Team Mon, 20 Feb 2012 08:50:33 +0100 + +libpve-access-control (1.0-11) unstable; urgency=low + + * fix bug in exec_api2_perm_check + + -- Proxmox Support Team Wed, 15 Feb 2012 07:06:30 +0100 + +libpve-access-control (1.0-10) unstable; urgency=low + + * fix ACL group name parser + + * changed 'pveum aclmod' command line arguments + + -- Proxmox Support Team Tue, 14 Feb 2012 12:08:02 +0100 + +libpve-access-control (1.0-9) unstable; urgency=low + + * fix bug in check_volume_access (fixes vzrestore) + + -- Proxmox Support Team Mon, 13 Feb 2012 09:56:37 +0100 + libpve-access-control (1.0-8) unstable; urgency=low * fix return value for empty ACL list.