Home
last modified time | relevance | path

Searched refs:logdetail (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/libpq/
H A Dcrypt.c40 get_role_password(const char *role, char **logdetail) in get_role_password() argument
52 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
62 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
80 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
172 char **logdetail) in md5_crypt_verify() argument
182 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
206 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
227 char **logdetail) in plain_crypt_verify() argument
247 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
271 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/libpq/
H A Dcrypt.c40 get_role_password(const char *role, char **logdetail) in get_role_password() argument
52 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
62 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
80 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
172 char **logdetail) in md5_crypt_verify() argument
182 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
206 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
227 char **logdetail) in plain_crypt_verify() argument
247 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
271 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/libpq/
H A Dcrypt.c40 get_role_password(const char *role, char **logdetail) in get_role_password() argument
52 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
62 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
80 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
172 char **logdetail) in md5_crypt_verify() argument
182 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
206 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
227 char **logdetail) in plain_crypt_verify() argument
247 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
271 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/libpq/
H A Dcrypt.c40 get_role_password(const char *role, char **logdetail) in get_role_password() argument
52 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
62 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
80 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
172 char **logdetail) in md5_crypt_verify() argument
182 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
206 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
227 char **logdetail) in plain_crypt_verify() argument
247 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
271 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/libpq/
H A Dcrypt.c40 get_role_password(const char *role, char **logdetail) in get_role_password() argument
52 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
62 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
80 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
172 char **logdetail) in md5_crypt_verify() argument
182 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
206 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
227 char **logdetail) in plain_crypt_verify() argument
247 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
271 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/libpq/
H A Dcrypt.c40 get_role_password(const char *role, char **logdetail) in get_role_password() argument
52 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
62 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
80 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
172 char **logdetail) in md5_crypt_verify() argument
182 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
206 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
227 char **logdetail) in plain_crypt_verify() argument
247 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
271 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/libpq/
H A Dcrypt.c40 get_role_password(const char *role, char **logdetail) in get_role_password() argument
52 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
62 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
80 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
172 char **logdetail) in md5_crypt_verify() argument
182 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
206 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
227 char **logdetail) in plain_crypt_verify() argument
247 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
271 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/libpq/
H A Dcrypt.c40 get_role_password(const char *role, char **logdetail) in get_role_password() argument
52 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
62 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
80 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
172 char **logdetail) in md5_crypt_verify() argument
182 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
206 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
227 char **logdetail) in plain_crypt_verify() argument
247 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
271 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/libpq/
H A Dcrypt.c40 get_role_password(const char *role, char **logdetail) in get_role_password() argument
52 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
62 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
80 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
172 char **logdetail) in md5_crypt_verify() argument
182 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
206 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
227 char **logdetail) in plain_crypt_verify() argument
247 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
271 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/libpq/
H A Dcrypt.c40 get_role_password(const char *role, char **logdetail) in get_role_password() argument
52 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
62 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
80 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
172 char **logdetail) in md5_crypt_verify() argument
182 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
206 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
227 char **logdetail) in plain_crypt_verify() argument
247 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
271 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/libpq/
H A Dcrypt.c40 get_role_password(const char *role, char **logdetail)
52 *logdetail = psprintf(_("Role \"%s\" does not exist."),
62 *logdetail = psprintf(_("User \"%s\" has no password assigned."),
80 *logdetail = psprintf(_("User \"%s\" has an expired password."),
172 char **logdetail)
182 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."),
206 *logdetail = psprintf(_("Password does not match for user \"%s\"."),
227 char **logdetail)
247 *logdetail = psprintf(_("Password does not match for user \"%s\"."),
271 *logdetail = psprintf(_("Password does not match for user \"%s\"."),
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/libpq/
H A Dcrypt.c40 get_role_password(const char *role, char **logdetail) in get_role_password() argument
52 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
62 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
80 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
172 char **logdetail) in md5_crypt_verify() argument
182 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
206 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
227 char **logdetail) in plain_crypt_verify() argument
247 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
271 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/libpq/
H A Dcrypt.c40 get_role_password(const char *role, char **logdetail) in get_role_password() argument
52 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
62 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
80 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
172 char **logdetail) in md5_crypt_verify() argument
182 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
206 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
227 char **logdetail) in plain_crypt_verify() argument
247 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
271 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/libpq/
H A Dcrypt.c40 get_role_password(const char *role, char **logdetail) in get_role_password() argument
52 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
62 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
80 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
172 char **logdetail) in md5_crypt_verify() argument
182 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
206 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
227 char **logdetail) in plain_crypt_verify() argument
247 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
271 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/libpq/
H A Dcrypt.c40 get_role_password(const char *role, char **logdetail) in get_role_password() argument
52 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
62 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
80 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
172 char **logdetail) in md5_crypt_verify() argument
182 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
206 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
227 char **logdetail) in plain_crypt_verify() argument
247 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
271 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/libpq/
H A Dcrypt.c37 get_role_password(const char *role, char **logdetail) in get_role_password() argument
49 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
59 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
77 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
169 char **logdetail) in md5_crypt_verify() argument
179 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
203 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
224 char **logdetail) in plain_crypt_verify() argument
244 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
268 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/libpq/
H A Dcrypt.c37 get_role_password(const char *role, char **logdetail) in get_role_password() argument
49 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
59 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
77 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
169 char **logdetail) in md5_crypt_verify() argument
179 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
203 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
224 char **logdetail) in plain_crypt_verify() argument
244 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
268 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/libpq/
H A Dcrypt.c37 get_role_password(const char *role, char **logdetail) in get_role_password() argument
49 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
59 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
77 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
169 char **logdetail) in md5_crypt_verify() argument
179 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
203 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
224 char **logdetail) in plain_crypt_verify() argument
244 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
268 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/libpq/
H A Dcrypt.c37 get_role_password(const char *role, char **logdetail) in get_role_password() argument
49 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
59 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
77 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
169 char **logdetail) in md5_crypt_verify() argument
179 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
203 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
224 char **logdetail) in plain_crypt_verify() argument
244 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
268 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/libpq/
H A Dcrypt.c37 get_role_password(const char *role, char **logdetail) in get_role_password() argument
49 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
59 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
77 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
169 char **logdetail) in md5_crypt_verify() argument
179 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
203 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
224 char **logdetail) in plain_crypt_verify() argument
244 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
268 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/libpq/
H A Dcrypt.c37 get_role_password(const char *role, char **logdetail) in get_role_password() argument
49 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
59 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
77 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
169 char **logdetail) in md5_crypt_verify() argument
179 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
203 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
224 char **logdetail) in plain_crypt_verify() argument
244 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
268 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/libpq/
H A Dcrypt.c37 get_role_password(const char *role, char **logdetail) in get_role_password() argument
49 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
59 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
77 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
169 char **logdetail) in md5_crypt_verify() argument
179 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
203 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
224 char **logdetail) in plain_crypt_verify() argument
244 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
268 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/libpq/
H A Dcrypt.c37 get_role_password(const char *role, char **logdetail) in get_role_password() argument
49 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
59 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
77 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
169 char **logdetail) in md5_crypt_verify() argument
179 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
203 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
224 char **logdetail) in plain_crypt_verify() argument
244 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
268 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/libpq/
H A Dcrypt.c37 get_role_password(const char *role, char **logdetail) in get_role_password() argument
49 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
59 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
77 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
169 char **logdetail) in md5_crypt_verify() argument
179 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
203 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
224 char **logdetail) in plain_crypt_verify() argument
244 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
268 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/libpq/
H A Dcrypt.c40 get_role_password(const char *role, char **logdetail) in get_role_password() argument
52 *logdetail = psprintf(_("Role \"%s\" does not exist."), in get_role_password()
62 *logdetail = psprintf(_("User \"%s\" has no password assigned."), in get_role_password()
80 *logdetail = psprintf(_("User \"%s\" has an expired password."), in get_role_password()
172 char **logdetail) in md5_crypt_verify() argument
182 …*logdetail = psprintf(_("User \"%s\" has a password that cannot be used with MD5 authentication."), in md5_crypt_verify()
206 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in md5_crypt_verify()
227 char **logdetail) in plain_crypt_verify() argument
247 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
271 *logdetail = psprintf(_("Password does not match for user \"%s\"."), in plain_crypt_verify()
[all …]

12345678910>>...13