summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2015-06-11 17:55:21 -0400
committerSteve Dickson <steved@redhat.com>2015-06-16 11:34:39 -0400
commitd6bdad36e8438d55f9470ece516ffc00a6276bff (patch)
tree360ba2a2c1d899a5aab053c590dfbf31a54fb0f2 /Makefile.am
parentd55cc313b8fefffb87ec1c9b5aab424fe8aca712 (diff)
downloadti-rpc-d6bdad36e8438d55f9470ece516ffc00a6276bff.tar.gz
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 <chuck.lever@oracle.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
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