diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2011-10-10 14:02:10 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2011-10-10 14:02:10 +0200 |
commit | 6eaacb1584c11373d96313dd17f72ab89cf5654d (patch) | |
tree | 2846b18129e1130a08a12c89efd9b6cf8863dd69 /ChangeLog | |
parent | c245299faf6baeba3ea7c493a0f3491407856638 (diff) | |
download | pam-6eaacb1584c11373d96313dd17f72ab89cf5654d.tar.gz pam-6eaacb1584c11373d96313dd17f72ab89cf5654d.tar.bz2 pam-6eaacb1584c11373d96313dd17f72ab89cf5654d.zip |
Add hostname resolution cache.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2011-10-10 Tomas Mraz <tm@t8m.info> + + * modules/pam_access/pam_access.c: Add hostname resolution + cache. + (user_match): Clear the cache in fake_item. + (from_match): If from is not hostname, do not try to resolve it. + Cache the getaddrinfo() result. + (network_netmask_match): Cache the getaddrinfo() result. + (pam_sm_authenticate): Free the getaddrinfo() result. + 2011-09-30 Tomas Mraz <tm@t8m.info> * doc/man/pam.conf-syntax.xml: Improve documentation of the |