| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Change default prompt to 'PIN:' | Jeremy Brubaker | 2022-06-03 |
| | | | | | This is in line with all the `pinentry` interfaces I have looked at | ||
| * | Print proper error messages | Jeremy Brubaker | 2022-06-03 |
| | | | | | | User cancellation and improper 'GETINFO' commands now print the correct error messages | ||
| * | Implement most (all?) `pinentry` commands | Jeremy Brubaker | 2022-06-03 |
| | | | | | | Many commands are "implemented" by doing nothing because they don't really apply to the way `anypinentry` works | ||
| * | Update 'help' output | Jeremy Brubaker | 2022-06-03 |
| | | | | | | - Includes standard `pinentry` options - Provides basic documentation on custom `anypinentry` options | ||
| * | Support all standard `pinentry` options | Jeremy Brubaker | 2022-06-03 |
| | | | | | | | | | | | This is a first step to making `anypinentry` into a drop-in replacement for `pinentry-*` The options processing was changed to use `getopt(1)` which adds a dependency but also simplifies the options processing. Version number bumped to '0.1' | ||
| * | Update README.md | Akshay Nair | 2022-03-11 |
| | | |||
| * | Update README.md | Akshay Nair | 2022-03-11 |
| | | |||
| * | Update README.md | Akshay Nair | 2022-02-27 |
| | | |||
| * | Update README.md | Akshay Nair | 2022-02-27 |
| | | |||
| * | Update README.md | Akshay Nair | 2022-02-27 |
| | | |||
| * | Merge branch 'master' of github.com:phenax/any-pinentry | Akshay Nair | 2020-07-06 |
| |\ | |||
| | * | Initial commit | Akshay Nair | 2020-07-06 |
| | | |||
| * | cleanup | Akshay Nair | 2020-07-06 |
| | | |||
| * | Implements error notification and repeat error text | Akshay Nair | 2020-07-06 |
| | | |||
| * | Implements repeat password prompt | Akshay Nair | 2020-07-06 |
| | | |||
| * | Commands case insensitive | Akshay Nair | 2020-07-06 |
| | | |||
| * | cleanup | Akshay Nair | 2020-07-06 |
| | | |||
| * | todo | Akshay Nair | 2020-07-06 |
| | | |||
| * | Adds confirm command support | Akshay Nair | 2020-07-06 |
| | | |||
| * | Adds dynamic password prompt with dmenu | Akshay Nair | 2020-07-05 |
| | | |||
