19 #ifndef SBUILD_AUTH_PAM_MESSAGE_H
20 #define SBUILD_AUTH_PAM_MESSAGE_H
24 #include <security/pam_appl.h>
Display an informational message.
Definition: pam-message.h:54
Authentication messages.
Definition: pam-message.h:41
Debian source builder components.
Definition: ctty.cc:31
message_type type
The type of message.
Definition: pam-message.h:70
message_type
Message type.
Definition: pam-message.h:45
Display a prompt, with no echoing of user input.
Definition: pam-message.h:48
std::string message
The message to display.
Definition: pam-message.h:72
Display an error message.
Definition: pam-message.h:52
virtual ~pam_message()
The destructor.
Definition: pam-message.cc:36
Display a prompt, echoing user input.
Definition: pam-message.h:50
std::string response
The user's response (if any).
Definition: pam-message.h:74
pam_message(message_type type, const std::string &message)
The constructor.
Definition: pam-message.cc:28