|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| build-aux/ | H | 21-Jan-2021 | - | 15,115 | 13,189 |
| curses/ | H | 21-Jan-2021 | - | 744 | 586 |
| doc/ | H | 03-May-2022 | - | 10,896 | 9,763 |
| efl/ | H | 21-Jan-2021 | - | 1,343 | 1,107 |
| emacs/ | H | 21-Jan-2021 | - | 747 | 587 |
| fltk/ | H | 03-May-2022 | - | 1,729 | 1,286 |
| gnome3/ | H | 21-Jan-2021 | - | 1,268 | 999 |
| gtk+-2/ | H | 21-Jan-2021 | - | 1,705 | 1,323 |
| m4/ | H | 21-Jan-2021 | - | 1,951 | 1,792 |
| pinentry/ | H | 21-Jan-2021 | - | 7,176 | 5,399 |
| qt/ | H | 03-May-2022 | - | 2,213 | 1,710 |
| secmem/ | H | 03-May-2022 | - | 1,465 | 1,097 |
| tqt/ | H | 21-Jan-2021 | - | 5,596 | 3,250 |
| tty/ | H | 21-Jan-2021 | - | 1,310 | 1,040 |
| w32/ | H | 03-May-2022 | - | 1,544 | 1,125 |
| AUTHORS | H A D | 03-Dec-2017 | 1.7 KiB | 49 | 39 |
| COPYING | H A D | 13-Jan-2015 | 14.8 KiB | 281 | 237 |
| ChangeLog | H A D | 21-Jan-2021 | 439 | 15 | 10 |
| ChangeLog-old | H A D | 20-Dec-2016 | 70.3 KiB | 2,176 | 1,525 |
| INSTALL | H A D | 13-Jan-2015 | 11.1 KiB | 292 | 219 |
| Makefile.am | H A D | 10-Feb-2019 | 3.5 KiB | 143 | 100 |
| Makefile.in | H A D | 21-Jan-2021 | 30.4 KiB | 947 | 827 |
| NEWS | H A D | 21-Jan-2021 | 10.2 KiB | 389 | 219 |
| README | H A D | 21-Jan-2021 | 3 KiB | 72 | 58 |
| README.GIT | H A D | 13-Jan-2015 | 2.2 KiB | 50 | 40 |
| THANKS | H A D | 13-Jan-2015 | 290 | 8 | 7 |
| TODO | H A D | 13-Jan-2015 | 869 | 25 | 16 |
| VERSION | H A D | 21-Jan-2021 | 6 | 2 | 1 |
| acinclude.m4 | H A D | 13-Jan-2015 | 4 KiB | 118 | 109 |
| aclocal.m4 | H A D | 18-Jan-2021 | 116.6 KiB | 3,177 | 3,001 |
| autogen.rc | H A D | 20-Dec-2016 | 557 | 28 | 22 |
| autogen.sh | H A D | 20-Dec-2016 | 12.4 KiB | 469 | 365 |
| config.h.in | H A D | 18-Jan-2021 | 5.7 KiB | 231 | 156 |
| configure | H A D | 21-Jan-2021 | 394.9 KiB | 13,579 | 11,430 |
| configure.ac | H A D | 27-Dec-2020 | 23 KiB | 807 | 700 |
| depcomp | H A D | 13-Jan-2015 | 17.4 KiB | 590 | 375 |
| install-sh | H A D | 13-Jan-2015 | 13.3 KiB | 520 | 344 |
| missing | H A D | 13-Jan-2015 | 10.9 KiB | 368 | 275 |
| mkinstalldirs | H A D | 13-Jan-2015 | 3.4 KiB | 162 | 112 |
README
1PINEntry
2---------
3
4This is a collection of PIN or passphrase entry dialogs which
5utilize the Assuan protocol as specified in the Libassuan manual.
6
7There are programs for different toolkits available. For all GUIs it
8is automatically detected which modules can be built, but it can also
9be requested explicitly.
10
11GUI OPTION DEPENDENCIES
12--------------------------------------------------------------------------
13GTK+ V2.0 --enable-pinentry-gtk2 Gimp Toolkit Library, Version 2.0
14 eg. libgtk-x11-2.0 and libglib-2.0
15GNOME --enable-pinentry-gnome GNOME
16Qt --enable-pinentry-qt Qt (> 4.4.0)
17TQt --enable-pinentry-tqt Trinity Qt
18Enlightenment --enable-pinentry-efl EFL (>= 1.18)
19FLTK --enable-pinentry-fltk Fast Light Toolkit (>= 1.3)
20Curses --enable-pinentry-curses Curses library, for example ncurses
21TTY --enable-pinentry-tty Simple TTY version, no dependencies
22
23The GTK+, GNOME, and Qt pinentries can fall back to curses mode. The
24option to enable this is --enable-fallback-curses, but this is also
25detected automatically in the same way --enable-pinentry-curses is.
26The fallback to curses also works if --disable-pinentry-curses is
27specified. So to disable linking to curses completely you have to
28pass --disable-fallback-curses to the configure script as well.
29
30Examples:
31* To only build the GTK+ pinentry with curses support:
32./configure --enable-pinentry-gtk2 --enable-fallback-curses \
33 --disable-pinentry-curses --disable-pinentry-qt
34
35* To build the Qt pinentry, and the other pinentries if they are
36 supported:
37./configure --enable-pinentry-qt
38
39* To build everything that is supported (complete auto-detection):
40./configure
41
42Some of the code is taken from Robert Bihlmeyer's Quintuple-Agent.
43For security reasons, all internationalization has been removed. The
44client is expected to tell the PIN entry the text strings to be
45displayed.
46
47
48Curses Pinentry
49---------------
50
51The curses pinentry supports colors if the terminal does. The colors
52can be specified by the --colors=FG,BG,SO option, which sets the
53foreground, background and standout colors respectively. The standout
54color is used for error messages. Colors can be named by any of
55"black", "red", "green", "yellow", "blue", "magenta", "cyan" and
56"white". The foreground and standout color can be prefixed by
57"bright-", "bright", "bold-" and "bold", and any of these prefixes has
58the same effect of making the color bolder or brighter. Two special
59color names are defined as well: "default" chooses the default color,
60and "none" disables use of colors. The name "none" is only meaningful
61for the standout color and in this case a reversed effect is used for
62error messages. For the other colors, disabling colors means the same
63as using the defaults. The default colors are as follows:
64
65 Foreground: Terminal default
66 Background: Terminal default
67 Standout: Bright red
68
69Note that color support is limited by the capabilities of the display
70terminal. Some color combinations can be very difficult to read, and
71please know that colors are perceived differently by different people.
72
README.GIT
1If you are building from GIT, run the script
2
3./autogen.sh
4
5first, to make sure that you have all the necessary maintainer tools
6are installed and to build the actual configuration files. If you
7have just checked out from GIT, you should add the option "--force" to
8autogen.sh so that meta data is noticed by autom4te.cache. Then run
9
10./configure --enable-maintainer-mode
11
12followed by the usual make.
13
14If autogen.sh complains about insufficient versions of the required
15tools, or the tools are not installed, you may use environment
16variables to override the default tool names:
17
18 AUTOMAKE_SUFFIX is used as a suffix for all tools from the automake
19 package. For example
20 AUTOMAKE_SUFFIX="-1.7" ./autogen.sh
21 uses "automake-1.7" and "aclocal-1.7.
22 AUTOMAKE_PREFIX is used as a prefix for all tools from the automake
23 page and may be combined with AUTOMAKE_SUFFIX. e.g.:
24 AUTOMAKE_PREFIX=/usr/foo/bin ./autogen.sh
25 uses "automake" and "aclocal" in the /usr/foo/bin
26 directory.
27 AUTOCONF_SUFFIX is used as a suffix for all tools from the automake
28 package
29 AUTOCONF_PREFIX is used as a prefix for all tools from the automake
30 package
31 GETTEXT_SUFFIX is used as a suffix for all tools from the gettext
32 package
33 GETTEXT_PREFIX is used as a prefix for all tools from the gettext
34 package
35
36It is also possible to use the variable name AUTOMAKE, AUTOCONF,
37ACLOCAL, AUTOHEADER, GETTEXT and MSGMERGE to directly specify the name
38of the programs to run. It is however better to use the suffix and
39prefix forms as described above because that does not require
40knowledge about the actual tools used by autogen.sh.
41
42
43Please don't use autopoint, libtoolize or autoreconf unless you are
44the current maintainer and want to update the standard configuration
45files. All those files should be in GIT and only updated manually
46if the maintainer decides that newer versions are required. The
47maintainer should also make sure that the required version of automake
48et al. are properly indicated at the top of configure.ac and take care
49to copy the files and not merely use symlinks.
50