From noreply at github.com Mon Aug 3 20:18:17 2015 From: noreply at github.com (GitHub) Date: Mon, 03 Aug 2015 11:18:17 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 850829: gssapi: Allow a NULL authenticator Message-ID: <55bfb069bc87_1a313fef2195d29c392be@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 85082949406c2aa9408666cab9cc51c15b246707 https://github.com/heimdal/heimdal/commit/85082949406c2aa9408666cab9cc51c15b246707 Author: Andrew Bartlett Date: 2015-07-30 (Thu, 30 Jul 2015) Changed paths: M lib/gssapi/krb5/accept_sec_context.c Log Message: ----------- gssapi: Allow a NULL authenticator Some non-GSSAPI implementations that instead try to create compatible packets by wrapping krb5_mk_req() can trigger a NULL authenticator here. Assume this to be equvilent to specifying an all-zero channel bindings and some reasonable (fixed) flags. Original patch by Andrew Bartlett, restructured by Douglas Bagnall Signed-off-by: Andrew Bartlett Signed-off-by: Douglas Bagnall Commit: 0a5de96d72cdea9e465412d7dba1e5d13e53dc09 https://github.com/heimdal/heimdal/commit/0a5de96d72cdea9e465412d7dba1e5d13e53dc09 Author: Love Hörnquist Åstrand Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M lib/gssapi/krb5/accept_sec_context.c Log Message: ----------- Merge pull request #134 from abartlet/allow-null-authenticator gssapi: Allow a NULL authenticator Compare: https://github.com/heimdal/heimdal/compare/411da1fb3175...0a5de96d72cd