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
F86611943: D29984.diff
Sun, Jun 23, 12:56 AM
Unknown Object (File)
Apr 26 2024, 10:53 AM
Unknown Object (File)
Apr 26 2024, 10:53 AM
Unknown Object (File)
Apr 26 2024, 5:54 AM
Unknown Object (File)
Jan 27 2024, 3:13 PM
Unknown Object (File)
Dec 22 2023, 11:28 PM
Unknown Object (File)
Dec 12 2023, 4:19 AM
Unknown Object (File)
Dec 5 2023, 7:57 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.