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>
Tue, 19 Nov 2013 05:48:50 +0000 (21:48 -0800)
commit8d1e7fb88aeb1ac5e166a73ebe8d8781d7f48468
tree5d5b6250550363dbc2521d65f26d7da1eb6d4583
parent4de878606bb22979bbf03a733c309d46f79db3b0
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