Commit graph

7 commits

Author SHA1 Message Date
cinap_lenrek 51eaebf4f0 sshfs: don't crash when no /etc/password file could be read on the remote side
in a cygwin environment, theres no /etc/passwd file to
translate numeric uid/gid's. changing passwdparse() to
ignore nil string argument.
2017-04-29 16:25:48 +02:00
aiju f00488ec70 sshfs: check correctly for directory bits; calculate parent directory correctly 2017-04-28 20:42:38 +00:00
aiju 7cc9d944df sshfs: reset SReq->reqid field to fix double-free of request ids 2017-04-28 18:45:32 +00:00
aiju 5ce3f70f72 sshfs: remove debug print 2017-04-28 18:32:04 +00:00
aiju 825ab5d286 sshfs: don't cache directory contents 2017-04-28 18:21:03 +00:00
aiju 11954a19a6 sshfs: look up uid/gid from /etc/^(passwd group) 2017-04-28 16:34:24 +00:00
aiju 562fd5b134 add sshfs 2017-04-28 15:41:48 +00:00