1.0-pre3
	- all root processes must have a valid signature, or that process
	  will be killed.
	- don't start checking for a key, until there actually is a key
	  in the system, otherwise we get into a paradox.

1.0-pre2
	- added rc.cryptomark to the package and now install it as part of
	  'make install'
	- process is now killed if a bad signature is present or if the md5 is 
	  different.

1.0-pre1
	- change version number :)

0.4
	- added ability to trace code execution through the syslog
	- fixed a number of bugs that were preventing the key from being
	  decoded (i.e. it now works!)

0.3
	- Added proc interface for the key to be sent to.

0.2
	- Added the key handling code, and it looks like all of the gpg 
	  needed code is now included.
	- Fixed the Makefile for SMP
	- Fixed the Makefile to handle the subdirectories for the 'release'
	  action.

0.1
	- generates md5 sum properly by passing off to the immunix-md5
	  module.
