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
Unknown Object (File)
Wed, Oct 29, 12:20 PM
Unknown Object (File)
Wed, Oct 29, 12:19 PM
Unknown Object (File)
Oct 12 2025, 4:36 PM
Unknown Object (File)
Oct 12 2025, 6:37 AM
Unknown Object (File)
Aug 15 2025, 12:21 AM
Unknown Object (File)
Aug 10 2025, 3:43 AM
Unknown Object (File)
Jul 22 2025, 2:25 PM
Unknown Object (File)
Jul 20 2025, 3:05 AM
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.