sftpgo-mirror/sftpd
Nicola Murino 37357b2d63 add support for checking pbkdf2 passwords with base64 encoded salt
This way we can import the default passwords format used in 389ds.

See TestPasswordsHashPbkdf2Sha256_389DS test case to learn how to convert
389ds passwords
2020-04-11 12:25:21 +02: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 sftpd actions: execute defined command on error too 2020-04-03 19:25:38 +02:00
internal_test.go add support for partial authentication 2020-04-09 23:32:42 +02:00
internal_unix_test.go fix test cases on Windows 2019-12-26 08:29:38 +01:00
lister.go Improve documentation 2019-07-30 20:51:29 +02:00
scp.go filters: we can now set allowed and denied files extensions 2020-03-01 22:10:29 +01:00
server.go switch to my pkg/sftp branch and enable the request-server allocator 2020-04-10 23:35:57 +02:00
sftpd.go sftpd actions: execute defined command on error too 2020-04-03 19:25:38 +02:00
sftpd_test.go add support for checking pbkdf2 passwords with base64 encoded salt 2020-04-11 12:25:21 +02:00
ssh_cmd.go sftpd actions: execute defined command on error too 2020-04-03 19:25:38 +02:00
transfer.go sftpd actions: execute defined command on error too 2020-04-03 19:25:38 +02:00