X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=debian%2Fchangelog;h=f3887c93ac665cdcb734f0523e930785a8f6eb6d;hp=a47af9b6e9b56b4df1392b8c49bec67c19758b47;hb=ef761f510f091cf6efba0fd7d245632aba1691ee;hpb=b54b7474bbd31dfea36a773b848a343d2d13aedd diff --git a/debian/changelog b/debian/changelog index a47af9b..f3887c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,71 @@ +libpve-access-control (5.1-10) unstable; urgency=medium + + * add /access/user/{id}/tfa api call to get tfa types + + -- Proxmox Support Team Wed, 15 May 2019 16:21:10 +0200 + +libpve-access-control (5.1-9) unstable; urgency=medium + + * store the tfa type in user.cfg allowing to get it without proxying the call + to a higher priviledged daemon. + + * tfa: realm required TFA should lock out users without TFA configured, as it + was done before Proxmox VE 5.4 + + -- Proxmox Support Team Tue, 30 Apr 2019 14:01:00 +0000 + +libpve-access-control (5.1-8) unstable; urgency=medium + + * U2F: ensure we save correct public key on registration + + -- Proxmox Support Team Tue, 09 Apr 2019 12:47:12 +0200 + +libpve-access-control (5.1-7) unstable; urgency=medium + + * verify_ticket: allow general non-challenge tfa to be run as two step + call + + -- Proxmox Support Team Mon, 08 Apr 2019 16:56:14 +0200 + +libpve-access-control (5.1-6) unstable; urgency=medium + + * more general 2FA configuration via priv/tfa.cfg + + * add u2f api endpoints + + * delete TFA entries when deleting a user + + * allow users to change their TOTP settings + + -- Proxmox Support Team Wed, 03 Apr 2019 13:40:26 +0200 + +libpve-access-control (5.1-5) unstable; urgency=medium + + * fix vnc ticket verification without authkey lifetime + + -- Proxmox Support Team Mon, 18 Mar 2019 10:43:17 +0100 + +libpve-access-control (5.1-4) unstable; urgency=medium + + * fix #1891: Add zsh command completion for pveum + + * ground work to fix #2079: add periodic auth key rotation. Not yet enabled + to avoid issues on upgrade, will be enabled with 6.0 + + -- Proxmox Support Team Mon, 18 Mar 2019 09:12:05 +0100 + +libpve-access-control (5.1-3) unstable; urgency=medium + + * api/ticket: move getting cluster name into an eval + + -- Proxmox Support Team Thu, 29 Nov 2018 12:59:36 +0100 + +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