sftp/internal/encoding/ssh/filexfer
Cassondra Foesch 2cbfd45ef2 bulk refactor; failed to commit early and often 2021-04-29 09:11:55 +00:00
..
openssh gofmt 2021-04-29 09:11:55 +00:00
attrs.go filexfer: how sftp.Request works we need to be able to marshal with a flags parameter 2021-04-29 09:11:55 +00:00
attrs_test.go move to internal/ until we finalize the package 2021-04-20 08:37:33 +00:00
buffer.go move to internal/ until we finalize the package 2021-04-20 08:37:33 +00:00
extended_packets.go filexfer: expand with some convenience functions 2021-04-29 09:11:55 +00:00
extended_packets_test.go move to internal/ until we finalize the package 2021-04-20 08:37:33 +00:00
extensions.go filexfer: (bug) allocated with a length instead of capacity again 2021-04-29 09:11:55 +00:00
extensions_test.go move to internal/ until we finalize the package 2021-04-20 08:37:33 +00:00
filexfer.go bulk refactor; failed to commit early and often 2021-04-29 09:11:55 +00:00
fx.go move to internal/ until we finalize the package 2021-04-20 08:37:33 +00:00
fx_test.go move to internal/ until we finalize the package 2021-04-20 08:37:33 +00:00
fxp.go move to internal/ until we finalize the package 2021-04-20 08:37:33 +00:00
fxp_test.go move to internal/ until we finalize the package 2021-04-20 08:37:33 +00:00
handle_packets.go bulk refactor; failed to commit early and often 2021-04-29 09:11:55 +00:00
handle_packets_test.go move to internal/ until we finalize the package 2021-04-20 08:37:33 +00:00
init_packets.go filexfer: (bug) sending wrong packet type for SSH_FXP_VERSION 2021-04-29 09:11:55 +00:00
init_packets_test.go filexfer: (bug) sending wrong packet type for SSH_FXP_VERSION 2021-04-29 09:11:55 +00:00
open_packets.go filexfer: expand with some convenience functions 2021-04-29 09:11:55 +00:00
open_packets_test.go move to internal/ until we finalize the package 2021-04-20 08:37:33 +00:00
packets.go filexfer: expand with some convenience functions 2021-04-29 09:11:55 +00:00
packets_test.go filexfer: expand with some convenience functions 2021-04-29 09:11:55 +00:00
path_packets.go filexfer: expand with some convenience functions 2021-04-29 09:11:55 +00:00
path_packets_test.go move to internal/ until we finalize the package 2021-04-20 08:37:33 +00:00
permissions.go filxfer: render setuid/setgid/sticky in -rwxrwxrwx 2021-04-29 09:11:55 +00:00
response_packets.go filexfer: use a pre-populated buffer for saving memory, and never alias for safety 2021-04-29 09:11:55 +00:00
response_packets_test.go move to internal/ until we finalize the package 2021-04-20 08:37:33 +00:00