sftpgo-mirror/sftpd
Nicola Murino bcaf283c35 memory provider: load users from a dump file
The `memory` provider can load users from a dump obtained using the
`dumpdata` REST API. This dump file can be configured using the
dataprovider `name` configuration key. It will be loaded at startup
and can be reloaded on demand using a `SIGHUP` on Unix based systems
and a `paramchange` request to the running service on Windows.

Fixes #66
2020-02-02 22:20:39 +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 sftp actions: add a parameter to distinguish local and remote files 2020-01-23 23:23:28 +01:00
internal_test.go update deps and simplify some code 2020-01-31 23:26:56 +01: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 S3: fix quota update after an upload error 2020-01-23 10:19:56 +01:00
server.go add support for keyboard interactive authentication 2020-01-21 10:54:05 +01:00
sftpd.go sftp actions: add a parameter to distinguish local and remote files 2020-01-23 23:23:28 +01:00
sftpd_test.go memory provider: load users from a dump file 2020-02-02 22:20:39 +01:00
ssh_cmd.go sftp actions: add a parameter to distinguish local and remote files 2020-01-23 23:23:28 +01:00
transfer.go sftp actions: add a parameter to distinguish local and remote files 2020-01-23 23:23:28 +01:00