git: cpdup - Add several new features

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Jul 19 12:24:57 PDT 2010


commit c05386309988a4dda4518dd7e0cffe5d77b2ad1f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Jul 19 12:13:36 2010 -0700

    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 at fromme.com>

Summary of changes:
 bin/cpdup/BACKUPS      |   20 ++
 bin/cpdup/Makefile     |    1 +
 bin/cpdup/Makefile.sun |   79 ++++++
 bin/cpdup/compat_sun.c |   72 +++++
 bin/cpdup/compat_sun.h |   18 ++
 bin/cpdup/cpdup.1      |   22 ++-
 bin/cpdup/cpdup.c      |  302 +++++++++++----------
 bin/cpdup/cpdup.h      |   13 +
 bin/cpdup/fsmid.c      |   12 +-
 bin/cpdup/hclink.c     |  203 +++++++++-----
 bin/cpdup/hclink.h     |   40 ++-
 bin/cpdup/hcproto.c    |  721 ++++++++++++++++++++++++++++++------------------
 bin/cpdup/hcproto.h    |   16 +-
 bin/cpdup/md5.c        |    2 +-
 bin/cpdup/misc.c       |   40 ++-
 15 files changed, 1023 insertions(+), 538 deletions(-)
 create mode 100644 bin/cpdup/Makefile.sun
 create mode 100644 bin/cpdup/compat_sun.c
 create mode 100644 bin/cpdup/compat_sun.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c05386309988a4dda4518dd7e0cffe5d77b2ad1f


-- 
DragonFly BSD source repository





More information about the Commits mailing list