X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=debian%2Fchangelog;h=a1efa14e9f0f0a2facbe1f585e7539379afc220f;hp=d4b3befae39be0fc5a9a44ee2a717cfa93af55fd;hb=e6624f504b9e07b0b59dc58494f653e51d9dd764;hpb=e073493cb31d606320fff3b9f74d114cfec5d1b3 diff --git a/debian/changelog b/debian/changelog index d4b3bef..a1efa14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,73 @@ +libpve-access-control (6.1-1) pve; urgency=medium + + * pveum: add tfa delete subcommand for deleting user-TFA + + * LDAP: don't complain about missing credentials on realm removal + + * LDAP: skip anonymous bind when client certificate and key is configured + + -- Proxmox Support Team Fri, 08 May 2020 17:47:41 +0200 + +libpve-access-control (6.0-7) pve; urgency=medium + + * fix #2575: die when trying to edit built-in roles + + * add realm sub commands to pveum CLI tool + + * api: domains: add user group sync API enpoint + + * allow one to sync and import users and groups from LDAP/AD based realms + + * realm: add default-sync-options to config for more convenient sync configuration + + * api: token create: return also full token id for convenience + + -- Proxmox Support Team Sat, 25 Apr 2020 19:35:17 +0200 + +libpve-access-control (6.0-6) pve; urgency=medium + + * API: add group members to group index + + * implement API token support and management + + * pveum: add 'pveum user token add/update/remove/list' + + * pveum: add permissions sub-commands + + * API: add 'permissions' API endpoint + + * user.cfg: skip inexisting roles when parsing ACLs + + -- Proxmox Support Team Wed, 29 Jan 2020 10:17:27 +0100 + +libpve-access-control (6.0-5) pve; urgency=medium + + * pveum: add list command for users, groups, ACLs and roles + + * add initial permissions for experimental SDN integration + + -- Proxmox Support Team Tue, 26 Nov 2019 17:56:37 +0100 + +libpve-access-control (6.0-4) pve; urgency=medium + + * ticket: use clinfo to get cluster name + + * ldaps: add sslversion configuration property to support TLS 1.1 to 1.3 as + SSL version + + -- Proxmox Support Team Mon, 18 Nov 2019 11:55:11 +0100 + +libpve-access-control (6.0-3) pve; urgency=medium + + * fix #2433: increase possible TFA secret length + + * parse user configuration: correctly parse group names in ACLs, for users + which begin their name with an @ + + * sort user.cfg entries alphabetically + + -- Proxmox Support Team Tue, 29 Oct 2019 08:52:23 +0100 + libpve-access-control (6.0-2) pve; urgency=medium * improve CSRF verification compatibility with newer PVE