mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 04:05:32 +02:00
Merge branch '10.4' into 10.5
This commit is contained in:
commit
7564be1352
111 changed files with 3375 additions and 1511 deletions
|
|
@ -216,7 +216,7 @@ int pam_sm_authenticate(pam_handle_t *pamh, int flags,
|
|||
}
|
||||
from= s;
|
||||
skip(isalnum(*s) || (*s == '_') || (*s == '.') || (*s == '-') ||
|
||||
(*s == '$') || (*s == '\\') || (*s == '/'));
|
||||
(*s == '$') || (*s == '\\') || (*s == '/') || (*s == '@'));
|
||||
end_from= s;
|
||||
skip(isspace(*s));
|
||||
if (end_from == from || *s++ != ':') goto syntax_error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue