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