3 Most of the PWMD_* commands have been removed. PWMD_OPEN, PWMD_SAVE,
4 PWMD_SETOPT and the new PWMD_COMMAND remain. PWMD_COMMAND takes a char*
5 argument being the protocol command along with any argument to send to the
6 server. This is alot simpler and less error prone than before. Also the
7 library won't need to be updated if a protocol command changed or is added.
9 Fixed PWMD_SAVE and asking for a password when the file was cached.
11 Added pwmc. This is a command line client for pwmd. It reads protocol commands
17 Added PWMD_ATTR_GET to get an attribute value from an element path.
19 pwmd_base64_decode() bugfix. Don't assume the return value is a character
20 array by nul-terminating it.
22 Added pwmd_list_free() to free a "list" result.
24 Can compile with g++ and maybe other C++ compilers.
26 Fixed some memory leaks.
28 Bugfix for the protocol parser.
33 Changed the version number as suggested by the libtool docs.
35 pwmd_base64_decode() bugfix. The returned string wasn't NULL terminated.
37 Updates for the OPEN and SAVE protocol commands. libPWMD no longer base64
40 Updates for the new ATTR protocol command.