1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-27 09:48:08 +00:00
Commit Graph

59 Commits

Author SHA1 Message Date
Greg Alexander
6920fd9434 discuss the crashes on the play store, which don't really interest me
apparently
2018-03-04 21:06:01 -05:00
Greg Alexander
c72845e535 some TODO from user requests 2017-10-28 16:51:41 -04:00
Greg Alexander
d637261fa1 use fchmod() instead of chmod() because Android 8.0 (Oreo) terminates the
process if chmod() is called
2017-10-28 16:27:54 -04:00
Greg Alexander
3770cc8424 musings about writing to removable external SD card 2016-11-19 12:19:55 -05:00
Greg Alexander
fadb6909cf todone delete authorized_keys 2016-10-16 19:34:39 -04:00
Greg Alexander
cbee2a1b67 if there is no authorized_keys file, generate a single-use password 2016-10-16 18:17:01 -04:00
Greg Alexander
2f6515d147 figured out how the password login should work 2016-10-16 17:12:11 -04:00
Greg Alexander
f9d2a69900 an idea for an alternative to password logins for bootstrapping 2016-10-16 16:51:41 -04:00
Greg Alexander
c9b8494352 add "Start on Open" option that makes the activity start the service, and
stopping the service ends the activity
2016-10-16 15:54:06 -04:00
Greg Alexander
3da61bfa96 make the foreground service an option 2016-10-16 14:47:16 -04:00
Greg Alexander
484094d064 more musings about keeping it going with doze 2016-10-01 18:08:57 -04:00
Greg Alexander
ae7703fad0 implemented startForeground(), with some reservation 2016-10-01 17:35:41 -04:00
Greg Alexander
a2b14e405c user suggestion for improvemet 2016-09-11 09:35:42 -04:00
Greg Alexander
7907d9949b tested... 2016-06-21 21:25:24 -04:00
Greg Alexander
41bdcb1b97 scp is now 64-bit capable as well, i think 2016-06-21 21:24:37 -04:00
Greg Alexander
277234865a now sftp is also 64-bit 2016-06-21 21:14:00 -04:00
Greg Alexander
8fb3ece145 turns out all rsync was missing for 64-bit files was
#define HAVE_STRUCT_STAT64 1
2016-06-21 09:18:39 -04:00
Greg Alexander
62dbd9c5aa 64-bit files todo list 2016-06-20 21:41:08 -04:00
Greg Alexander
b1abefd7c7 strike Authorized Keys from todo list 2016-06-19 17:47:44 -04:00
Greg Alexander
3327fc30c9 todo 2016-06-18 15:31:20 -04:00
Greg Alexander
02a3cbd14b update build directions 2016-06-18 15:13:01 -04:00
Greg Alexander
b3ac70ced5 add build instructions at the top of NOTES 2016-06-18 14:29:58 -04:00
Greg Alexander
cd701bbed2 todone 2015-06-21 09:11:49 -04:00
Greg Alexander
a916ac5c08 add 'buffersu' program to wrap rsync and make sure there is no wedging
when SuperSU is combined with rsync
2015-06-20 13:52:34 -04:00
Greg Alexander
c508bc9d77 ip display is done 2015-01-18 16:33:26 -05:00
Greg Alexander
698ce0c52c now it skips the fe80 bogus ipv6 addr 2015-01-18 16:26:36 -05:00
Greg Alexander
4496d17bf4 a couple improvement ideas from Markus Ethen 2015-01-18 14:51:23 -05:00
Greg Alexander
c8d1c356d1 build static binaries so that we don't run into lollipop's requirement
for "PIE" executables
2014-12-29 16:19:16 -05:00
Greg Alexander
1db86cee70 todo 2014-12-23 13:14:17 -05:00
Greg Alexander
82f1cc4428 todone! 2014-12-22 09:13:56 -05:00
Greg Alexander
2090d565b7 add some missing system support #defines for rsync 2014-12-22 08:36:41 -05:00
Greg Alexander
df179f0f59 todo 2014-12-22 07:59:30 -05:00
Greg Alexander
1f43b464f0 almost done! 2014-12-21 23:01:18 -05:00
Greg Alexander
d77c8ef8af sftp works! 2014-12-21 17:50:48 -05:00
Greg Alexander
bea29fb886 added the icon to the apk 2014-12-21 15:25:22 -05:00
Greg Alexander
07f4b631a6 todo 2014-12-21 15:16:46 -05:00
Greg Alexander
226a02ff38 more musings 2014-12-21 08:34:17 -05:00
Greg Alexander
3fae66e571 musings about scp 2014-12-20 22:53:07 -05:00
Greg Alexander
93760bfb7b intercept attempts to execute "scp", and redirect them to the builtin scp 2014-12-20 20:06:02 -05:00
Greg Alexander
3620b17411 implement start on boot 2014-12-17 23:18:27 -05:00
Greg Alexander
3112a7ecb3 remove explicit "0.0.0.0" specification on -p option because it turns out
the "tcp6" listener that results accepts ipv4 after all
2014-12-17 22:52:52 -05:00
Greg Alexander
8a1bc2c4e0 made the JNI methods static because they didn't use this anyways 2014-12-17 22:48:38 -05:00
Greg Alexander
5df0610f5c implement the extra dropbear commandline options 2014-12-17 22:46:04 -05:00
Greg Alexander
52a7c6b070 todo 2014-12-17 20:55:58 -05:00
Greg Alexander
4581a224ac first draft of a thread to poll for changes to the dropbear.err file 2014-12-17 20:27:37 -05:00
Greg Alexander
d140fe13f6 todo 2014-12-17 18:52:30 -05:00
Greg Alexander
95c028ad81 add an options menu to access the future settings activity 2014-12-17 16:46:02 -05:00
Greg Alexander
1d79555a2f todo 2014-12-17 08:58:21 -05:00
Greg Alexander
f2b458f499 don't maintain utmp/wtmp 2014-12-16 23:06:45 -05:00
Greg Alexander
c222b4b074 use configuration values instead of getpwnam() 2014-12-16 23:06:04 -05:00