1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-30 19:28:10 +00:00
Commit Graph

134 Commits

Author SHA1 Message Date
Greg Alexander
462b4536a5 the mystery problem disappeared. 2021-01-18 10:52:17 -05:00
Greg Alexander
d0bf4bd593 musings about a different(?) reported problem 2021-01-17 23:32:18 -05:00
Greg Alexander
308753ce71 Made a pass over all the crashes I've got from the play developer console.
Made no headway on any of them, unfortunately.
2021-01-17 22:35:13 -05:00
Greg Alexander
77a9dba5ed todo shuffle again 2021-01-17 19:35:32 -05:00
Greg Alexander
a382cafacc fix "Non-matching signing type" 2021-01-17 19:33:53 -05:00
Greg Alexander
e948d1cb12 restart the daemon when the app is upgraded, if Start on Boot is enabled 2021-01-17 17:20:30 -05:00
Greg Alexander
16ade91ffa update todo list 2021-01-17 17:11:14 -05:00
Greg Alexander
309587e963 add URL for mismatch keytype problem 2021-01-08 22:37:41 -05:00
Greg Alexander
cd44c38b65 weird compatibility problem from Rich D 2021-01-07 09:24:25 -05:00
Greg Alexander
d9a2903255 note from Remy B about MANAGE_EXTERNAL_STORAGE permission 2021-01-06 18:22:48 -05:00
Greg Alexander
c727dac192 update build doc 2021-01-06 18:22:28 -05:00
Greg Alexander
c02ac3d306 A little todo list maintenance. 2020-12-29 00:38:27 -05:00
Greg Alexander
1e6c616089 document recent changes 2020-12-28 23:59:47 -05:00
Greg Alexander
6c6a885cb0 note that the new dropbear has ed25519! 2020-10-30 14:01:49 -04:00
Greg Alexander
6517339b7a consider SEND_SMS permission 2020-06-01 09:44:37 -04:00
Greg Alexander
1e9e7ecd5a todo - warn on ed25519 in authorized_keys 2020-03-26 14:39:38 -04:00
Greg Alexander
2bdd5eaa6d Fix WinSCP problem...reduce the maximum size of a single packet to 128kB
(was 512kB, WinSCP rejects bigger than 256kB).  Leave the window size at
512kB, which is what gives the performance boost.
2020-03-20 22:08:40 -04:00
Greg Alexander
44b8fe5f89 WinSCP problem 2020-01-29 13:32:52 -05:00
Greg Alexander
79eb837b91 sort the todo list 2020-01-10 17:58:28 -05:00
Greg Alexander
19980b1ecd add crash report for new version 2020-01-09 15:15:17 -05:00
Greg Alexander
4ed726b316 Alex confirms that restorecon -F authorized_keys works, so added it to
the documentation.
2019-12-16 09:03:24 -05:00
Greg Alexander
2c40b79afb todo - make it clearer to the user what is happening if authorized_keys
is hidden by SELinux
2019-12-15 23:50:03 -05:00
Greg Alexander
87a202d6c3 Michael Mess asked for it to re-start automatically on app upgrade. 2019-10-22 18:42:51 -04:00
Greg Alexander
584a9f4aaa ssh -R port forwarding doesn't work? 2019-10-07 14:16:57 -04:00
Greg Alexander
e83a8ca76f todo 2019-09-22 16:19:25 -04:00
Greg Alexander
01b3a65a05 make all startService calls go through
SimpleSSHDService.do_startService() so they can be forced through
startForegroundService or what-have-you.
2019-09-22 15:49:48 -04:00
Greg Alexander
b5127d1f78 some crashes from the play store 2019-09-21 21:47:00 -04:00
Greg Alexander
444d82e70a reflections on WebView 2019-09-21 20:42:26 -04:00
Greg Alexander
bbbbb36795 If launching an http intent fails, then fallback to WebView (because
Android TV doesn't have Chrome, I guess).  This resolves the conundrum of
what to do about the one Samsung Note 7 out there that doesn't have
Chrome, too.
2019-09-21 17:36:18 -04:00
Greg Alexander
97989bce7f move the option menu items into their own _clicked functions 2019-09-21 16:06:21 -04:00
Greg Alexander
f0cef36573 moved the options menu into the main_tv layout (non-functional). 2019-09-21 15:41:09 -04:00
Greg Alexander
b4ee53dc54 some updates from user reports, and the decision to pursue TV 2019-09-21 14:04:13 -04:00
Greg Alexander
6f6a74067f a couple reports 2019-09-13 10:43:09 -04:00
Greg Alexander
ad119a4da0 bump to version 22 2019-09-01 15:45:02 -04:00
Greg Alexander
e07a809980 feature request - broadcast intent for START/STOP 2019-08-12 22:49:20 -04:00
Greg Alexander
285693c452 todone 2019-08-11 00:20:51 -04:00
Greg Alexander
72a4a088bd merged sigsegv_branch... 2019-08-10 15:27:44 -04:00
Greg Alexander
498fc2fc4c Merge branch 'sigsegv_dump' 2019-08-10 15:27:03 -04:00
Greg Alexander
967a1e42a9 probable technique for bypassing atexit 2019-08-05 11:41:32 -04:00
Greg Alexander
e204c1ea74 musings about the dump, which must be caused by atexit() 2019-08-05 11:15:05 -04:00
Greg Alexander
f95e97ede8 todo 2019-07-28 22:39:06 -04:00
Greg Alexander
4e84d03220 Finish testing, I guess. 2019-06-16 23:45:39 -04:00
Greg Alexander
51559e5798 Add allowBackup="false" so that updating to the new SDK doesn't cause
Android to start automatically backing up app settings (otherwise it
would back up the host key).
2019-06-16 23:40:32 -04:00
Greg Alexander
445c2957ec Don't call startForegroundService() except on Oreo and above, because
that's when it was added.
2019-06-16 23:02:22 -04:00
Greg Alexander
7879c603fe Make a naive IP address decoder for the case where the library's
getnameinfo() doesn't work (Android 16).
2019-06-16 22:14:29 -04:00
Greg Alexander
12ccb85024 Don't build the stand-alone executables with -static because that doesn't
seem to be necessary with the newer NDK.
2019-06-16 22:01:46 -04:00
Greg Alexander
ada5ca8def todo 2019-06-16 20:13:21 -04:00
Greg Alexander
8bdc4005f1 todo 2019-06-15 23:46:11 -04:00
Greg Alexander
9ed777ea20 transfer changelog to the doc 2019-05-26 21:50:42 -04:00
Greg Alexander
e0151fa757 Now can start-on-boot on Oreo/Pie, with the caveat that start-on-boot
requires foreground-service.
2019-05-26 21:46:27 -04:00