From c57cb726d8889f9bafa558698d98376485900034 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Mon, 27 Jul 2009 05:31:53 +0000 Subject: Refactor ZCheckRealmAuthentication into ZCheckSrvAuthentication. (also fiddle around with what krb4 checksums are available in krb5-only land) --- server/zserver.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'server/zserver.h') diff --git a/server/zserver.h b/server/zserver.h index c0c84fc..2b5a908 100644 --- a/server/zserver.h +++ b/server/zserver.h @@ -292,8 +292,7 @@ Code_t xmit_frag(ZNotice_t *notice, char *buf, int len, int waitforack); void hostm_shutdown(void); /* found in kstuff.c */ -Code_t ZCheckSrvAuthentication(ZNotice_t *notice, struct sockaddr_in *from); -Code_t ZCheckRealmAuthentication(ZNotice_t *, struct sockaddr_in *, char *); +Code_t ZCheckSrvAuthentication(ZNotice_t *notice, struct sockaddr_in *from, char *realm); #if defined(HAVE_KRB4) || defined(HAVE_KRB5) Code_t ReadKerberosData(int, int *, char **, int *); void sweep_ticket_hash_table(void *); -- cgit v1.2.3