diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2002-05-07 17:22:54 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2002-05-07 17:22:54 +0000 |
commit | c22d2db7c31aca9eb332022da3ad8a50387ce3db (patch) | |
tree | 6dac6f5390caa3900750fa54531c2f83a8e28bf4 /CHANGELOG | |
parent | 61248874b27d3f004fff2ded43cae24e7f24da20 (diff) | |
download | pam-c22d2db7c31aca9eb332022da3ad8a50387ce3db.tar.gz pam-c22d2db7c31aca9eb332022da3ad8a50387ce3db.tar.bz2 pam-c22d2db7c31aca9eb332022da3ad8a50387ce3db.zip |
Relevant BUGIDs: 547051, 547521
Purpose of commit: bugfixes
Commit summary:
---------------
Both of these fixes inspired by use with X based services.
The first makes a TTY of the form hostname:0 work (if you specify a different
separator with the module argument "fieldsep=".
The second treats "" for a RHOST the same way it would treat a NULL value.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ bug report - outstanding bugs are listed here: 0.76: please submit patches for this section with actual code/doc patches! +* pam_access: added the 'fieldsep=' argument (Bug 547051 - agmorgan), + made a PAM_RHOST of "" equivalent to NULL (Bug 547521 - agmorgan). * pam_limits: keep well know behaviour of maxlogins default ('*') limit (Bug 533664 - baggins) * pam_unix: more from Nalin log password changes (Bug 517743 - agmorgan) |