summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/krb5/keytab_memory.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r10035: This patch removes the need for the special case hackAndrew Bartlett1-53/+0
'MEMORY_WILDCARD' keytab type. (part of this checking is in effect a merge from lorikeet-heimdal, where I removed this) This is achieved by correctly using the GSSAPI gsskrb5_acquire_cred() function, as this allows us to specify the target principal, regardless of which alias the client may use. This patch also tries to simplify some principal handling and fixes some error cases. Posted to samba-technical, reviewed by metze, and looked over by lha on IRC. Andrew Bartlett (This used to be commit 506a7b67aee949b102d8bf0d6ee9cd12def10d00)
2007-10-10r8302: import mini HEIMDAL into the treeHeimdal Import User1-0/+229
(This used to be commit 118be28a7aef233799956615a99d1a2a74dac175)