Files
sftpgo/sftpd
Nicola Murino daac90c4e1 fix a potential race condition for pre-login and ext auth
hooks

doing something like this:

err = provider.updateUser(u)
...
return provider.userExists(username)

could be racy if another update happen before

provider.userExists(username)

also pass a pointer to updateUser so if the user is modified inside
"validateUser" we can just return the modified user without do a new
query
2021-01-05 09:50:22 +01:00
..
2019-11-26 22:26:42 +01:00
2019-11-26 22:26:42 +01:00
2020-12-12 10:31:09 +01:00
2020-12-12 10:31:09 +01:00
2020-05-06 19:36:34 +02:00
2019-07-30 20:51:29 +02:00
2020-12-23 16:12:30 +01:00
2020-11-18 19:06:12 +01:00