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)
Sep 18 2024, 6:01 AM
Unknown Object (File)
Aug 17 2024, 3:30 AM
Unknown Object (File)
Aug 17 2024, 3:30 AM
Unknown Object (File)
Aug 17 2024, 2:56 AM
Unknown Object (File)
Jul 30 2024, 8:19 AM
Unknown Object (File)
Jul 28 2024, 1:12 PM
Unknown Object (File)
Jul 2 2024, 11:37 AM
Unknown Object (File)
Jun 23 2024, 12:56 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.