]> git.proxmox.com Git - proxmox.git/history - proxmox-tfa
dns-api: export all defined api types
[proxmox.git] / proxmox-tfa /
2024-02-02 Wolfgang Bumillerbump proxmox-tfa to 4.1.2
2024-02-01 Lukas WagnerMerge branch proxmox-rrd
2023-12-06 Wolfgang Bumillerbump proxmox-tfa to 4.1.1
2023-12-06 Wolfgang Bumillertfa: fix deserialize-default in TfaUser
2023-12-04 Wolfgang BumillerMerge branch 'proxmox-acme'
2023-11-23 Wolfgang Bumillerbump tfa to 4.1.0
2023-10-23 Dietmar Maurerproxmox-tfa: derive Copy, Clone and PartialEq on TfaTyp...
2023-10-16 Wolfgang Bumillertfa: more optional dependency cleanup
2023-10-16 Wolfgang Bumillertfa: make totp a feature and mark all optional deps...
2023-08-08 Lukas Wagnerclippy fix: needless borrow
2023-07-24 Wolfgang Bumillerbump proxmox-tfa to 4.0.5
2023-07-05 Wolfgang Bumillerbump proxmox-tfa to 4.0.4
2023-07-04 Wolfgang Bumillertfa: also reset counters when unlocking tfa
2023-06-20 Maximiliano Sandovaltfa: Improve TOTP algorithm parsing
2023-06-14 Wolfgang Bumillerbump proxmox-tfa to 4.0.3
2023-06-14 Wolfgang Bumillertfa: make TfaUser fields public
2023-06-05 Wolfgang Bumillerbump proxmox-tfa to 4.0.2
2023-06-01 Wolfgang Bumillertfa: reduce default lockout time to an hour
2023-06-01 Wolfgang Bumillertfa: include lockout status in the tfa user list
2023-05-31 Wolfgang Bumillerbump proxmox-tfa to 4.0.1
2023-05-31 Wolfgang Bumillertfa: add d/source/format
2023-05-31 Wolfgang Bumillertfa: add api::methods::unlock_tfa
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-openid-merge'
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-apt-merge'
2023-05-23 Wolfgang Bumillerupdate d/copyright files to debian copyright-format 1.0
2023-05-10 Wolfgang Bumillerbump proxmox-tfa to 4.0.0-1, auth-api to 0.1.1-1
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: make 'anyhow' optional, enable with the 'api'...
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 Thomas Lamprechtproxmox-tfa: update generated d/control
2023-03-02 Wolfgang Bumillerbump proxmox-tfa to 3.0.0-1
2023-03-02 Wolfgang Bumilleradd proxmox-auth-api crate
2022-12-12 Fabian Grünbichlerworkspace: switch remaining dependencies
2022-12-07 Fabian Grünbichlerupdate d/control files
2022-12-07 Fabian Grünbichlerupdate d/control files
2022-12-07 Fabian Grünbichlerdefine workspace dependencies in workspace
2022-12-07 Fabian Grünbichlerupdate d/control files
2022-12-07 Fabian Grünbichlerinherit shared, external dependencies
2022-12-07 Fabian Grünbichlermove common metadata to workspace
2022-12-06 Fabian Grünbichlerupdate d/control files
2022-10-11 Thomas LamprechtMerge remote-tracking branch 'proxmox-rest-merge/master'
2022-08-26 Thomas Lamprechtd/control: tree wide update after switch to weak/namesp...
2022-08-26 Fabian Grünbichlerbuild: use weak and namespaced features
2022-07-26 Wolfgang Bumillertfa: bump d/control
2022-07-26 Wolfgang Bumillertfa: docs fixup
2022-07-25 Wolfgang Bumillerbump proxmox-tfa to 2.1.0
2022-07-25 Wolfgang Bumillertfa: bump edition to 2021
2022-07-25 Wolfgang Bumillertfa: clippy fixups
2022-07-25 Wolfgang Bumillertfa: expose 'allow_subdomains' property
2022-05-05 Thomas Lamprechttree wide update of genereated control
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 Bumillerbump proxmox-tfa to 2.0.0-1
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 Bumillerbump proxmox-tfa to 1.3.2-1
2021-11-22 Wolfgang Bumillerfix u2f context instantiation
2021-11-19 Wolfgang Bumillertfa: remove unnecessary bound attribute
2021-11-19 Fabian Grünbichlerbump proxmox-tfa to 1.3.1
2021-11-19 Fabian Grünbichlertfa: bump webauthn-rs to 0.3
2021-11-19 Fabian Grünbichlertfa: properly wrap webauthn credentials
2021-11-19 Fabian Grünbichlerall crates: bump base64 dep to 0.13
2021-11-17 Wolfgang Bumillerbump proxmox-tfa to 1.3.0-1
2021-11-17 Wolfgang Bumillerproxmox-tfa: import tfa api from proxmox-perl-rs as...
2021-11-09 Wolfgang Bumillerbump proxmox-tfa to 1.2.0-1
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 Bumillerbump proxmox-tfa to 1.1.0-1
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