Fixed commit 4d70df9. Don't use send/recv() on a pipe().
commit6bd2aa506eecbf18bb3992a8755d8d9086ad6e84
authorBen Kibbey <bjk@luxsci.net>
Sun, 12 Apr 2009 14:37:59 +0000 (12 10:37 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sun, 12 Apr 2009 14:37:59 +0000 (12 10:37 -0400)
tree432b41c91530e0459657c8cd723fe98e47cbe284
parent36edce4878222a059b0abe356d333bbc471e766e
Fixed commit 4d70df9. Don't use send/recv() on a pipe().

Return GPG_ERR_PIN_BLOCKED in pwmd_open2() if another handle is using
the pinentry. Otherwise the global timeout and handle would get reset.

Move the do_pwmd_open() pinentry code to pinentry.c. Fixes pinentry
global warnings.
doc/libpwmd.3
src/libpwmd.c
src/libpwmd.h.in
src/pinentry.c
src/pinentry.h
src/types.h