Page MenuHomeFreeBSD

sshd: Add a new extensible GSS-API layer
Needs ReviewPublic

Authored by emaste on Apr 25 2021, 11:12 PM.
Tags
None
Referenced Files
F111337938: D29984.id.diff
Sun, Mar 2, 1:34 PM
Unknown Object (File)
Sun, Mar 2, 2:50 AM
Unknown Object (File)
Sun, Mar 2, 1:13 AM
Unknown Object (File)
Sun, Mar 2, 12:40 AM
Unknown Object (File)
Sun, Mar 2, 12:12 AM
Unknown Object (File)
Sat, Mar 1, 11:04 PM
Unknown Object (File)
Sun, Feb 23, 4:03 AM
Unknown Object (File)
Tue, Feb 11, 5:48 PM
Subscribers
None

Details

Summary
Which can support GSS-API plugins, similar the the Solaris implementation. Repackage the krb5 GSS mechanism as a plugin library for the new implementation. This also includes s comprehensive set of manpages for the GSS-API functions with text mostly taken from the RFC.

Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts)

FreeBSD R10:c0b9f4fe659b6839541970eb5675e57f4d814969

Unbreak the WITHOUT_KERBEROS build and try to reduce the odds of a repeat performance by introducing a script that runs configure with and without Kerberos, diffs the result and generates krb5_config.h, which contains the preprocessor macros that need to be defined in the Kerberos case and undefined otherwise.

FreeBSD R10:0085282b6a93e40f1e7b41706784a5cbcf98e344

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.