This function is obtained from the FreeBSD base libgssapi code. Whith this function added to the port, it is possible to buildworld FreeBSD fully against the port. FYI: Patches for CURRENT and 8-STABLE src/ are here: ftp://ftp.frm2.tum.de/pub/jpulz/FreeBSD/patches/CURRENT_use_kerberos_port.patch ftp://ftp.frm2.tum.de/pub/jpulz/FreeBSD/patches/8-STABLE_use_kerberos_port.patch PR: ports/152030 Submitted by: maintainer
10 lines
326 B
Text
10 lines
326 B
Text
--- lib/gssapi/version-script.map.orig 2010-11-05 09:09:47.000000000 +0100
|
|
+++ lib/gssapi/version-script.map 2010-11-05 09:40:32.000000000 +0100
|
|
@@ -63,6 +63,7 @@
|
|
gss_oid_to_str;
|
|
gss_process_context_token;
|
|
gss_pseudo_random;
|
|
+ gss_pname_to_uid;
|
|
gss_release_buffer;
|
|
gss_release_buffer_set;
|
|
gss_release_cred;
|