Lines Matching defs:password
118 const char *password;
122 { "cram-md5", "cram-md5-username", "cram-md5-password" },
123 { "cleartext", "cleartext-username", "cleartext-password" }
527 ndmp_get_password(char **password)
534 * getpassphrase use the same buffer to return password, so
539 getpassphrase(gettext("Enter new password: "))) != NULL) {
542 getpassphrase(gettext("Re-enter password: ")))
545 *password = pw1;
549 gettext("Both password did not "
561 char *auth_type, *username, *password;
591 if (ndmp_get_password(&password)) {
593 "password, exiting..."));
606 if ((enc_password = ndmp_base64_encode(password)) == NULL) {
608 gettext("Could not encode password - %s\n"),
626 if ((ndmp_set_prop(ndmp_auth_table[i].password,
629 gettext("Could not set password - %s\n"),
687 if ((ndmp_set_prop(ndmp_auth_table[i].password,
690 gettext("Could not clear password - %s\n"),