[Heimdal-source-changes] [heimdal/heimdal] 850829: gssapi: Allow a NULL authenticator

GitHub noreply at github.com
Mon Aug 3 20:18:17 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 85082949406c2aa9408666cab9cc51c15b246707
      https://github.com/heimdal/heimdal/commit/85082949406c2aa9408666cab9cc51c15b246707
  Author: Andrew Bartlett <abartlet at samba.org>
  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 <abartlet at samba.org>
Signed-off-by: Douglas Bagnall <douglas.bagnall at catalyst.net.nz>


  Commit: 0a5de96d72cdea9e465412d7dba1e5d13e53dc09
      https://github.com/heimdal/heimdal/commit/0a5de96d72cdea9e465412d7dba1e5d13e53dc09
  Author: Love Hörnquist Åstrand <lha at h5l.org>
  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


More information about the Heimdal-source-changes mailing list