Another fix for commit 592815d. Don't close the SSH session when an OPEN
commit9a826b3444355b6221a5822ed69678e177c801a4
authorBen Kibbey <bjk@luxsci.net>
Sun, 12 Apr 2009 02:17:18 +0000 (11 22:17 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sun, 12 Apr 2009 02:17:18 +0000 (11 22:17 -0400)
tree724fc22b2033228f71cf0de589c6c445a3e6ee83
parent733ecfcfb7f879ae499b4ab5729f31f5ce1357fb
Another fix for commit 592815d. Don't close the SSH session when an OPEN
fails.

If WITH_TCP was not defined, return GPG_ERR_NOT_IMPLEMENTED for
PWMD_OPTION_IP_VERSION.

Return GPG_ERR_UNKNOWN_OPTION rather than GPG_ERR_NOT_IMPLEMENTED in
pwmd_setopt().

Always strip the error source before returning a result code in all
functions.

Added an Errors sections to the documentation.
doc/libpwmd.3
src/libpwmd.c
src/libpwmd.h.in