summaryrefslogtreecommitdiffstats
path: root/lib/librpcsec_gss/Makefile
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2008-08-06 14:02:05 +0000
committerdfr <dfr@FreeBSD.org>2008-08-06 14:02:05 +0000
commitea3d7030c0c6118b636ea8909a5583b94d819e3a (patch)
treea928d209076dec713f636439ec8dc5be13863460 /lib/librpcsec_gss/Makefile
parent627a3ab3ef939e027409fe287f7e3c401c373003 (diff)
downloadFreeBSD-src-ea3d7030c0c6118b636ea8909a5583b94d819e3a.zip
FreeBSD-src-ea3d7030c0c6118b636ea8909a5583b94d819e3a.tar.gz
Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This
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
Diffstat (limited to 'lib/librpcsec_gss/Makefile')
-rw-r--r--lib/librpcsec_gss/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/lib/librpcsec_gss/Makefile b/lib/librpcsec_gss/Makefile
new file mode 100644
index 0000000..90f7bd7
--- /dev/null
+++ b/lib/librpcsec_gss/Makefile
@@ -0,0 +1,39 @@
+# $FreeBSD$
+
+LIB= rpcsec_gss
+SHLIB_MAJOR= 1
+WARNS?= 6
+SRCS+= rpcsec_gss.c rpcsec_gss_prot.c rpcsec_gss_conf.c rpcsec_gss_misc.c \
+ svc_rpcsec_gss.c
+
+DPADD+= ${LIBGSSAPI}
+LDADD+= -lgssapi
+
+VERSION_DEF= ${.CURDIR}/../libc/Versions.def
+SYMBOL_MAPS= ${.CURDIR}/Symbol.map
+
+CFLAGS+= -I${.CURDIR}/../../include
+CFLAGS+= -I${.CURDIR}/../../libc_rpc
+NO_PROFILE=
+
+MAN= rpcsec_gss.3
+MAN+= rpc_gss_seccreate.3
+MAN+= rpc_gss_set_defaults.3
+MAN+= rpc_gss_max_data_length.3
+MAN+= rpc_gss_get_error.3
+
+MAN+= rpc_gss_mech_to_oid.3
+MAN+= rpc_gss_oid_to_mech.3
+MAN+= rpc_gss_qop_to_num.3
+MAN+= rpc_gss_get_mechanisms.3
+MAN+= rpc_gss_get_mech_info.3
+MAN+= rpc_gss_get_versions.3
+MAN+= rpc_gss_is_installed.3
+
+MAN+= rpc_gss_set_svc_name.3
+MAN+= rpc_gss_getcred.3
+MAN+= rpc_gss_set_callback.3
+MAN+= rpc_gss_get_principal_name.3
+MAN+= rpc_gss_svc_max_data_length.3
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud