|
krb5_build_principal_va(3) -- principal creation functions
|
These functions create a Kerberos 5 principal from a realm and a list of components. All of these functions return an allocated principal in the principal parameter, this should be freed with krb5_fre... |
krb5_build_principal_va_ext(3) -- principal creation functions
|
These functions create a Kerberos 5 principal from a realm and a list of components. All of these functions return an allocated principal in the principal parameter, this should be freed with krb5_fre... |
krb5_closelog(3) -- Heimdal logging functions
|
These functions logs messages to one or more destinations. The krb5_openlog() function creates a logging facility, that is used to log messages. A facility consists of one or more destinations (which ... |
krb5_config(3) -- get configuration value
|
These functions get values from the krb5.conf(5) configuration file, or another configuration database specified by the c parameter. The variable arguments should be a list of strings naming each subs... |
krb5_config_get_bool_default(3) -- get configuration value
|
These functions get values from the krb5.conf(5) configuration file, or another configuration database specified by the c parameter. The variable arguments should be a list of strings naming each subs... |
krb5_config_get_int_default(3) -- get configuration value
|
These functions get values from the krb5.conf(5) configuration file, or another configuration database specified by the c parameter. The variable arguments should be a list of strings naming each subs... |
krb5_config_get_string_default(3) -- get configuration value
|
These functions get values from the krb5.conf(5) configuration file, or another configuration database specified by the c parameter. The variable arguments should be a list of strings naming each subs... |
krb5_config_get_time_default(3) -- get configuration value
|
These functions get values from the krb5.conf(5) configuration file, or another configuration database specified by the c parameter. The variable arguments should be a list of strings naming each subs... |
krb5_context(3) -- krb5 state structure
|
The krb5_context structure is designed to hold all per thread state. All global variables that are context specific are stored in this struture, including default encryption types, credential-cache (t... |
krb5_err(3) -- Heimdal warning and error functions
|
These functions prints a warning message to some destination. format is a printf style format specifying the message to print. The forms not ending in an ``x'' prints the error string associated wit... |
krb5_errx(3) -- Heimdal warning and error functions
|
These functions prints a warning message to some destination. format is a printf style format specifying the message to print. The forms not ending in an ``x'' prints the error string associated wit... |
krb5_free_context(3) -- create and delete krb5_context structures
|
The krb5_init_context() function initializes the context structure and reads the configration file /etc/krb5.conf. The structure should be freed by calling krb5_free_context() when it is no longer bei... |
krb5_free_principal(3) -- principal free function
|
The krb5_free_principal() will free a principal that has been created with krb5_build_principal(), krb5_parse_name(), or with some other function. |