2000-09-01 Jeffrey Altman <jaltman@columbia.edu>
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 2 Sep 2000 06:00:58 +0000 (06:00 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 2 Sep 2000 06:00:58 +0000 (06:00 +0000)
commitf121e2fbb58aeb1c9f113c5756bccf369c22e277
tree64485ee0df78b3736a338704315e9807ea8bf05a
parent034fd19c0fa7f4dcaf43abce0f41e340b7898cc3
2000-09-01  Jeffrey Altman <jaltman@columbia.edu>

        * accept_sec_context.c: krb5_gss_accept_sec_context()
        It has been determined by Martin Rex that Windows 2000 is incapable
        of supporting channel bindings.   This caused us to examine the
        various RFCs affecting FTP GSSAPI to determine whether or not
        channel bindings were a MUST for implementation of the FTP GSSAPI
        protocol.  It was determined that the channel binding facility as
        described in RFC2743 is optional.  Therefore, we cannot assume
        that all clients or servers will support it.  The code was updated
        to allow GSS_C_NO_CHANNEL_BINDINGS when specified by either the
        client or server to indicate that channel bindings will not be
        used.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12645 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/gssapi/krb5/ChangeLog
src/lib/gssapi/krb5/accept_sec_context.c