GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
KRB5_FIND_PADATA(3) FreeBSD Library Functions Manual KRB5_FIND_PADATA(3)

krb5_find_padata, krb5_padata_add
Kerberos 5 pre-authentication data handling functions

Kerberos 5 Library (libkrb5, -lkrb5)

#include <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);

krb5_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.

krb5(3), kerberos(8)
March 21, 2004 HEIMDAL

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.