CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2018/09/21 06:23:17

Modified files:
        usr.bin/ssh    : sshd.c 

Log message:
when compiled with GSSAPI support, cache supported method OIDs by
calling ssh_gssapi_prepare_supported_oids() regardless of whether
GSSAPI authentication is enabled in the main config.

This avoids sandbox violations for configurations that enable GSSAPI
auth later, e.g.

Match user djm
GSSAPIAuthentication yes

bz#2107; ok dtucker@

Reply via email to