From: Marcin Krol Date: Wed, 5 Feb 2014 14:20:51 +0000 (+0000) Subject: - updated for openssh 6.5p1 X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=13e4407a30fa25689ac37036b8838db8b578d3b8;p=packages%2Fopenssh.git - updated for openssh 6.5p1 --- diff --git a/openssh-kuserok.patch b/openssh-kuserok.patch index 4d5388b..665b374 100644 --- a/openssh-kuserok.patch +++ b/openssh-kuserok.patch @@ -22,15 +22,15 @@ diff -up openssh-5.8p1/auth-krb5.c.kuserok openssh-5.8p1/auth-krb5.c static int krb5_init(void *context) { -@@ -146,7 +160,7 @@ auth_krb5_password(Authctxt *authctxt, c +@@ -157,7 +171,7 @@ auth_krb5_password(Authctxt *authctxt, c if (problem) goto out; -- if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, client)) { -+ if (!ssh_krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, client)) { +- if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, ++ if (!ssh_krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, + authctxt->pw->pw_name)) { problem = -1; goto out; - } diff -up openssh-5.8p1/gss-serv-krb5.c.kuserok openssh-5.8p1/gss-serv-krb5.c --- openssh-5.8p1/gss-serv-krb5.c.kuserok 2006-09-01 07:38:36.000000000 +0200 +++ openssh-5.8p1/gss-serv-krb5.c 2011-02-14 09:15:12.000000000 +0100