- Implemented caching array in shared memory leveraging the apache ap_mm APIs.
- Addition of caching, controlled by the PsLDAPAuthUseCache parameter, set to off by default
- Reuse of existing LDAP connections implemented in acquiring authorization data to improve overall performance in authorization phase.
- Addition of PsLDAPAuthCookieDomain. The default is to let the cookie domain default to the server domain
- Initialization code has been added for Apache 2.0 (Courtesy Gunter Knauf)
- Reorganized code to improve readability of mixed Apache 2.0 and Apache 1.3 compatible implementation
