From d6bdad36e8438d55f9470ece516ffc00a6276bff Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Thu, 11 Jun 2015 17:55:21 -0400 Subject: Remove vestiges of AUTH_KERB AUTH_KERB is described only briefly in the ONC+ Developer's Guide. However, xdr_authkerb_cred(), for example, is declared in Linux's tirpc/rpc/auth.h, but does not appear in Solaris 11's RPC headers. It is not provided by glibc, so there isn't any backward compatibility requirement. The libtirpc implementation of AUTH_KERB here on Linux and in FreeBSD seems to be incomplete and inoperative. Seems like the scattered pieces of it can be removed safely. Signed-off-by: Chuck Lever --- Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a29df43..667db63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,6 @@ nobase_include_HEADERS = tirpc/netconfig.h \ tirpc/rpc/clnt.h \ tirpc/rpc/auth_unix.h \ tirpc/rpc/auth_des.h \ - tirpc/rpc/auth_kerb.h \ tirpc/rpc/auth.h if GSS -- cgit v1.2.1