Commit Graph

13 Commits

Author SHA1 Message Date
Cassondra Foesch 225d92ad5d missed one, and explicit statusOK return 2025-03-31 02:22:21 +00:00
Cassondra Foesch 902e93fe8d ISSUE #627: convert typed-nils to untyped-nils on error 2025-03-31 02:05:54 +00:00
cloudsbit c07dd7b61e fix test error for server.go 2025-03-27 00:32:47 +08:00
cloudsbit 7f814d9f42 import slices package for server.go 2025-03-27 00:25:03 +08:00
cloudsbit 9e64679757
Update server.go
Yeah, that looks more robust.

Co-authored-by: Cassondra Foesch <puellanivis@users.noreply.github.com>
2025-03-27 00:11:16 +08:00
cloudsbit 9033c1b187 fix: maybe hang for process *sshfx.ReadPacket for *Server.handle()"
In `*Server.handle`, if the sshfx.ReadPacket's Length is less than maxDataLen, the client may get stuck during data reading.
2025-03-25 16:22:03 +08:00
Cassondra Foesch 3afbfaa6a8 align fsetstat with openssh sftp-server 2025-03-05 15:56:03 +00:00
Cassondra Foesch f9e6b36c06 a bit of a refactor, match a similar signature to protobuf opaque API 2025-03-04 13:56:56 +00:00
Cassondra Foesch 63662203b7 server uses commonHandler, client uses handle 2024-11-15 13:22:39 +00:00
Cassondra Foesch f7eb322f65 Permit close even when WriteTo is hung 2024-11-13 20:25:43 +00:00
Cassondra Foesch f1f69e92f1 iterators, golint, and internal packages, oh my\! 2024-11-12 15:37:31 +00:00
Cassondra Foesch 4ff6adbf71 implement some ClientOptions rename OpSupported, and godoc the client. 2024-10-29 16:56:02 +00:00
Cassondra Foesch 5839350cfc xkcd.com/1022 2024-09-30 17:38:18 +00:00