summaryrefslogtreecommitdiff
path: root/server/zserver.h
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-07-27 05:31:53 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-07-27 05:31:53 +0000
commitc57cb726d8889f9bafa558698d98376485900034 (patch)
treed82fd86f62fb223faa0432691dac84bd5a424034 /server/zserver.h
parent78adeeac1cce9d015c6cbc9bea8ac163a420caeb (diff)
Refactor ZCheckRealmAuthentication into ZCheckSrvAuthentication.
(also fiddle around with what krb4 checksums are available in krb5-only land)
Diffstat (limited to 'server/zserver.h')
-rw-r--r--server/zserver.h3
1 files changed, 1 insertions, 2 deletions
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 *);