Commit Graph

23 Commits (0538dc83933455d516d17529912eceb3f6974381)

Author SHA1 Message Date
Greg Alexander 1412edbee7 now it can execute rsync, which mostly works
10 years ago
Greg Alexander 8fb9669531 this is the only change necessary to make sftp-server "work" with dropbear
10 years ago
Greg Alexander 7f0a8a63c0 build scp as a separate executable
10 years ago
Greg Alexander 93760bfb7b intercept attempts to execute "scp", and redirect them to the builtin scp
10 years ago
Greg Alexander 18f801e87a more appropriate default path for android
10 years ago
Greg Alexander f664476da5 don't attempt to change uid, we do not run as root
10 years ago
Greg Alexander f2b458f499 don't maintain utmp/wtmp
10 years ago
Greg Alexander c222b4b074 use configuration values instead of getpwnam()
10 years ago
Greg Alexander 25b613c4f5 use rename() if the underlying filesystem doesn't support link()
10 years ago
Greg Alexander 97533c8574 add LTC_SOURCE to each libtomcrypt .c file because that's easier than
10 years ago
Greg Alexander b912829679 don't tweak tomcrypt ecc timing settings either
10 years ago
Greg Alexander 0ff8cc90aa back out partial LTC_SOURCE hack, in preparation for a more thorough one
10 years ago
Greg Alexander 834e994042 put the pid file under conf_path_file()
10 years ago
Greg Alexander 781af9c467 Revert "get rid of pid file"
10 years ago
Greg Alexander 3f721ae740 add conf_path_file() function to generate "/sdcard/ssh/foo" style filenames
10 years ago
Greg Alexander f0dcb8b2c0 pass '-p <portno>' on the virtual commandline
10 years ago
Greg Alexander 11c4fa947d somehow #define LTC_SOURCE 1 (which should really be in all libtomcrypt
10 years ago
Greg Alexander 72aee0cc1e first try of configuring it (fail)
10 years ago
Greg Alexander e658e1694d get rid of pid file
10 years ago
Greg Alexander 7cb3cbc624 use S_IWUSR (0200) instead of S_IWRITE (S_IWRITE isn't documented, i
10 years ago
Greg Alexander 5b4f2d405f don't use the timing-resistant ltc_ecc_mulmod because (a) i don't care
10 years ago
Greg Alexander 087adfa668 fix bug in dropbear - returning address of local variable!!
10 years ago
Greg Alexander b221c41798 stock dropbear-2014.66 source tree
10 years ago