From ef1a8d2556bc06dc3c818f5c39ac7b3075364352 Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Sat, 24 Mar 2018 10:20:20 -0400 Subject: [PATCH] bump to version 17 for native x86 support --- AndroidManifest.xml | 4 ++-- NOTES | 12 +++++++++++- doc/index.html | 1 + 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4b99eb0..25858ff 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="17" + android:versionName="17"> diff --git a/NOTES b/NOTES index 9ec2914..09c1371 100644 --- a/NOTES +++ b/NOTES @@ -490,7 +490,17 @@ be using the normal way to visit an http programatically.. Only one report, so I guess I just don't care. -XXX - support x86? +March 24, 2018. + +Win Bent emailed me to let me know his x86_64 Asus ZenPad is able to run +SimpleSSHD but is unable to run rsync. So, the ARM-on-x86 emulation +layer is catching up and now works sometimes, but isn't compatible with +the hack for scp/sftp/rsync. Win was kind enough to test a build that +supports just armeabi and x86, and reported it works. So I don't need to +build support for both x86 and x86_64, apparently. Nice to have a +concrete answer to the question! + + XXX - make the default path for authorized_keys be in the app-private, too, for security ? XXX - show /data/data/org.galexander.sshd/files somewhere as a suggested place to put files diff --git a/doc/index.html b/doc/index.html index aa8adb3..bcd11d9 100644 --- a/doc/index.html +++ b/doc/index.html @@ -145,6 +145,7 @@ outputs when it isn't asked to fork() when it starts up.

Change Log

    +
  • 2018/03/24 Version 17: Add native x86 support.
  • 2017/10/28 Version 16: Fix rsync on Android 8.0 (Oreo).
  • 2016/10/17 Version 15: Fix crash on pre-Nougat versions of Android.
  • 2016/10/16 Version 14: Support single-use passwords for