| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Merge pull request #11 from jlucas8/seterrorHEADmaster | Akshay Nair | 2025-01-10 |
| |\ | | | | | implement SETERROR | ||
| | * | implement SETERROR | João Lucas | 2025-01-04 |
| | | | |||
| * | | Merge pull request #10 from jlucas8/posix | Akshay Nair | 2025-01-10 |
| |\ \ | | | | | | | posix compliance: replace `echo -e` | ||
| | * | | update readme and remove unnecessary \n | João Lucas | 2025-01-04 |
| | | | | |||
| | * | | posix compliance: replace `echo -e` | João Lucas | 2025-01-04 |
| | |/ | |||
| * | | Merge pull request #9 from jlucas8/cut | Akshay Nair | 2025-01-10 |
| |\ \ | |/ |/| | fix input parsing when cmd has no data | ||
| | * | fix input parsing when cmd has no data | João Lucas | 2025-01-04 |
| |/ | |||
| * | Merge pull request #8 from jspricke/master | Akshay Nair | 2024-10-14 |
| |\ | | | | | Revert "Don't echo message on BYE" (Closes: #7) | ||
| | * | Revert "Don't echo message on BYE" (Closes: #7) | Jochen Sprickerhof | 2024-10-09 |
| |/ | | | | | | This follows the spec and what other pinentry implementation do. This reverts commit 4f5ed2ab1256af9b41a94091cdea5cf7c2eaa341. | ||
| * | Merge pull request #5 from jspricke/service_fixes | Akshay Nair | 2023-07-16 |
| |\ | | | | | Fix errors found in system journal | ||
| | * | Use case insensitive variable in get_info() | Jochen Sprickerhof | 2023-02-25 |
| | | | |||
| | * | Don't echo message on BYE | Jochen Sprickerhof | 2022-10-29 |
| |/ | | | | | | Fixes: bin/anypinentry: 165: printf: printf: I/O error | ||
| * | Update anypinentry | Akshay Nair | 2022-06-11 |
| | | |||
| * | Delete TODO.md | Akshay Nair | 2022-06-11 |
| | | |||
| * | Merge pull request #4 from jbrubake/master | Akshay Nair | 2022-06-11 |
| |\ | | | | | Implement more of the Assuan spec | ||
| | * | Fix case-changing of command argument | Jeremy Brubaker | 2022-06-10 |
| | | | | | | | | | | | | | 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 | ||
| | * | Do case-insensitive matching on 'GETINFO' argument | Jeremy Brubaker | 2022-06-10 |
| | | | |||
| | * | 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 |
| | | | |||
