mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
Unfortunately, this new release breaks GSSAPI_NONE, which is removed for now. Bug has been reported upstream. Changelog: https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html MFH: 2019Q1 Security: 46e1ece5-48bd-11e9-9c40-080027ac955c
11 lines
526 B
C
11 lines
526 B
C
--- sshgssc.c.orig 2019-03-16 12:26:36 UTC
|
|
+++ sshgssc.c
|
|
@@ -75,7 +75,7 @@ static Ssh_gss_stat ssh_gssapi_acquire_cred(struct ssh
|
|
gssctx->maj_stat =
|
|
gss->inquire_cred_by_mech(&gssctx->min_stat, cred,
|
|
(gss_OID) GSS_MECH_KRB5,
|
|
- GSS_C_NO_NAME,
|
|
+ NULL,
|
|
&time_rec,
|
|
NULL,
|
|
NULL);
|