Beginnings of pinentry support in pwmd. This will remove the forking
commit0193adf2a0965d503a1df1a11571bdb0214d3c96
authorBen Kibbey <bjk@luxsci.net>
Sun, 9 Dec 2007 18:30:10 +0000 (9 13:30 -0500)
committerBen Kibbey <bjk@luxsci.net>
Sun, 9 Dec 2007 18:30:10 +0000 (9 13:30 -0500)
treeefc87adb4ecb9077337a61d5e2d91d381fe2ea8b
parenta8bc4fb78182afb0c9b6a7587a43a9ace824ed53
Beginnings of pinentry support in pwmd. This will remove the forking
in libpwmd. Pinentry options will be set with the OPTION protocol
command.
configure.ac
src/Makefile.am
src/commands.c
src/commands.h
src/common.h
src/pinentry.c [new file with mode: 0644]
src/pinentry.h [copied from src/commands.h with 61% similarity]
src/pwmd.c