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_IS_THREAD_SAFE(3) FreeBSD Library Functions Manual KRB5_IS_THREAD_SAFE(3)

krb5_is_thread_safe
is the Kerberos library compiled with multithread support

Kerberos 5 Library (libkrb5, -lkrb5)

#include <krb5.h>

krb5_boolean
krb5_is_thread_safe(void);

krb5_is_thread_safe returns TRUE if the library was compiled with with multithread support. If the library isn't compiled, the consumer have to use a global lock to make sure Kerboros functions are not called at the same time by different threads.

krb5_create_checksum(3), krb5_encrypt(3)
May 5, 2006 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.