Call for testing: OpenSSH-6.5

Damien Miller djm at mindrot.org
Mon Jan 20 13:34:56 EST 2014


On Mon, 20 Jan 2014, Darren Tucker wrote:

> On Sat, Jan 18, 2014 at 9:30 AM, Damien Miller <djm at mindrot.org> wrote:
> > On Sat, 18 Jan 2014, Darren Tucker wrote:
> >
> >> build failure on netbsd4 with gssapi enabled while linking sshd:
> >>
> >> gss-serv-krb5.o: In function `ssh_gssapi_krb5_storecreds?:
> >> gss-serv-krb5.c:135: undefined reference to `krb5_cc_new_unique?
> >
> > hmm, that line has been there for a while. No obvious changes to
> > krb5 detection in configure.ac either...
> 
> It came in with this change:

ah, I'd only looked back at the previous release.

Looks like we already have #ifdefs around it in auth-krb5.c:

# ifdef HAVE_KRB5_CC_NEW_UNIQUE
        problem = krb5_cc_new_unique(authctxt->krb5_ctx,
             krb5_mcc_ops.prefix, NULL, &ccache);
# else
        problem = krb5_cc_gen_new(authctxt->krb5_ctx, &krb5_mcc_ops, &ccache);
# endif


More information about the openssh-unix-dev mailing list