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
Version | Release | Download |
1.2.4 | 2025-03-16 | krb5-1.2.4.tgz |
1.2.3 | 2025-03-01 | krb5-1.2.3.tgz |
1.2.2 | 2024-06-12 | krb5-1.2.2.tgz |
1.2.1 | 2024-06-09 | krb5-1.2.1.tgz |
1.2.0 | 2024-06-09 | krb5-1.2.0.tgz |
Version | Message |
1.2.4 | - [BUG] Fix PHP7 compatability |
1.2.3 | - [BUG] Fix crash with empty channel binding argument |
1.2.2 |
- [FEATURE] Implement channel bindings support - [API] Allow passing null channel binding in NegotiateAuth (1.2.1) - [PACKAGING] Fix PECL packaging (missing channel.c) and raise minimum version (1.2.2) |
1.2.1 |
- [FEATURE] Implement channel bindings support - [API] Allow passing null channel binding in NegotiateAuth |
1.2.0 | - [FEATURE] Implement channel bindings support |