19 #ifndef SBUILD_AUTH_PAM_MESSAGE_H 20 #define SBUILD_AUTH_PAM_MESSAGE_H 24 #include <security/pam_appl.h> Debian source builder components.
Definition: sbuild-auth-null.h:24
message_type
Message type.
Definition: sbuild-auth-pam-message.h:43
Display an error message.
Definition: sbuild-auth-pam-message.h:50
Display a prompt, echoing user input.
Definition: sbuild-auth-pam-message.h:48
Display a prompt, with no echoing of user input.
Definition: sbuild-auth-pam-message.h:46
Display an informational message.
Definition: sbuild-auth-pam-message.h:52
virtual ~auth_pam_message()
The destructor.
Definition: sbuild-auth-pam-message.cc:33
std::string response
The user's response (if any).
Definition: sbuild-auth-pam-message.h:72
auth_pam_message(message_type type, std::string const &message)
The constructor.
Definition: sbuild-auth-pam-message.cc:25
std::string message
The message to display.
Definition: sbuild-auth-pam-message.h:70
Authentication messages.
Definition: sbuild-auth-pam-message.h:39
message_type type
The type of message.
Definition: sbuild-auth-pam-message.h:68