X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=debian%2Fchangelog;h=efa498e1b236dc4b1b83ebc4d951234a5f241192;hp=ae0677d88583c6e0801fb4826abf4821336d726b;hb=f5a9380a6f1322cdfa7c5bac0fd5d7feef320994;hpb=98eb404f77d95b8fa449db48b6d38196b7582549 diff --git a/debian/changelog b/debian/changelog index ae0677d..efa498e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,60 @@ +libpve-access-control (5.1-2) unstable; urgency=medium + + * fix #1998: correct return properties for read_role + + -- Proxmox Support Team Fri, 23 Nov 2018 14:22:40 +0100 + +libpve-access-control (5.1-1) unstable; urgency=medium + + * pveum: introduce sub-commands + + * register userid with completion + + * fix #233: return cluster name on successful login + + -- Proxmox Support Team Thu, 15 Nov 2018 09:34:47 +0100 + +libpve-access-control (5.0-8) unstable; urgency=medium + + * fix #1612: ldap: make 2nd server work with bind domains again + + * fix an error message where passing a bad pool id to an API function would + make it complain about a wrong group name instead + + * fix the API-returned permission list so that the GUI knows to show the + 'Permissions' tab for a storage to an administrator apart from root@pam + + -- Proxmox Support Team Thu, 18 Jan 2018 13:34:50 +0100 + +libpve-access-control (5.0-7) unstable; urgency=medium + + * VM.Snapshot.Rollback privilege added + + * api: check for special roles before locking the usercfg + + * fix #1501: pveum: die when deleting special role + + * API/ticket: rework coarse grained permission computation + + -- Proxmox Support Team Thu, 5 Oct 2017 11:27:48 +0200 + +libpve-access-control (5.0-6) unstable; urgency=medium + + * Close #1470: Add server ceritifcate verification for AD and LDAP via the + 'verify' option. For compatibility reasons this defaults to off for now, + but that might change with future updates. + + * AD, LDAP: Add ability to specify a CA path or file, and a client + certificate via the 'capath', 'cert' and 'certkey' options. + + -- Proxmox Support Team Tue, 08 Aug 2017 11:56:38 +0200 + +libpve-access-control (5.0-5) unstable; urgency=medium + + * change from dpkg-deb to dpkg-buildpackage + + -- Proxmox Support Team Thu, 22 Jun 2017 09:12:37 +0200 + libpve-access-control (5.0-4) unstable; urgency=medium * PVE/CLI/pveum.pm: call setup_default_cli_env()