]> git.proxmox.com Git - proxmox.git/history - proxmox-tfa/src
update d/copyright files to debian copyright-format 1.0
[proxmox.git] / proxmox-tfa / src /
2023-05-10 Wolfgang Bumillertfa: add functions to unlock totp and tfa
2023-05-10 Wolfgang Bumillertfa: log all tfa verify errors and treat as failure...
2023-05-10 Wolfgang Bumillertfa: add data for rate limiting and blocking
2023-05-08 Wolfgang Bumillertfa: fix warning with types feature w/o api feature
2023-05-08 Wolfgang Bumillertfa: drop anyhow from totp module
2023-05-08 Wolfgang Bumillertfa: drop anyhow from u2f module
2023-05-08 Wolfgang Bumillertfa: add a 'types' feature to get TfaInfo and TfaType
2023-05-08 Wolfgang Bumillertfa: make failing to generate a webauthn challenge...
2023-05-08 Wolfgang Bumillertfa: don't return a challenge if all 2nd factors are...
2023-05-08 Wolfgang Bumillertfa: don't automatically drop empty recovery
2023-03-02 Wolfgang Bumilleradd proxmox-auth-api crate
2022-10-11 Thomas LamprechtMerge remote-tracking branch 'proxmox-rest-merge/master'
2022-07-26 Wolfgang Bumillertfa: docs fixup
2022-07-25 Wolfgang Bumillertfa: clippy fixups
2022-07-25 Wolfgang Bumillertfa: expose 'allow_subdomains' property
2022-04-10 Thomas Lamprechttfa: rustfmt
2022-03-22 Wolfgang Bumillertfa: serde tools: improve variance and dropck
2022-02-11 Wolfgang Bumillerproxmox-tfa: fully deserialize TfaChallenge
2022-02-11 Wolfgang Bumillerproxmox-tfa: make TfaChallenge members public
2022-02-08 Fabian Grünbichlermisc clippy fixes
2022-02-04 Thomas Lamprechttfa: fix hyperlink in doc comment
2021-12-30 Fabian Grünbichlertfa: ignore uncompilable doctest
2021-12-07 Wolfgang Bumillertfa: formatting
2021-11-28 Wolfgang Bumillertfa: clippy fixes
2021-11-28 Wolfgang Bumillertfa: make configured webauthn origin optional
2021-11-28 Wolfgang Bumillertfa: let OriginUrl deref to its inner Url, add FromStr...
2021-11-28 Wolfgang Bumillertfa: add WebauthnConfig::digest method
2021-11-28 Wolfgang Bumillertfa: fix typo in docs
2021-11-22 Wolfgang Bumillerfix u2f context instantiation
2021-11-19 Wolfgang Bumillertfa: remove unnecessary bound attribute
2021-11-19 Fabian Grünbichlertfa: bump webauthn-rs to 0.3
2021-11-19 Fabian Grünbichlertfa: properly wrap webauthn credentials
2021-11-17 Wolfgang Bumillerproxmox-tfa: import tfa api from proxmox-perl-rs as...
2021-11-09 Wolfgang Bumillerproxmox-tfa: add version field to u2f::AuthChallenge
2021-11-09 Wolfgang Bumillerproxmox-tfa: make u2f::AuthChallenge Clone + Debug
2021-10-29 Wolfgang Bumillerproxmox-tfa: add Totp::digits
2021-10-18 Wolfgang Bumillertfa: u2f: bytes_as_base64{,url} weren't meant to be...
2021-10-08 Wolfgang Bumilleradd proxmox-tfa crate