new prototypes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2954 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -455,6 +455,11 @@ krb5_auth_con_setaddrs(krb5_context context,
|
||||
krb5_address *local_addr,
|
||||
krb5_address *remote_addr);
|
||||
|
||||
krb5_error_code
|
||||
krb5_auth_con_setaddrs_from_fd (krb5_context context,
|
||||
krb5_auth_context auth_context,
|
||||
int fd);
|
||||
|
||||
krb5_error_code
|
||||
krb5_auth_con_getaddrs(krb5_context context,
|
||||
krb5_auth_context auth_context,
|
||||
@@ -946,6 +951,13 @@ krb5_sname_to_principal (krb5_context context,
|
||||
int32_t type,
|
||||
krb5_principal *ret_princ);
|
||||
|
||||
krb5_error_code
|
||||
krb5_sock_to_principal (krb5_context context,
|
||||
int sock,
|
||||
const char *sname,
|
||||
int32_t type,
|
||||
krb5_principal *ret_princ);
|
||||
|
||||
krb5_error_code
|
||||
krb5_get_krbhst (krb5_context context,
|
||||
const krb5_realm *realm,
|
||||
|
Reference in New Issue
Block a user