From 083ef66c15e2ce9f90bdf6353488a01e1d3d813c Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 17 Apr 2008 12:52:25 +0000 Subject: Relevant BUGIDs: Purpose of commit: bugfix Commit summary: --------------- 2008-04-17 Tomas Mraz * modules/pam_access/pam_access.c(myhostname): Removed function. (user_match): Supply hostname of the machine to the netgroup_match(). Use hostname from the loginfo instead of calling myhostname(). (pam_sm_authenticate): Call gethostname() to fill hostname in the loginfo. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e59710ec..cac26d39 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ Linux-PAM NEWS -- history of user-visible changes. +* Supply hostname of the machine to netgroup match call in pam_access. + + +Release 1.0.1 + +* Regression fixed in pam_set_item(). + Release 1.0.0 -- cgit v1.2.3