2020-08-31 01:53:59 by Thomas Klausner | Files touched by this commit (1) |
Log message:
pinentry: Makefile.common: mention use by pinentry-gnome3
|
2019-11-05 19:55:19 by Roland Illig | Files touched by this commit (1) |
Log message:
security/pinentry: fix unknown configure option
|
2019-11-04 22:13:04 by Roland Illig | Files touched by this commit (118) |
Log message:
security: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-02-13 18:42:07 by Thomas Klausner | Files touched by this commit (1) |
Log message:
pinentry/Makefile.common: mention pinentry-fltk
|
2018-01-19 14:36:42 by David Brownlee | Files touched by this commit (1) |
Log message:
Pass --disable-pinentry-fltk to configure to fix build when fltk installed
|
2018-01-10 13:29:38 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
pinentry: update to 1.1.0.
Noteworthy changes in version 1.1.0 (2017-12-03)
------------------------------------------------
* A FLTK1.3-based pinentry has been contributed.
* A TQt3-based pinentry has been contributed.
* New option --ttyalert for pinentry-curses to alert the user.
* Don't show "save passphrase" checkbox if secret service is
unavailable.
* The GTK Pinentry shows on Linux some information anout the process
which invoked the Pinentry.
* The GTK Pinentry does not anymore show tooltips when keyboard
grabbing is enabled.
* Fixed various minor problems.
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2017-01-03 19:55:43 by Roy Marples | Files touched by this commit (1) |
Log message:
Move to the curses framework.
|
2016-11-28 15:58:34 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update pinentry* to 1.0.0.
Noteworthy changes in version 1.0.0 (2016-11-22)
------------------------------------------------
* Qt pinentry now supports repeat mode in one dialog.
* Qt and GTK pinentries now make it possible to show the entered
value.
* Qt pinentry now only grabs the keyboard if an entry field is
focused.
* Fixed foreground handling in pinentry-qt if compiled with Qt5 for
Windows.
* Fixed potential crash in Qt qualitybar calculation.
* GTK keyboard grabbing is now a bit more robust. The cursor is
changed to a big dot as a visual indication that a pinentry has
popped up and is waiting for input.
* The GNOME pinentry now falls back to curses if it can't use the
GCR system prompter or a screenlock is active.
* Fixed error output for cached passwords.
* A show/hide passphrase button or checkbox is now available with
some pinentry flavors.
* Improved diagnostics and error codes.
|
2015-12-13 22:27:13 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update pinentry* to 0.9.7:
Noteworthy changes in version 0.9.7 (2015-12-07)
------------------------------------------------
* Fix regressions in the Qt pinentry.
* Fix minor problems pinnetyr-tty.
* New option --invisible-char.
|