* cc_mslsa.c:
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 2 Sep 2004 02:31:52 +0000 (02:31 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 2 Sep 2004 02:31:52 +0000 (02:31 +0000)
commit3d9f8975ae3e4f702cd9bd40ed463c84ed22fd14
treebd04d84a29ba0a0b9c398ed30a78c6529472a4c9
parentbb55b1f4e530efc5af24d79ca9705e8d7549676f
    * cc_mslsa.c:
        - Fix MITPrincToMSPrinc to prevent writing to the output
          buffer if the input won't fit.
        - Add internal UnicodeStringToMITPrinc function
        - Rename internal MSPrincToMITPrinc to ExternalNameToMITPrinc
        - Rename internal PurgeMSTGT to PurgeAllTickets
        - Add internal PurgeTicket2000
        - Add internal PurgeTicketXP
        - Since tickets can only be requested via KDC Opt Flags it is
          not possible to specifically request the Initial ticket.  If
          more than one ticket exists which matching service names,
          enctypes, and ticket flags the initial ticket flag may not be
          set.  If the caller requested the initial ticket, set the flag
          manually.
        - Add preliminary support for krb5_lcc_set_flags
        - Modify krb5_lcc_initialize to return success
        - Modify krb5_lcc_get_principal to support an LSA cache
          which does not contain a TGT when krb5_lcc_resolve is
          called.
        - Implement krb5_lcc_remove_cred

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16714 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/ChangeLog
src/lib/krb5/ccache/cc_mslsa.c