1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-16 03:59:03 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Greg Alexander
b67401eae7 sprinkle some includes of sftp.h so cleanup_exit() is prototyped when needed 2016-06-18 15:58:39 -04:00
Greg Alexander
1e81227bd2 add unreachable "return" statement to avoid warning about missing return value 2016-06-18 15:53:05 -04:00
Greg Alexander
dd7e234b7d prototype cleanup_exit() 2016-06-18 15:38:50 -04:00
Greg Alexander
103812fae8 don't pass localtime() a pointer into struct timespec (within struct
stat), because there is no guarantee that its tv_sec will be of type
time_t
2016-06-18 15:37:47 -04:00
Greg Alexander
0ad7144d15 remove pointless dependency on passwd, and now it "actually works"! 2014-12-21 17:50:19 -05:00
Greg Alexander
baaf67f2be the patches necessary to make sftp-server build... mostly removing
etc.
2014-12-21 17:40:19 -05:00
Greg Alexander
53abe6d4e4 and that is the last of the stock openssh 6.7 commits 2014-12-21 17:39:07 -05:00
Greg Alexander
19bc9f19f5 these should also be stock files from openssh 6.7p1, and represent all of
the ones that I had to modify to get sftp-server to build
2014-12-21 17:09:52 -05:00
Greg Alexander
36d9710042 strip down sftp-server.c until it compiles -- mostly get rid of logging,
and bignum-related unused declarations, statvfs, and gratuitous
retardation around fd_set.
2014-12-21 16:20:31 -05:00
Greg Alexander
7e0a344210 a rough subset of openssh-6.7p1 ("portable" branch), as needed to build
sftp-server
2014-12-21 15:57:19 -05:00