upstream: 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@

(ID sync only)

OpenBSD-Commit-ID: 31f95c9ba58aa7ba89264f1d80c79106042b1095
This commit is contained in:
dtucker@openbsd.org
2026-02-08 15:28:01 +00:00
committed by Darren Tucker
parent d6c672a8c1
commit 6adb65508e
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
/* $OpenBSD: auth2-gss.c,v 1.37 2026/02/07 18:04:53 dtucker Exp $ */
/* $OpenBSD: auth2-gss.c,v 1.38 2026/02/08 15:28:01 dtucker Exp $ */
/*
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.

View File

@@ -1,4 +1,4 @@
/* $OpenBSD: gss-serv-krb5.c,v 1.9 2018/07/09 21:37:55 markus Exp $ */
/* $OpenBSD: gss-serv-krb5.c,v 1.10 2026/02/08 15:28:01 dtucker Exp $ */
/*
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.

View File

@@ -1,4 +1,4 @@
/* $OpenBSD: gss-serv.c,v 1.35 2025/12/22 03:12:05 djm Exp $ */
/* $OpenBSD: gss-serv.c,v 1.36 2026/02/08 15:28:01 dtucker Exp $ */
/*
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.

View File

@@ -1,4 +1,4 @@
/* $OpenBSD: session.c,v 1.346 2026/02/06 22:59:18 dtucker Exp $ */
/* $OpenBSD: session.c,v 1.347 2026/02/08 15:28:01 dtucker Exp $ */
/*
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved

2
sshd.c
View File

@@ -1,4 +1,4 @@
/* $OpenBSD: sshd.c,v 1.624 2025/12/16 08:32:50 dtucker Exp $ */
/* $OpenBSD: sshd.c,v 1.625 2026/02/08 15:28:01 dtucker Exp $ */
/*
* Copyright (c) 2000, 2001, 2002 Markus Friedl. All rights reserved.
* Copyright (c) 2002 Niels Provos. All rights reserved.