cpdup - Add several new features
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 19 Jul 2010 19:13:36 +0000 (12:13 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 19 Jul 2010 19:13:36 +0000 (12:13 -0700)
commitc05386309988a4dda4518dd7e0cffe5d77b2ad1f
tree461567e17953cdb7832dfc590c7a0a099a2ffd0f
parent33ff5098ef049faf8fbac29a0afe4c1da031b993
cpdup - Add several new features

* Add -R option for ssh authorized_key based slave mode.
* Add byte order detection and handling.
* Improve remote directory scan performance.
* Add Sun compatibility files for completeness.

Submitted-by: Oliver Fromme <olli@fromme.com>
15 files changed:
bin/cpdup/BACKUPS
bin/cpdup/Makefile
bin/cpdup/Makefile.sun [new file with mode: 0644]
bin/cpdup/compat_sun.c [new file with mode: 0644]
bin/cpdup/compat_sun.h [new file with mode: 0644]
bin/cpdup/cpdup.1
bin/cpdup/cpdup.c
bin/cpdup/cpdup.h
bin/cpdup/fsmid.c
bin/cpdup/hclink.c
bin/cpdup/hclink.h
bin/cpdup/hcproto.c
bin/cpdup/hcproto.h
bin/cpdup/md5.c
bin/cpdup/misc.c