|
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. |
krb5_initlog(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_init_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_keytab(3) -- manage keytab (key storage) files
|
A keytab name is on the form type:residual. The residual part is specific to each keytab-type. When a keytab-name is resolved, the type is matched with an interal list of keytab types. If there is no ... |
krb5_keytab_entry(3) -- manage keytab (key storage) files
|
A keytab name is on the form type:residual. The residual part is specific to each keytab-type. When a keytab-name is resolved, the type is matched with an interal list of keytab types. If there is no ... |
krb5_kt_add_entry(3) -- manage keytab (key storage) files
|
A keytab name is on the form type:residual. The residual part is specific to each keytab-type. When a keytab-name is resolved, the type is matched with an interal list of keytab types. If there is no ... |