Lines Matching full:heimdal

8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/…
29 …how to create a context and module <a class="el" href="group__krb5.html">Heimdal Kerberos 5 librar…
36 …rmation and also module <a class="el" href="group__krb5__principal.html">Heimdal Kerberos 5 princi…
42 …al cache functions</a> and <a class="el" href="group__krb5__ccache.html">Heimdal Kerberos 5 creden…
45 …ment compared to just getting one of the unix error-codes back. However, Heimdal have an extention…
46 See also module <a class="el" href="group__krb5__error.html">Heimdal Kerberos 5 error reporting fun…
48 A keytab is a storage for locally stored keys. Heimdal includes keytab support for Kerberos 5 keyta…
50 … handing functions</a> and <a class="el" href="group__krb5__keytab.html">Heimdal Kerberos 5 keytab…
52 Heimdal includes a implementation of the Kerberos crypto framework, all crypto operations. To creat…
53 See also module <a class="el" href="group__krb5__crypto.html">Heimdal Kerberos 5 cryptography funct…
55 … you want a real working client, please look in appl/test directory in the Heimdal distribution.<p>
193 …structure to the differences, though some of the have their root in that Heimdal uses an ASN.1 com…
195 Heimdal stores the realm as a krb5_realm, that is a char *. MIT Kerberos uses a krb5_data to store …
196Heimdal krb5_principal doesn't contain the component name_type; it's instead stored in component …
199 To get the error string, Heimdal uses krb5_get_error_message(). This is to return custom error mess…
200 Heimdal uses a threadsafe(r) version of the com_err interface; the global com_err table isn't initi…