Heimdal release 0.8
Released: 2007-04-13
Download source
Mac OS X 10.4 Univeral Binary disk image
Major changes
- PK-INIT support.
- HDB extensions support, used by PK-INIT.
- New ASN.1 compiler.
- GSS-API mechglue from FreeBSD.
- Updated SPNEGO to support RFC4178.
- Support for Cryptosystem Negotiation Extension (RFC 4537).
- A new X.509 library (hx509) and related crypto functions.
- A new ntlm library (heimntlm) and related crypto functions.
- Updated the built-in crypto library with bignum support using
imath, support for RSA and DH and renamed it to libhcrypto.
- Subsystem in the KDC, digest, that will perform the digest
operation in the KDC, currently supports: CHAP, MS-CHAP-V2, SASL
DIGEST-MD5 NTLMv1 and NTLMv2.
- KDC will return the "response too big" error to force TCP retries
for large (default 1400 bytes) UDP replies. This is common for
PK-INIT requests.
- Libkafs defaults to use 2b tokens.
- Default to use the API cache on Mac OS X.
- krb5_kuserok() also checks ~/.k5login.d directory for acl files,
see manpage for krb5_kuserok for description.
- Many, many, other update to code and info manual and manual pages.
- Bug fixes