sftpgo-mirror/sftpd
Nicola Murino dccc583b5d
add a dedicated struct to store encrypted credentials
also gcs credentials are now encrypted, both on disk and inside the
provider.

Data provider is automatically migrated and load data will accept
old format too but you should upgrade to the new format to avoid future
issues
2020-11-22 21:53:04 +01:00
..
cmd_unix.go add support for Git over SSH 2019-11-26 22:26:42 +01:00
cmd_windows.go add support for Git over SSH 2019-11-26 22:26:42 +01:00
handler.go add a File interface so we can avoid to use os.File directly 2020-11-17 19:36:39 +01:00
internal_test.go add setstat_mode 2 2020-11-12 10:39:46 +01:00
internal_unix_test.go add more linters 2020-05-06 19:36:34 +02:00
lister.go Improve documentation 2019-07-30 20:51:29 +02:00
scp.go add a File interface so we can avoid to use os.File directly 2020-11-17 19:36:39 +01:00
server.go add support for limit files using shell like patterns 2020-11-15 22:04:48 +01:00
sftpd.go refactoring: add common package 2020-07-24 23:39:38 +02:00
sftpd_test.go add a dedicated struct to store encrypted credentials 2020-11-22 21:53:04 +01:00
ssh_cmd.go add a File interface so we can avoid to use os.File directly 2020-11-17 19:36:39 +01:00
subsystem.go update pkg/sftp 2020-11-18 19:06:12 +01:00
transfer.go sftpd: return the error Operation Unsupported for unexpected reads 2020-11-09 21:01:56 +01:00