Lines Matching refs:password
2 * upap.c - User/Password Authentication Protocol.
63 { "hide-password", o_bool, &hide_password,
65 { "show-password", o_bool, &hide_password,
66 "Show password string in debug log messages", OPT_PRIOSUB | 0 },
149 upap_authwithpeer(unit, user, password)
151 char *user, *password;
155 /* Save the username and password we're given */
158 u->us_passwd = password;
159 u->us_passwdlen = strlen(password);
423 * Check the username and password given.
655 printer(arg, " password=");