Searched refs:KRBCreateSession (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/KerberosHelper-151/Tests/
H A Dkerberos-helper-tests.c55 err = KRBCreateSession (NULL, NULL, &krbHelper);
74 err = KRBCreateSession (NULL, NULL, &krbHelper);
91 err = KRBCreateSession (hostNameDotLocal, NULL, &krbHelper);
105 err = KRBCreateSession (CFSTR("17.202.44.91"), CFSTR("afpserver/homedepot.apple.com@OD.APPLE.COM"), &krbHelper);
119 err = KRBCreateSession (hostNameDotLocal, NULL, &krbHelper);
143 err = KRBCreateSession (CFSTR("statler"), NULL, &krbHelper);
165 err = KRBCreateSession (hostNameDotLocal, CFSTR("afpserver/kerberos@OD.APPLE.COM"), &krbHelper);
179 err = KRBCreateSession (hostName, CFSTR("afpserver/kerberos@OD.APPLE.COM"), &krbHelper);
193 err = KRBCreateSession (hostNameDotLocal, NULL, &krbHelper);
216 err = KRBCreateSession (hostNameDotLoca
[all...]
H A DKRBCreateSession.c49 err = KRBCreateSession (inHostName, inAdvertisedPrincipal, &krbHelper);
51 printf ("ERROR=KRBCreateSession %d (\"%s\",\"%s\" ... )\n", (int)err, inHostNameString, inAdvertisedPrincipalString);
H A DKRBCreateSession2.pl24 my $KRBCreateSession = "../build/Debug/KRBCreateSession";
40 die "You must build KRBCreateSession" if (! -x $KRBCreateSession);
48 (my $lkdc = qx{$KRBCreateSession}) =~ s/REALM=(.*)\n.*/\1/;
439 ERROR => "KRBCreateSession",
488 ERROR => "KRBCreateSession",
513 ERROR => "KRBCreateSession",
522 ERROR => "KRBCreateSession",
529 ERROR => "KRBCreateSession",
[all...]
/macosx-10.10.1/KerberosHelper-151/regression/
H A Dcheck-referrals123 ../build/Debug/KRBCreateSession $targetname > log
129 ../build/Debug/KRBCreateSession $targetname2 > log
/macosx-10.10.1/KerberosHelper-151/Source/
H A DKerberosHelper.h41 KRBCreateSession will start a kerberos session and return a pointer to a kerberosSession that is passed to the other SPIs.
48 OSStatus KRBCreateSession (CFStringRef inHostName, CFStringRef inAdvertisedPrincipal, void **outKerberosSession)
53 KRBCreateSession will start a kerberos session and return a pointer to a kerberosSession that is passed to the other SPIs.
75 KRBCopyREALM will return the best-guess REALM for the host that was passed to KRBCreateSession
76 inKerberosSession is the pointer returned by KRBCreateSession
83 inKerberosSession is the pointer returned by KRBCreateSession
104 inKerberosSession is the pointer returned by KRBCreateSession
115 inKerberosSession is the pointer returned by KRBCreateSession
129 inKerberosSession is the pointer returned by KRBCreateSession.
173 inKerberosSession is the pointer returned by KRBCreateSession
[all...]
H A DKerberosHelper.c325 KRBCreateSession(CFStringRef inHostName, CFStringRef inAdvertisedPrincipal, function
694 KRBCopyREALM will return the REALM for the host that was passed to KRBCreateSession
695 inKerberosSession is the pointer returned by KRBCreateSession
725 inKerberosSession is the pointer returned by KRBCreateSession
788 inKerberosSession is the pointer returned by KRBCreateSession
891 inKerberosSession is the pointer returned by KRBCreateSession.
1224 inKerberosSession is the pointer returned by KRBCreateSession
1277 inKerberosSession is the pointer returned by KRBCreateSession.
1476 inKerberosSession is the pointer returned by KRBCreateSession.

Completed in 149 milliseconds