diff options
author | Tomas Mraz <tm@t8m.info> | 2008-04-17 12:52:25 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2008-04-17 12:52:25 +0000 |
commit | 083ef66c15e2ce9f90bdf6353488a01e1d3d813c (patch) | |
tree | 32f22741a5a5e806c564072cb2871046b8b94dd4 /NEWS | |
parent | 3165b29623e3498f8e75dba5413c4a662bdcec15 (diff) | |
download | pam-083ef66c15e2ce9f90bdf6353488a01e1d3d813c.tar.gz pam-083ef66c15e2ce9f90bdf6353488a01e1d3d813c.tar.bz2 pam-083ef66c15e2ce9f90bdf6353488a01e1d3d813c.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2008-04-17 Tomas Mraz <t8m@centrum.cz>
* 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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |