sftpgo-mirror/internal/dataprovider
Nicola Murino 1e21aa9453
add support for checking sha256crypt passwords
they will be converted to the configured password hashing algorithm after
the first user login

Fixes #1000

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
2022-09-28 19:15:02 +02:00
..
actions.go command hooks: allow to pass custom arguments 2022-09-20 13:58:44 +02:00
admin.go WebAdmin: allow to simplify the user page 2022-09-21 19:36:08 +02:00
apikey.go move SFTPGo package to the internal folder 2022-07-24 16:18:54 +02:00
bolt.go add support for inter-node communications 2022-09-25 19:48:55 +02:00
bolt_disabled.go move SFTPGo package to the internal folder 2022-07-24 16:18:54 +02:00
cachedpassword.go move SFTPGo package to the internal folder 2022-07-24 16:18:54 +02:00
cacheduser.go move SFTPGo package to the internal folder 2022-07-24 16:18:54 +02:00
dataprovider.go add support for checking sha256crypt passwords 2022-09-28 19:15:02 +02:00
eventrule.go eventmanager: add metadata check 2022-09-26 19:00:34 +02:00
group.go WebAdmin: allow to simplify the user page 2022-09-21 19:36:08 +02:00
memory.go add support for inter-node communications 2022-09-25 19:48:55 +02:00
mysql.go add support for inter-node communications 2022-09-25 19:48:55 +02:00
mysql_disabled.go move SFTPGo package to the internal folder 2022-07-24 16:18:54 +02:00
node.go add support for inter-node communications 2022-09-25 19:48:55 +02:00
pgsql.go add support for inter-node communications 2022-09-25 19:48:55 +02:00
pgsql_disabled.go move SFTPGo package to the internal folder 2022-07-24 16:18:54 +02:00
quotaupdater.go move SFTPGo package to the internal folder 2022-07-24 16:18:54 +02:00
scheduler.go add support for inter-node communications 2022-09-25 19:48:55 +02:00
session.go move SFTPGo package to the internal folder 2022-07-24 16:18:54 +02:00
share.go move SFTPGo package to the internal folder 2022-07-24 16:18:54 +02:00
sqlcommon.go add support for inter-node communications 2022-09-25 19:48:55 +02:00
sqlite.go SQLite provider: remove code only used for shared providers 2022-09-25 20:29:43 +02:00
sqlite_disabled.go move SFTPGo package to the internal folder 2022-07-24 16:18:54 +02:00
sqlqueries.go add support for inter-node communications 2022-09-25 19:48:55 +02:00
user.go allow a client if its IP is both allowed and denied 2022-09-15 19:51:17 +02:00