
$Name: R0_3 $

R0_3

Fixes after running Valgrind.
Made scanf (in murk.c) unsigned after warnings on some platforms.
Fix for ctags not being available -- murk still builds now
IV changes with each new block.
Added disclaimer to README as suggested in comment on freshmeat.

R0_2

Clean up after running flawfinder and code walkthrough.
Compiles with cc -Wall
Moved over to use 32 bit checksum and removed arbitary limit on blocksize
Added file headers for more user-friendly decryption
Added unattended mode for encrypting on a cron
Calculation of compression header done with more data
Fixes after running valgrind
Changed windowing checksum from fletcher to alder-32 
Turned off core dumps
Improved installation instructions
More tests
And a changelog!

