diff options
author | Dale Phurrough <dale@hidale.com> | 2018-02-13 19:19:43 +0100 |
---|---|---|
committer | Dale Phurrough <dale@hidale.com> | 2018-02-13 19:19:43 +0100 |
commit | 3f196ac3e924797137f10a0413ae20e5c0ccee03 (patch) | |
tree | a1e01f179a01f169707710f8c5e70b4595811f95 /.gitignore | |
parent | 67e75254ebbbccdc0f2e095dc75faff72637e010 (diff) | |
parent | e4648a17b0899e1ce2db5579dc1a508947faf334 (diff) | |
download | pinentry-rofi-3f196ac3e924797137f10a0413ae20e5c0ccee03.tar.gz |
Merge branch 'initial_migrate'v0.1.0
* initial_migrate: (10 commits)
updated README
clarified password persistence; code comments
fixed password verify; persist=Enterprise - fixed password verification - credential persistance to be Enterprise to enable sync across computers - added linefeed decoding to more pinentry commands
get keyid as user from dialog description
fixed cache error loops, text formatting - fixed cache loop on error - fixed line feeds on description and error text - fixed button accelerator parsing - changed back to 6 param Prompt...Cred() to prevent user format validation
...
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ bld/ # Visual Studio 2015 cache/options directory .vs/ +.vscode/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ |