Separate the MD5 code into its own module.
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 25 Apr 2006 21:30:45 +0000 (21:30 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 25 Apr 2006 21:30:45 +0000 (21:30 +0000)
commit577109ea34a9e1c288fd28329b0d1fe80bd20ab9
tree3f9ee9408d881bb8695bddffca3998f5493526f7
parente4bff3c875795a3b70f30f4e4abf4910d7f0be0f
Separate the MD5 code into its own module.

Add -k/-K to have cpdup use the experimental FSMID to detect changes,
allowing it to shortcut whole directory subhiearchies.

It should be noted that using cpdup with a NFS or other remote filesystem
as the source with this option will not work, since the NFS client cannot
currently detect if the server (or some other client) has modified a file
or directory.
bin/cpdup/Makefile
bin/cpdup/cpdup.1
bin/cpdup/cpdup.c
bin/cpdup/cpdup.h
bin/cpdup/fsmid.c [new file with mode: 0644]
bin/cpdup/md5.c [new file with mode: 0644]
bin/cpdup/misc.c