]> git.proxmox.com Git - pve-access-control.git/commitdiff
bump version to 8.0.0~1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 5 Jun 2023 12:52:39 +0000 (14:52 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 5 Jun 2023 12:52:39 +0000 (14:52 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
debian/changelog

index fe03f9289d7236721f8f8a4301827f327631442d..fc381beb28e90d1c2c496ec80e762cd8343939ef 100644 (file)
@@ -1,3 +1,31 @@
+libpve-access-control (8.0.0~1) bookworm; urgency=medium
+
+  * bump pve-rs dependency to 0.8.3
+
+  * drop old verify_tfa api call (POST /access/tfa)
+
+  * drop support for old login API:
+    - 'new-format' is now considured to be 1 and ignored by the API
+
+  * pam auth: set PAM_RHOST to allow pam configs to log/restrict/... by remote
+    address
+
+  * cli: add 'pveum tfa list'
+
+  * cli: add 'pveum tfa unlock'
+
+  * enable lockout of TFA:
+    - too many TOTP attempts will lock out of TOTP
+    - using a recovery key will unlock TOTP
+    - too many TFA attempts will lock a user's TFA auth for an hour
+
+  * api: add /access/users/<userid>/unlock-tfa to unlock a user's TFA
+    authentication if it was locked by too many wrong 2nd factor login attempts
+
+  * api: /access/tfa and /access/users now include the tfa lockout status
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 05 Jun 2023 14:52:29 +0200
+
 libpve-access-control (7.99.0) bookworm; urgency=medium
 
   * initial re-build for Proxmox VE 8.x series