From 63dc3e90e5988d510c2bbddb46408f2e9220ec16 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 7 Feb 2001 12:58:33 +1100 Subject: - (djm) Much KNF on PAM code - (djm) Revise auth-pam.c conversation function to be a little more readable. - (djm) Revise kbd-int PAM conversation function to fold all text messages to before first prompt. Fixes hangs if last pam_message did not require a reply. - (djm) Fix password changing when using PAM kbd-int authentication --- auth-pam.h | 1 + 1 file changed, 1 insertion(+) (limited to 'auth-pam.h') diff --git a/auth-pam.h b/auth-pam.h index 68d446592..8022493f0 100644 --- a/auth-pam.h +++ b/auth-pam.h @@ -15,5 +15,6 @@ void print_pam_messages(void); int pam_password_change_required(void); void do_pam_chauthtok(void); void pam_set_conv(struct pam_conv *); +void message_cat(char **p, const char *a); #endif /* USE_PAM */ -- cgit v1.2.3