Lines Matching +full:non +full:- +full:descriptive
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/…
10 <!-- end of header marker -->
11 <!-- Generated by Doxygen 1.5.6 -->
44 …-bit signed numbers, the first 24 bits define what subsystem the error originates from, and last 8…
45 …-codes back. However, Heimdal have an extention to pass back customised errors messages. Instead o…
48 …imdal includes keytab support for Kerberos 5 keytabs, Kerberos 4 srvtab, AFS-KeyFile's, and for st…
49 Keytabs are used for servers and long-running services.<p>
56 …-codes that are returned from kerberos functions in this program are passed to krb5_err, that will…
58 … is only needed once per thread in the program. If the function returns a non-zero value it indica…
82 <span class="keywordflow">for</span> (a = ai; a != NULL; a = a->ai_next) {
85 s = socket (a->ai_family, a->ai_socktype, a->ai_protocol);
88 … <span class="keywordflow">if</span> (connect (s, a->ai_addr, a->ai_addrlen) < 0) {
126 If you are using a non-blocking socket you will need to do all work of krb5_sendauth() yourself. Ba…
143 …sign it with krb5_mk_safe() using the auth_context that contains the session-key that was exchange…
201 <hr size="1"><address style="text-align: right;"><small>