
general:
	- support multiple threads handling client activity
	- global thread pool, shared across volumes
	- optional private thread pool for a single volume
	- hook into a username/password database
	- invalid cookie (not 100% hex digits) should return
	  a better error than InternalError
	- network protocol should include 'start-tls' command,
	  and not require separate port for SSL

autotools:
	- stuff package version into RPM specfile, at configure time

