Difference between revisions of "Release 1.11"
From K5Wiki
(→Code quality) |
|||
Line 13: | Line 13: | ||
== Developer experience == |
== Developer experience == |
||
− | * Use default keytab for gss_init_sec_context |
+ | * Use default keytab for gss_init_sec_context when available |
+ | * Importing and exporting of GSS creds (useful for async GSS proxy) -- expecting contribution |
||
* Interposition for GSS mechglue |
* Interposition for GSS mechglue |
||
* Documentation consolidation |
* Documentation consolidation |
||
− | * gss_export_cred (useful for async GSS proxy) -- expecting contribution |
||
== End-user experience == |
== End-user experience == |
||
Line 29: | Line 28: | ||
== Performance == |
== Performance == |
||
+ | |||
+ | * Improve (or eliminate) KDC lookaside cache |
||
== Protocol evolution == |
== Protocol evolution == |
Revision as of 19:48, 23 April 2012
Contents
Timeline
This is only an approximate timeline. Dates are subject to change.
- Oct. 2012 -- make release branch
- Dec. 2012 -- final release
Code quality
- Improve ASN.1 support code, making it table-driven for decoding as well as encoding (done)
- Refactor parts of KDC, to better support libKDC and Projects/Trust KDC-local name resolution
Developer experience
- Use default keytab for gss_init_sec_context when available
- Importing and exporting of GSS creds (useful for async GSS proxy) -- expecting contribution
- Interposition for GSS mechglue
- Documentation consolidation
End-user experience
- Documentation consolidation
Administrator experience
- Projects/Trust KDC-local name resolution
- FAST OTP client in libkrb5 (maybe excluding second-level plugins hardware OTP tokens)
- Documentation consolidation
Performance
- Improve (or eliminate) KDC lookaside cache
Protocol evolution
- Authorization data container with multiple verifiers
- POSIX directory info in authorization data (PAD)
- Level of Assurance in authorization data
- Site-defined string-keyed claims in authorization data
- X.509 attributes in authorization data
- FAST preauth sets (e.g. OTP + long-term password)