]> git.pld-linux.org Git - packages/pure-ftpd.git/blob - pure-ftpd-allauth.patch
- rel 3; restore old allauth behaviour broken at upgrade to 1.0.40
[packages/pure-ftpd.git] / pure-ftpd-allauth.patch
1 --- a/src/log_mysql.c~  2015-07-02 14:57:00.000000000 +0200
2 +++ b/src/log_mysql.c   2015-07-02 14:57:43.001711520 +0200
3 @@ -438,6 +438,7 @@ void pw_mysql_check(AuthResult * const r
4          crypto_mysql++;
5          crypto_md5++;
6          crypto_sha1++;
7 +        crypto_plain++;
8      } else if (strcasecmp(crypto, PASSWD_SQL_SCRYPT) == 0) {
9          crypto_scrypt++;
10      } else if (strcasecmp(crypto, PASSWD_SQL_CRYPT) == 0) {
11 --- a/src/log_pgsql.c~  2015-07-02 14:57:00.000000000 +0200
12 +++ b/src/log_pgsql.c   2015-07-02 14:57:55.612037841 +0200
13 @@ -506,6 +506,7 @@ void pw_pgsql_check(AuthResult * const r
14          crypto_crypt++;
15          crypto_md5++;
16          crypto_sha1++;
17 +        crypto_plain++;
18      } else if (strcasecmp(crypto, PASSWD_SQL_SCRYPT) == 0) {
19          crypto_scrypt++;
20      } else if (strcasecmp(crypto, PASSWD_SQL_CRYPT) == 0) {
This page took 0.0311 seconds and 3 git commands to generate.