Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

shishi_krberror_der(3) [debian man page]

shishi_krberror_der(3)						      shishi						    shishi_krberror_der(3)

NAME
shishi_krberror_der - API function SYNOPSIS
#include <shishi.h> int shishi_krberror_der(Shishi * handle, Shishi_asn1 krberror, char ** out, size_t * outlen); ARGUMENTS
Shishi * handle shishi handle as allocated by shishi_init(). Shishi_asn1 krberror krberror as allocated by shishi_krberror(). char ** out output array with newly allocated DER encoding of KRB-ERROR. size_t * outlen length of output array with DER encoding of KRB-ERROR. DESCRIPTION
DER encode KRB-ERROR. The caller must deallocate the OUT buffer. RETURN VALUE
Returns SHISHI_OK iff successful. REPORTING BUGS
Report bugs to <bug-shishi@gnu.org>. COPYRIGHT
Copyright (C) 2002-2010 Simon Josefsson. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for shishi is maintained as a Texinfo manual. If the info and shishi programs are properly installed at your site, the command info shishi should give you access to the complete manual. shishi 1.0.1 shishi_krberror_der(3)

Check Out this Related Man Page

shishi_krberror_methoddata(3)					      shishi					     shishi_krberror_methoddata(3)

NAME
shishi_krberror_methoddata - API function SYNOPSIS
#include <shishi.h> int shishi_krberror_methoddata(Shishi * handle, Shishi_asn1 krberror, Shishi_asn1 * methoddata); ARGUMENTS
Shishi * handle shishi handle as allocated by shishi_init(). Shishi_asn1 krberror KRB-ERROR structure with error code. Shishi_asn1 * methoddata output ASN.1 METHOD-DATA. DESCRIPTION
Extract METHOD-DATA ASN.1 object from the e-data field. The e-data field will only contain a METHOD-DATA if the krberror error code is SHISHI_KDC_ERR_PREAUTH_REQUIRED. RETURN VALUE
Returns SHISHI_OK iff successful. REPORTING BUGS
Report bugs to <bug-shishi@gnu.org>. COPYRIGHT
Copyright (C) 2002-2010 Simon Josefsson. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for shishi is maintained as a Texinfo manual. If the info and shishi programs are properly installed at your site, the command info shishi should give you access to the complete manual. shishi 1.0.1 shishi_krberror_methoddata(3)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

errpt

Hello World, When I issue the errpt command 1581762B 0826133303 T H hdisk1 DISK OPERATION ERROR C14C511C 0826133303 T H scsi0 ADAPTER ERROR I found these two unusual errors, wat exactly do these mean ? Im on an aix box. Thanks (3 Replies)
Discussion started by: cubicle^dweller
3 Replies

2. UNIX for Advanced & Expert Users

Adapter Errors and Link Errors

$ errpt | more IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION 3074FEB7 0802050205 T H fscsi1 ADAPTER ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR 3074FEB7 0802050205 T H fscsi0 ADAPTER ERROR B8113DD1 ... (0 Replies)
Discussion started by: mcastill66
0 Replies

3. AIX

Adapter Errors and Link Errors

$ errpt | more IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION 3074FEB7 0802050205 T H fscsi1 ADAPTER ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR 3074FEB7 0802050205 T H fscsi0 ADAPTER ERROR B8113DD1 ... (2 Replies)
Discussion started by: mcastill66
2 Replies

4. Shell Programming and Scripting

Script help needed

I have a code given below... ERROR=`grep "Job Status" ${LOG_FILE}` ERROR=${ERROR##*\(} ERROR=${ERROR%%\)*} if then echo "The job completed successfully" EXIT_STATUS=0 else echo "The job failed" EXIT_STATUS=1 fi can anybody tell me what is ERROR=${ERROR##*\(}... (1 Reply)
Discussion started by: Sagarddd
1 Replies

5. Virtualization and Cloud Computing

ICFB ERROR

Hi All, We are using Citrix MFU 4. When users try to launch ICFB (Cadence)tool, They get the below error: Using Cadence version ic5141_isr141 *ERROR* Failed to find either 24-bit TrueColor or 8-bit PseudoColor Visual. *WARNING* Failed to find either 24-bit TrueColor or 8-pbit PseudoColor... (0 Replies)
Discussion started by: mspatil0037
0 Replies