The OPEN and SAVE commands, when provided with a key, will no longer
commit77ddcc8128741bdd54c40c96f9eebf868b1cc5f7
authorBen Kibbey <bjk@luxsci.net>
Sat, 6 Jan 2007 19:55:53 +0000 (6 14:55 -0500)
committerBen Kibbey <bjk@luxsci.net>
Sat, 6 Jan 2007 19:55:53 +0000 (6 14:55 -0500)
tree2edeeaca1fa999568dc27d06e8e68d05a6e7032d
parentc184a8dae4e128270aa5a8c5da21558f2a9c57dd
The OPEN and SAVE commands, when provided with a key, will no longer
base 64 encode them. The MD5 hash will be created from the rest of the
protocol command argument.

All command-line options have been moved to a configuration file
stored in ~/.pwmdrc by default. Use -f to specify an alternate
rcfile.

Added a rcfile option 'cache_push' which takes a list of filenames
separated by a comma, to add to the file cache upon startup. The
password or key for each file will be read from stdin.

Added example config file doc/pwmdrc.
doc/Makefile.am
doc/pwmdrc [new file with mode: 0644]
src/commands.c
src/common.h
src/pwmd.c
src/pwmd.h