changeset 1226:952624727411

Add note about OpenSSH origin
author Matt Johnston <matt@ucc.asn.au>
date Tue, 19 Jan 2016 00:22:23 +0800
parents 6a7938ba004a
children 5dde22e8a189
files scp.c scpmisc.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scp.c	Fri Jan 15 00:19:11 2016 +0800
+++ b/scp.c	Tue Jan 19 00:22:23 2016 +0800
@@ -1,3 +1,6 @@
+/* Dropbear Note: This file is based on OpenSSH 4.3p2. Avoid unnecessary 
+   changes to simplify future updates */
+
 /*
  * scp - secure remote copy.  This is basically patched BSD rcp which
  * uses ssh to do the data transfer (instead of using rcmd).
--- a/scpmisc.c	Fri Jan 15 00:19:11 2016 +0800
+++ b/scpmisc.c	Tue Jan 19 00:22:23 2016 +0800
@@ -1,3 +1,6 @@
+/* Dropbear Note: This file is based on OpenSSH 4.3p2. Avoid unnecessary 
+   changes to simplify future updates */
+
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *