Home | History | Annotate | Download | only in dropbear

Lines Matching refs:pam

26 /* Validates a user password using PAM */
39 #include <pam/pam_appl.h>
47 /* PAM conversation function - for now we only handle one message */
68 /* If you're getting here - Dropbear probably can't support your pam
70 * asynchronocity in PAM anyway. */
104 different pam modules/implementations */
105 dropbear_log(LOG_NOTICE, "PAM unknown prompt %s (no echo)",
111 /* You have to read the PAM module-writers' docs (do we look like
130 different pam modules/implementations */
131 dropbear_log(LOG_NOTICE, "PAM unknown prompt %s (with echo)",
137 /* You have to read the PAM module-writers' docs (do we look like
163 * opposed to keyboard-interactive or something), so the pam module has to be
166 * Keyboard interactive would be a lot nicer, but since PAM is synchronous, it
195 /* used to pass data to the PAM conversation function - don't bother with
201 /* Init pam */
223 "bad PAM password attempt for '%s' from %s",
234 "bad PAM password attempt for '%s' from %s",
242 dropbear_log(LOG_NOTICE, "PAM password auth succeeded for '%s' from %s",