krb5 1.1.1

Features:


+ An interface for maintaining credential caches (KRB5CCache),
that can be used for authenticating against a kerberos5 realm
+ Bindings for nearly the complete GSSAPI (RFC2744)
+ The administrative interface (KADM5)
+ Support for HTTP Negotiate authentication via GSSAPI

Documentation:
+ see docs/ for the API documentation
+ there are several pieces of example code in the examples/ directory
+ see below for install instructions

License: MIT License

Changes

- [FEATURE] Add KRB5CCache::changePassword kpasswd method
- [FEATURE] Add KADM5 API version 3 support (password failure policy)
- [BUG] properly mark shared globals external (fixes LLVM build)
- [BUG] Fix unterminated string copy memory corruption in negotiate_auth
- [BUG] properly free credentails in negotiate_auth (fixes rcache leaks)
- [BUG] fix _add_assoc_string string length (fixes extra null bytes in some arrays)
- [BUG] fix PHP7 crash due to wrong addrlist zval declaration