CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/02/08 08:28:01
Modified files:
usr.bin/ssh : auth2-gss.c gss-serv-krb5.c gss-serv.c
session.c sshd.c
usr.bin/ssh/ssh: Makefile
usr.bin/ssh/sshd: Makefile
usr.bin/ssh/sshd-auth: Makefile
usr.bin/ssh/sshd-session: Makefile
Log message:
Make ssh optionally build with Kerberos 5 against the Heimdal port.
This updates the Makefiles and repairs some bitrot in headers,
resyncing them against Portable. To do this, "pkg_add heimdal" then
"make KERBEROS5=yes". ok djm@