aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Some updates of pinentry-rofi-ABANDONED.shlinux_wsl_rofiMatěj Cepl2023-08-071-8/+8
|
* First stepsMatěj Cepl2023-08-032-40/+214
|
* Basic testing infrastructure established.Matěj Cepl2023-08-032-0/+29
|
* Remove WSL toast notificationMatěj Cepl2023-08-031-16/+5
|
* Just a plain rename, so far.Matěj Cepl2023-08-032-32/+29
|
* Update issue templateswin_upstreamDale Phurrough2019-07-121-0/+53
|
* removed extraneous echo/returnDale Phurrough2018-11-191-4/+0
|
* return OK for SETDESC in cases without keys/idsDale Phurrough2018-11-161-5/+10
|
* more README tweaksDale Phurrough2018-03-051-8/+9
| | | | - clarified permissions for script
* tweak README and code commentsDale Phurrough2018-03-052-2/+9
|
* add toast notify, optional logs; update READMEv0.2.0Dale Phurrough2018-03-052-13/+118
| | | | | | | | | | - added toast notifications when password retrieved from Win Credential Store; can optionally disable them - added optional debug log - added README setup details and troubleshooting steps
* Merge branch 'initial_migrate'v0.1.0Dale Phurrough2018-02-133-1/+474
|\ | | | | | | | | | | | | | | | | | | * 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 ...
| * updated READMEDale Phurrough2018-02-131-1/+40
| |
| * clarified password persistence; code commentsDale Phurrough2018-02-132-9/+57
| |
| * fixed password verify; persist=EnterpriseDale Phurrough2018-02-131-20/+28
| | | | | | | | | | | | | | | | - 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 descriptionDale Phurrough2018-02-131-4/+14
| |
| * fixed cache error loops, text formattingDale Phurrough2018-02-131-22/+34
| | | | | | | | | | | | | | | | - 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
| * renamed pinentry fileDale Phurrough2018-02-131-0/+0
| |
| * change MESSAGE, CONFIRM to use wscript dialogsDale Phurrough2018-02-131-91/+14
| | | | | | | | | | | | - change to use wscript com object for MESSAGE, CONFIRM pinentry commands - looks better - change credential UI to simple 4 param sig
| * replaced CONFIRM prompt with alternate 1Dale Phurrough2018-02-131-17/+84
| | | | | | | | | | - host.UI.PromptForChoice() won't render GUI on command line. Impl'd alternate 1
| * password caching now worksDale Phurrough2018-02-131-54/+67
| | | | | | | | | | - bugs in MESSAGE and CONFIRM due to powershell doing text only on them
| * first pinentry, doesn't workDale Phurrough2018-02-131-0/+353
|/ | | | | - problems with setting globals with SETxxx due to the $() subshells
* Initial commitDale Phurrough2018-02-133-0/+663