rpc: handle rotated gss data for Windows interoperability
authorJ. Bruce Fields <bfields@redhat.com>
Thu, 12 Apr 2012 00:08:45 +0000 (20:08 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 1 Jun 2012 00:29:39 +0000 (20:29 -0400)
The data in Kerberos gss tokens can be rotated.  But we were lazy and
rejected any nonzero rotation value.  It wasn't necessary for the
implementations we were testing against at the time.

But it appears that Windows does use a nonzero value here.

So, implement rotation to bring ourselves into compliance with the spec
and to interoperate with Windows.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found