Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update readme files to better reflect reality. | Darren Tucker | 2024-12-04 | 1 | -2/+2 |
| | | | | Prompted by bz#3738, ok djm@. | ||||
* | Add Coverity badges. | Darren Tucker | 2023-03-03 | 1 | -0/+1 |
| | |||||
* | mention libfido2 autodetection | Damien Miller | 2022-10-04 | 1 | -1/+1 |
| | |||||
* | remove mention of --with-security-key-builtin | Damien Miller | 2022-10-04 | 1 | -1/+0 |
| | | | | it is enabled by default when libfido2 is installed | ||||
* | Split README.platform into its own line. | Darren Tucker | 2022-07-14 | 1 | -1/+3 |
| | | | | | | README.platform has general platform-specific information, having it following text about FIDO2 on the same line could imply that it only has information about FIDO2. | ||||
* | Clarify README.md text. | Darren Tucker | 2022-07-14 | 1 | -2/+2 |
| | | | | | | Clarify the text about the implications of building without OpenSSL, and prefix the "configure --help" example command with a "./" so it's likely to work as-is in more shells. From bz#3461. | ||||
* | Add status badges for Actions-based tests. | Darren Tucker | 2021-04-29 | 1 | -0/+1 |
| | |||||
* | zlib is now optional. | Darren Tucker | 2021-02-27 | 1 | -1/+5 |
| | |||||
* | Fix punctuatio and typo in README.md. | Jeffrey H. Johnson | 2021-02-27 | 1 | -1/+1 |
| | | | | Some very minor fixes, missing 's' and punctuation. | ||||
* | whitespace at EOL | Damien Miller | 2020-12-22 | 1 | -1/+1 |
| | |||||
* | typo; reported by Phil Pennock | Damien Miller | 2020-02-07 | 1 | -1/+1 |
| | |||||
* | mention libfido2 in dependencies section | Damien Miller | 2020-02-03 | 1 | -1/+3 |
| | |||||
* | Fix typo in README.md, s/crytpo/crypto/ | Ruben Kerkhof | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | Show portable tarball pattern in example. | Darren Tucker | 2019-12-17 | 1 | -1/+1 |
| | |||||
* | OpenSSL is now optional. | Darren Tucker | 2019-12-17 | 1 | -1/+1 |
| | |||||
* | configure flag to built-in security key support | Damien Miller | 2019-11-15 | 1 | -0/+1 |
| | | | | | Require --with-security-key-builtin before enabling the built-in security key support (and consequent dependency on libfido2). | ||||
* | Update README.md | Abhishek Arya | 2019-10-09 | 1 | -0/+2 |
| | |||||
* | second thoughts: leave README in place | Damien Miller | 2019-04-05 | 1 | -0/+74 |
A number of contrib/* files refer to the existing README so let's leave it in place for release and add the new markdown version in parallel. I'll get rid of README after release. |