summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-08-25 22:45:15 +0200
committerGünther Deschner <gd@samba.org>2009-08-27 15:55:20 +0200
commita3c6e02748d1025da1b68efb4b03e1dc74eebbfe (patch)
tree89ab2008538e9423c9e5cc597d27535673d96528 /source3/include/proto.h
parentb089506136f953961a0290d8af030fbaac3e7136 (diff)
downloadsamba-a3c6e02748d1025da1b68efb4b03e1dc74eebbfe.tar.gz
samba-a3c6e02748d1025da1b68efb4b03e1dc74eebbfe.tar.bz2
samba-a3c6e02748d1025da1b68efb4b03e1dc74eebbfe.zip
s3-credentials: remove unused code.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index bed592c6cb..a745c07b17 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1806,23 +1806,6 @@ bool create_local_private_krb5_conf_for_domain(const char *realm,
const char *sitename,
struct sockaddr_storage *pss);
-
-/* The following definitions come from libsmb/credentials.c */
-
-char *credstr(const unsigned char *cred);
-void creds_server_init(uint32 neg_flags,
- struct dcinfo *dc,
- struct netr_Credential *clnt_chal,
- struct netr_Credential *srv_chal,
- const unsigned char mach_pw[16],
- struct netr_Credential *init_chal_out);
-bool netlogon_creds_server_check(const struct dcinfo *dc,
- const struct netr_Credential *rcv_cli_chal_in);
-bool netlogon_creds_server_step(struct dcinfo *dc,
- const struct netr_Authenticator *received_cred,
- struct netr_Authenticator *cred_out);
-void cred_hash3(unsigned char *out, const unsigned char *in, const unsigned char *key, int forw);
-
/* The following definitions come from libads/kerberos_keytab.c */
int ads_keytab_add_entry(ADS_STRUCT *ads, const char *srvPrinc);