krb5 1.0.0

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

- [CLEANUP] Remove bundled kadmin headers, drop support for mit-krb5 <1.8
- [FEATURE] Support use of the krb5-config tool to determine library paths
- [CLEANUP] Remove KRB5CCache->setConfig method as this is no longer supported by libraries
- [BUG] Fix null-deref in isValid for uninitialized KRB5CCache