Added PWMD_OPTION_LOCK_ON_OPEN, PWMD_OPTION_CIPHER and
commit494b4fda44d01fa352364591294a69f4ac9c4569
authorBen Kibbey <bjk@luxsci.net>
Sun, 29 Aug 2010 18:56:31 +0000 (29 14:56 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sun, 29 Aug 2010 18:56:31 +0000 (29 14:56 -0400)
treea125c86ec7618e59ebcc0a39ecb3eb2250323ecb
parent468de58b881c7763ef750b495d84cf36fa9f8bcd
Added PWMD_OPTION_LOCK_ON_OPEN, PWMD_OPTION_CIPHER and
PWMD_OPTION_ITERATIONS. These are needed since pwmd 2.17 uses protocol
command options rather than SET arguments. Less protocol communication is
needed when doing it this way.

Fixed a bug in pwmd_setopt() that read an argument without first calling
va_start().
doc/libpwmd.3
src/libpwmd.c
src/libpwmd.h.in
src/pwmc.c
src/types.h