]> git.proxmox.com Git - pve-access-control.git/history - src/PVE/AccessControl.pm
fix #5335: sort ACL entries in user.cfg
[pve-access-control.git] / src / PVE / AccessControl.pm
2 days ago Daniel Krambrock... fix #5335: sort ACL entries in user.cfg master
2024-03-18 Wolfgang Bumillermove/rename root_permission_check to RPCEnvironment
2024-02-28 Thomas Lamprechtadd Sys.AccessNetwork privilege
2024-02-19 Thomas Lamprechtspecial roles: code-style improvements for generation...
2023-11-20 Fabian Grünbichlerpools: record parent/subpool information
2023-11-20 Fabian Grünbichlerfix #1148: allow up to three levels of pool nesting
2023-11-08 Fabian Grünbichleracl: add missing SDN ACL paths to allowed list
2023-07-20 Friedrich Weberauth: tfa: fail if realm requires TFA but no challenge...
2023-07-14 Wolfgang Bumilleradd fixme comments about pending pve-rs improvements
2023-07-14 Friedrich Weberauth: tfa: read tfa.cfg also if the user.cfg entry...
2023-06-21 Thomas Lamprechtdrop assert_new_tfa_config_available for Proxmox VE 8
2023-06-09 Thomas Lamprechttfa: cope with native versions in cluster version check
2023-06-07 Dominik Csapakadd privileges and paths for cluster resource mapping
2023-06-07 Alexandre Derumieradd new SDN.use privilege in PVESDNUser role
2023-06-07 Alexandre Derumieraccess control: add /sdn/zones/<zone>/<vnet>/<vlan...
2023-06-07 Fabian Grünbichlerroles: restrict Permissions.Modify to Administrator
2023-06-05 Wolfgang Bumillertfa: enable lockout of users via tfa.cfg
2023-06-05 Wolfgang Bumillerdrop support for old login API
2023-05-15 Wolfgang Bumilleruse TFA authentication api v2
2023-03-06 Fabian Grünbichlerfix #4518: improve ACL computation performance
2022-11-07 Fabian Grünbichlerprivs: add Sys.Incoming
2022-10-21 Dominik Csapakauthenticate_user: pass undef instead of empty $tfa_cha...
2022-10-21 Dominik Csapakauthenticate_2nd_new: rename $otp to $tfa_response
2022-10-21 Dominik Csapakauthenticate_2nd_new: only lock tfa config for recovery...
2022-07-25 Wolfgang Bumillertfa: pass whole webauthn config to 'set_webauthn_config'
2022-07-14 Fabian Grünbichlerauth key: fix double rotation in clusters
2022-06-20 Fabian Grünbichlerperm check: forbid undefined/empty ACL path
2022-06-03 Thomas Lamprechttree wide: typo fixes
2022-05-31 Thomas Lamprechtaccess check: include user/token id in expired exception
2022-05-31 Thomas Lamprechtcheck user: re-order enable check first again and adher...
2022-05-31 Oguz Bektasuser check: fix expiration/enable order
2021-12-06 Wolfgang Bumillerfix #3768: warn on bad u2f or webauthn settings
2021-12-06 Wolfgang Bumillerfix a 'use of undefined...' warning
2021-11-22 Wolfgang Bumillerfill origin into webauthn config if not provided
2021-11-17 Wolfgang Bumillercatch incompatible tfa entries with a nice error
2021-11-11 Fabian Grünbichlerticket: normalize path for verification
2021-11-11 Fabian Grünbichlertickets: add tunnel ticket
2021-11-11 Thomas Lamprechttfa: upgrade check: early return if no cluster members
2021-11-11 Thomas Lamprechttfa: upgrade check: more info in error message(s)
2021-11-11 Thomas Lamprechttfa: upgrade check: be less strict about version format
2021-11-11 Wolfgang Bumillerimplement version checks for tfa
2021-11-10 Wolfgang Bumillermerge old user.cfg keys to tfa config when adding entries
2021-11-10 Wolfgang Bumillercheck enforced realm tfa type in new auth
2021-11-10 Wolfgang Bumillerassert tfa/user config lock order
2021-11-10 Wolfgang Bumillerupdate tfa cleanup when deleting users
2021-11-10 Wolfgang Bumillersupport registering yubico otp keys
2021-11-10 Wolfgang Bumilleradd pbs-style TFA API implementation
2021-11-10 Wolfgang Bumillermove TFA api path into its own module
2021-11-10 Wolfgang Bumillerhandle yubico authentication in new path
2021-11-10 Wolfgang Bumilleruse PBS-like auth api call flow
2021-11-10 Wolfgang Bumilleruse rust parser for TFA config
2021-10-21 Dominik Csapakfix user deletion when realm does not enforce TFA
2021-09-27 Thomas Lamprechtfix #2302: allow deletion of users when realm enforces TFA
2021-08-23 Alexandre Derumiercheck_path: add /sdn/vnets/* path
2021-07-01 Dietmar Maureradd OpenId configuration
2021-07-01 Dietmar Maurercheck_user_enabled: also check if user is expired
2021-06-17 Thomas Lamprechtaccess control: style: register configs in single line...
2021-06-17 Alexandre Derumiercheck_path : add sdn zone path
2021-06-16 Dominik Csapakadd missing paths in check_path
2021-06-01 Lorenz Stechaunerfix #3402: add Pool.Audit permission
2021-05-09 Thomas Lamprechtbuildsys: split packaging and source build-systems