| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Ignore lines that are more than 1000 bytes | Jeremy Brubaker | 2022-06-10 |
| | | | | | Per the Assuan spec | ||
| * | Ignore commands that begin with '#' per the spec | Jeremy Brubaker | 2022-06-10 |
| | | |||
| * | % escape $, CR and LF per Assuan spec | Jeremy Brubaker | 2022-06-10 |
| | | |||
| * | Reset 'REPEAT' after completing 'GETPIN' | Jeremy Brubaker | 2022-06-10 |
| | | | | | | | Calling 'SETREPEAT' applies only to the next call of 'GETPIN'. Once a PIN is successfully confiremd, the next call to 'GETPIN' is *not* confirmed by default | ||
| * | Implement 'RESET' command | Jeremy Brubaker | 2022-06-10 |
| | | | | | Reset everything to defaults | ||
| * | Update README.md | Akshay Nair | 2022-06-05 |
| | | |||
| * | Merge pull request #3 from jspricke/posix_sh | Akshay Nair | 2022-06-05 |
| |\ | | | | | Convert to POSIX shell | ||
| | * | Convert to POSIX shell | Jochen Sprickerhof | 2022-06-05 |
| |/ | |||
| * | Merge pull request #2 from jbrubake/master | Akshay Nair | 2022-06-04 |
| |\ | | | | | Improve ability to replace `pinentry` | ||
| | * | 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 |
| |\ | |||
