All releases of pam_imap


Release Notes: This release fixes a few non-critical typos. The RPM package has been updated.


Release Notes: This release is 3 seconds faster for authentication. Upgrading is highly recommend. Usernames and passwords can be up to 64 characters, and can be changed easily. Support has been added for PAM_Domain, adding a username@domain.com style login for Microsoft IMAP servers.


Release Notes: This release features password caching using a password hash to store passwords encrypted with MD5. This speeds up authentications. It adds a "BlockList" feature that can be used to block users like root and Administrator from being authenticated against an IMAP server, and fixes several compile bugs and segfault bugs.


Release Notes: This version fixes a few malloc bugs, and disallows NULL passwords (faster logins).


Release Notes: pam_imap now plays well with others by grabbing passwords from other modules (like pam_unix.so) instead of asking for it redundantly. This allows the sysadmin to auth passwords both locally and remotely on the same system with the same login session.


Release Notes: The module should now be operational for many different platforms. An autoconf/automake bug was fixed. If you had problems compiling 0.3.1, this should work now. A DEBUG bug was fixed, so the module will now run in non-DEBUG mode with no problems.