|
krb5_kt_remove_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 internal list of keytab types. If there is no... |
krb5_kt_resolve(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 internal list of keytab types. If there is no... |
krb5_kt_start_seq_get(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 internal list of keytab types. If there is no... |
krb5_log(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_log_msg(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_make_principal(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_openlog(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_parse_name(3) -- string to principal conversion
|
krb5_parse_name() converts a string representation of a principal name to krb5_principal. The principal will point to allocated data that should be freed with krb5_free_principal(). The string should ... |
krb5_set_warn_dest(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_sname_to_principal(3) -- create a service principal
|
These functions create a ``service'' principal that can, for instance, be used to lookup a key in a keytab. For both these function the sname parameter will be used for the first component of the cr... |
krb5_sock_to_principal(3) -- create a service principal
|
These functions create a ``service'' principal that can, for instance, be used to lookup a key in a keytab. For both these function the sname parameter will be used for the first component of the cr... |
krb5_unparse_name(3) -- principal to string conversion
|
This function takes a principal, and will convert in to a printable representation with the same syntax as described in krb5_parse_name(3). *name will point to allocated data and should be freed by th... |
krb5_verify_checksum(3) -- creates and verifies checksums
|
These functions are used to create and verify checksums. krb5_create_checksum() creates a checksum of the specified data, and puts it in result. If crypto is NULL, usage_or_type specifies the checksum... |