8f55a568f6
is based on an old implementation from the University of Michigan with lots of changes and fixes by me and the addition of a Solaris-compatible API. Sponsored by: Isilon Systems Reviewed by: alfred
29 lines
510 B
Plaintext
29 lines
510 B
Plaintext
/*
|
|
* $FreeBSD$
|
|
*/
|
|
FBSD_1.1 {
|
|
rpc_gss_seccreate;
|
|
rpc_gss_set_defaults;
|
|
rpc_gss_max_data_length;
|
|
rpc_gss_get_error;
|
|
rpc_gss_mesh_to_oid;
|
|
rpc_gss_oid_to_mech;
|
|
rpc_gss_qop_to_num;
|
|
rpc_gss_get_mechanisms;
|
|
rpc_gss_get_mech_info;
|
|
rpc_gss_get_versions;
|
|
rpc_gss_is_installed;
|
|
rpc_gss_set_svc_name;
|
|
rpc_gss_getcred;
|
|
rpc_gss_set_callback;
|
|
rpc_gss_get_principal_name;
|
|
rpc_gss_svc_max_data_length;
|
|
};
|
|
|
|
FBSDprivate_1.0 {
|
|
__rpc_gss_unwrap;
|
|
__rpc_gss_unwrap_stub;
|
|
__rpc_gss_wrap;
|
|
__rpc_gss_wrap_stub;
|
|
};
|