spp_server.c | 591 char *new_pw, size_t new_pw_len) 593 if (new_password(new_pw, new_pw_len) < 0) 595 debug_print(ctx, 1, "Update password to '%s'", new_pw); 596 return build_credential_pw(ctx, user, realm, new_pw); 685 char new_pw[33]; local 707 realm, new_pw, sizeof(new_pw)); 744 db_add_session(ctx, user, realm, session_id, new_pw, NULL, 2050 char *new_pw = NULL; local [all...] |