cpdup - Add another way to prevent host:path misintepretation
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 14 Nov 2013 20:23:15 +0000 (12:23 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 14 Nov 2013 20:23:15 +0000 (12:23 -0800)
commitd72200edc8a9934f16e185f29e31ef5fe654c93a
treeeafbdbfae452b337343fc2997dcd020948e3ae58
parentb458d1abaa7a0b3892d7c071e99dd6d51090a81c
cpdup - Add another way to prevent host:path misintepretation

* Allow a local file or directory name to be prefixed with localhost:
  to prevent colons in the filename from being misinterpreted as a
  remote-host specification.

  This is in addition to the nominal absolute-path method to prevent
  misinterpretation (a '/' occuring before any ':' prevents
  misinterpretation of the ':' as a remote-host specification)
bin/cpdup/cpdup.1
bin/cpdup/cpdup.c
bin/cpdup/misc.c