aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2004-06-30 06:16:03 +0000
committerAlexandra Ellwood <lxs@mit.edu>2004-06-30 06:16:03 +0000
commit11fe71f3df4e14dfc54dc971dfe0e713af7b5430 (patch)
tree64164d6f025cac7570a6e3cede5bb20fd7a44e15 /src
parentca3d7d72ccd16e1ba76bee55ab2f8306e7c7b0d7 (diff)
downloadkrb5-11fe71f3df4e14dfc54dc971dfe0e713af7b5430.zip
krb5-11fe71f3df4e14dfc54dc971dfe0e713af7b5430.tar.gz
krb5-11fe71f3df4e14dfc54dc971dfe0e713af7b5430.tar.bz2
pullup from trunk
ticket: 2619 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-3@16530 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/ccache/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/ChangeLog b/src/lib/krb5/ccache/ChangeLog
index 1f6a3d9..dd377b0 100644
--- a/src/lib/krb5/ccache/ChangeLog
+++ b/src/lib/krb5/ccache/ChangeLog
@@ -1,3 +1,25 @@
+2004-06-29 Jeffrey Altman <jaltman@mit.edu>
+
+ * cc_mslsa.c:
+ - is_windows_2000() indicates the OS is Windows 2000 or higher
+ - is_windows_xp() indicates the OS is Windows XP or higher which
+ indicates that PKERB_QUERY_TKT_CACHE_EX_RESPONSE and
+ PKERB_TICKET_CACHE_INFO_EX are available.
+ - does_retrieve_ticket_cache_ticket() checks to see if a Microsoft
+ private fix is available which adds a new Cache Flag,
+ KERB_RETRIEVE_TICKET_CACHE_TICKET, which when set causes the
+ requested ticket to be stored in the LSA cache even when the
+ TicketFlags and EncType are not set to 0.
+ - KerbExternalTicketMatch() is a test to determine if two
+ Microsoft External Tickets are identical
+ + use the KerbQueryTicketCacheExMessage LSA call on XP or higher
+ + specify the KERB_RETRIEVE_TICKET_CACHE_TICKET flag when it is
+ available
+ = The combination of both + items will cause the ClientRealm
+ to be displayed properly for all cross realm tickets obtained
+ via the MSLSA
+
+
2004-06-21 Jeffrey Altman <jaltman@mit.edu>
* cc_mslsa.c: Comment out call to FormatMessage() which fails