Query: krb5_find_padata
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KRB5_FIND_PADATA(3) BSD Library Functions Manual KRB5_FIND_PADATA(3)NAMEkrb5_find_padata, krb5_padata_add -- Kerberos 5 pre-authentication data handling functionsLIBRARYKerberos 5 Library (libkrb5, -lkrb5)SYNOPSIS#include <krb5/krb5.h> PA_DATA * krb5_find_padata(PA_DATA *val, unsigned len, int type, int *index); int krb5_padata_add(krb5_context context, METHOD_DATA *md, int type, void *buf, size_t len);DESCRIPTIONkrb5_find_padata() tries to find the pre-authentication data entry of type type in the array val of length len. The search is started at entry pointed out by *index (zero based indexing). If the type isn't found, NULL is returned. krb5_padata_add() adds a pre-authentication data entry of type type pointed out by buf and len to md.SEE ALSOkrb5(3), kerberos(8)BSDMarch 21, 2004 BSD
Related Man Pages |
---|
krb5_set_real_time(3) - debian |
krb5_us_timeofday(3) - debian |
krb524_convert_creds_kdc(3) - netbsd |
krb524_convert_creds_kdc_ccache(3) - netbsd |
krb5_set_real_time(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Memory Leaks |
Better to Use Return Code or wc -l Output? |
Grandpa returning to UNIX |
Grep command to show the number of results |