sftpgo-mirror/sftpd
Nicola Murino 8b0a1817b3 add check password hook
its main use case is to allow to easily support things like password+OTP for
protocols without keyboard interactive support such as FTP and WebDAV
2020-08-19 19:36:12 +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 add a maximum allowed size for a single upload 2020-08-16 20:17:02 +02:00
internal_test.go add post-login hook 2020-08-12 16:15:12 +02: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 maximum allowed size for a single upload 2020-08-16 20:17:02 +02:00
server.go Allow individual protocols to be enabled per user 2020-08-17 12:49:20 +02:00
sftpd.go refactoring: add common package 2020-07-24 23:39:38 +02:00
sftpd_test.go add check password hook 2020-08-19 19:36:12 +02:00
ssh_cmd.go add WebDAV support 2020-08-11 23:56:10 +02:00
transfer.go add support for the venerable FTP protocol 2020-07-29 21:56:56 +02:00