summaryrefslogtreecommitdiff
path: root/tirpc
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2020-11-30 13:56:36 -0500
committerSteve Dickson <steved@redhat.com>2020-12-01 09:17:34 -0500
commit861d924739debf32404b26c20ab1ef2e0530fe99 (patch)
treed87afaf1b52ad08ca68c8ff02fd072ca2a13ca9e /tirpc
parent5ca4ca92f629d9d83e83544b9239abaaacf0a527 (diff)
downloadti-rpc-861d924739debf32404b26c20ab1ef2e0530fe99.tar.gz
Remove AUTH_DES interfaces from auth_des.h.libtirpc-1-2-7-rc5
The unsupported AUTH_DES authentication has be compiled out since commit d918e41d889 (Wed Oct 9 2019) replaced by API routines that return errors. To maintain a stable API and to cause future apps to fail to build, this patch removes the functions declaration from the header file. This also has the side effect of not changing the SONAME which always causes pain. Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'tirpc')
-rw-r--r--tirpc/rpc/auth_des.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/tirpc/rpc/auth_des.h b/tirpc/rpc/auth_des.h
index 73103c6..3b1cb47 100644
--- a/tirpc/rpc/auth_des.h
+++ b/tirpc/rpc/auth_des.h
@@ -110,27 +110,12 @@ struct authdes_verf {
#define adv_xtimeverf adv_time_u.adv_xtime
#define adv_nickname adv_int_u
-/*
- * Map a des credential into a unix cred.
- *
- */
-#ifdef __cplusplus
-extern "C" {
-#endif
-extern int authdes_getucred( struct authdes_cred *, uid_t *, gid_t *, int *, gid_t * );
-#ifdef __cplusplus
-}
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif
-extern bool_t xdr_authdes_cred(XDR *, struct authdes_cred *);
-extern bool_t xdr_authdes_verf(XDR *, struct authdes_verf *);
extern int rtime(struct sockaddr_in *, struct timeval *,
struct timeval *);
extern void kgetnetname(char *);
-extern enum auth_stat _svcauth_des(struct svc_req *, struct rpc_msg *);
#ifdef __cplusplus
}
#endif