From 379e1f36401db2137b55382a3ad544069279e93d Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Mon, 3 Sep 2007 21:45:04 +0000 Subject: Relevant BUGIDs: Debian bug #1708 Purpose of commit: cleanup (behavior change) Commit summary: --------------- 2007-09-03 Steve Langasek * libpam_misc/misc_conv.c: don't block SIGINT in misc_conv; it's perfectly valid to allow the user to interrupt at a prompt. If an application wants prompts to not be interruptable, the application should take responsibility for blocking SIGINT. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bbc4bb72..841b028f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-09-03 Steve Langasek + + * libpam_misc/misc_conv.c: don't block SIGINT in misc_conv; it's + perfectly valid to allow the user to interrupt at a prompt. If + an application wants prompts to not be interruptable, the + application should take responsibility for blocking SIGINT. + 2007-09-02 Thorsten Kukuk * examples/Makefile.am: Fix usage of LIBADD, LDADD and LDFLAGS. -- cgit v1.2.3