| Commit message (Collapse) | Author | Age |
| | |
|
| | |
|
| |\
| |
| | |
Implement more of the Assuan spec
|
| | |
| |
| |
| |
| |
| | |
Only change the case of a command argument when it needs to be
matched (currently only in get_info). The previous method prevented
things like setting a multi-case description with SETDESC
|
| | | |
|
| | |
| |
| |
| | |
Per the Assuan spec
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
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
|
| |/
|
|
| |
Reset everything to defaults
|
| | |
|
| |\
| |
| | |
Convert to POSIX shell
|
| |/ |
|
| |\
| |
| | |
Improve ability to replace `pinentry`
|
| | |
| |
| |
| | |
This is in line with all the `pinentry` interfaces I have looked at
|
| | |
| |
| |
| |
| | |
User cancellation and improper 'GETINFO' commands now print the
correct error messages
|
| | |
| |
| |
| |
| | |
Many commands are "implemented" by doing nothing because they don't
really apply to the way `anypinentry` works
|
| | |
| |
| |
| |
| | |
- Includes standard `pinentry` options
- Provides basic documentation on custom `anypinentry` options
|
| |/
|
|
|
|
|
|
|
|
| |
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'
|
| | |
|