Skip Menu |
 

From: kaduk@MIT.EDU
Subject: git commit

Fix loop to determine MSLSA principal name

When looping over principals, check the i-th entry instead of
looking at the 0-th entry each time through the loop. This would
only affect cases when multiple ticket entries were returned from
the LSA, the first one did not have a valid principal name, but
some other one did. It is expected that all of the returned
ticket entries will always have a valid client principal name, so
this is unlikely to cause any functional difference.

https://github.com/krb5/krb5/commit/d7dc6c347e352324e374b3456f60e49aa4b8ba08
Author: Ben Kaduk <kaduk@mit.edu>
Commit: d7dc6c347e352324e374b3456f60e49aa4b8ba08
Branch: master
src/lib/krb5/ccache/cc_mslsa.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
From: tlyu@mit.edu
Subject: git commit

Fix loop to determine MSLSA principal name

When looping over principals, check the i-th entry instead of
looking at the 0-th entry each time through the loop. This would
only affect cases when multiple ticket entries were returned from
the LSA, the first one did not have a valid principal name, but
some other one did. It is expected that all of the returned
ticket entries will always have a valid client principal name, so
this is unlikely to cause any functional difference.

(cherry picked from commit d7dc6c347e352324e374b3456f60e49aa4b8ba08)

https://github.com/krb5/krb5/commit/5761b5f169933fab63a4ec6ba2eecef88d84fd34
Author: Ben Kaduk <kaduk@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 5761b5f169933fab63a4ec6ba2eecef88d84fd34
Branch: krb5-1.13
src/lib/krb5/ccache/cc_mslsa.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)