spp_server.c | 707 char *new_pw, size_t new_pw_len) 709 if (new_password(new_pw, new_pw_len) < 0) 711 debug_print(ctx, 1, "Update password to '%s'", new_pw); 712 return build_credential_pw(ctx, user, realm, new_pw, 1); 840 char new_pw[33]; local 888 snprintf(new_pw, sizeof(new_pw), "%s", pw); 892 realm, new_pw, 0); 896 realm, new_pw, sizeof(new_pw)); 2618 char *new_pw = NULL; local [all...] |