Lines Matching +full:non +full:- +full:descriptive

2  * Copyright (c) 2007-2008 Kungliga Tekniska Högskolan
54 * - @ref krb5_introduction
55 * - @ref krb5_principal_intro
56 * - @ref krb5_ccache_intro
57 * - @ref krb5_keytab_intro
158 * 32-bit signed numbers, the first 24 bits define what subsystem the
161 * example, the error-code -1765328383 have the symbolic name
166 * error-codes back. However, Heimdal have an extention to pass back
170 * (des-cbc-crc)''. This improves the chance that the user find the
180 * support for Kerberos 5 keytabs, Kerberos 4 srvtab, AFS-KeyFile's,
183 * Keytabs are used for servers and long-running services.
200 * All Kerberos error-codes that are returned from kerberos functions in
202 * descriptive text of the error code and exit. Graphical programs can
203 * convert error-code to a human readable error-string with the
212 * in the program. If the function returns a non-zero value it indicates
246 * for (a = ai; a != NULL; a = a->ai_next) {
249 * s = socket (a->ai_family, a->ai_socktype, a->ai_protocol);
252 * if (connect (s, a->ai_addr, a->ai_addrlen) < 0) {
314 * If you are using a non-blocking socket you will need to do all work of
341 * session-key that was exchanged in the
466 * The following C-like structure definitions illustrate the MIT keytab
544 * des-cbc-md5, 23 is arcfour-hmac-md5, etc).
554 * - All integers are in host byte order [1].
555 * - The num_components field is 1 too large (i.e. after decoding, decrement by 1).
556 * - The 32 bit name_type field is not present.
592 * the optional field marker of "-", w/o quotes).
597-:1:3:4498a933881178c744f4232172dcd774c64e81fa6d05ecdf643a7e390624a0ebf3c7407a:-:1:2:b01934b13eb79…
602 * - keys
610 * keydata is hex-encoded
617 * salt is encoded as "-" (no/default salt) or
620 * salt-type /
621 * salt-type / "string"
622 * salt-type / hex-encoded-data
630-:1:3:4498a933881178c744f4232172dcd774c64e81fa6d05ecdf643a7e390624a0ebf3c7407a:-:1:2:b01934b13eb79…
635 * kvno=27,{key: masterkvno=1,keytype=des3-cbc-sha1,keydata=..., default salt}...
638 * - time
645 * Time can be optional (using -), when the time 0 is used.
653 * - event
669 * - hdb flags
674 * - generation:
684 * The generation can be defaulted (using '-') or the empty string
686 * - extensions:
689 * first-hex-encoded-HDB-Extension[:second-...]
692 * HDB-extension is encoded the DER encoded HDB-Extension from