New md5sum plugin. Open a file, a directory or just launch it from the plugin menu...
commit9cdab8ec72585b2b71f3fc957866d9cf8ebd8a4a
authordionoea <dionoea@a1c6a512-1295-4272-9138-f99709370657>
Tue, 10 Jun 2008 13:20:05 +0000 (10 13:20 +0000)
committerdionoea <dionoea@a1c6a512-1295-4272-9138-f99709370657>
Tue, 10 Jun 2008 13:20:05 +0000 (10 13:20 +0000)
tree236281d7a79b46322564ba0506b0178e864a9291
parentba42ac6e95fcb8761d7bb4c04281378bb3bfa50d
New md5sum plugin. Open a file, a directory or just launch it from the plugin menu to create an md5sum of the file, the directory's contents or the whole filesystem. If the file's extension is .md5 or .md5sum, it will check the md5 sums in the file instead. If the file's extension is .md5list it will compute md5 sums for all the files listed.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17709 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/CATEGORIES
apps/plugins/SOURCES
apps/plugins/lib/SOURCES
apps/plugins/lib/md5.c [new file with mode: 0644]
apps/plugins/lib/md5.h [new file with mode: 0644]
apps/plugins/md5sum.c [new file with mode: 0644]
apps/plugins/viewers.config