sftpgo/sftpd
Nicola Murino 8d4964c16d convert public key from newline delimited string to a real array
Added a compatibility layer that will convert newline delimited keys to array
when the user is fetched from the database.
This code will be removed in future versions please update your public keys,
you only need to resave the users using the REST API.
2019-08-01 22:42:46 +02:00
..
handler.go Improve documentation 2019-07-30 20:51:29 +02:00
internal_test.go windows: fix test cases 2019-07-27 21:19:30 +02:00
lister.go Improve documentation 2019-07-30 20:51:29 +02:00
server.go Improve documentation 2019-08-01 15:39:30 +02:00
sftpd.go Improve documentation 2019-07-30 20:51:29 +02:00
sftpd_test.go convert public key from newline delimited string to a real array 2019-08-01 22:42:46 +02:00
transfer.go Improve documentation 2019-07-30 20:51:29 +02:00