diff options
| author | Günther Deschner <gd@samba.org> | 2009-08-25 22:45:15 +0200 | 
|---|---|---|
| committer | Günther Deschner <gd@samba.org> | 2009-08-27 15:55:20 +0200 | 
| commit | a3c6e02748d1025da1b68efb4b03e1dc74eebbfe (patch) | |
| tree | 89ab2008538e9423c9e5cc597d27535673d96528 /source3/include | |
| parent | b089506136f953961a0290d8af030fbaac3e7136 (diff) | |
| download | samba-a3c6e02748d1025da1b68efb4b03e1dc74eebbfe.tar.gz samba-a3c6e02748d1025da1b68efb4b03e1dc74eebbfe.tar.bz2 samba-a3c6e02748d1025da1b68efb4b03e1dc74eebbfe.zip  | |
s3-credentials: remove unused code.
Guenther
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/ntdomain.h | 2 | ||||
| -rw-r--r-- | source3/include/proto.h | 17 | 
2 files changed, 0 insertions, 19 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index d67c5b23bc..ce5d606c57 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -207,8 +207,6 @@ typedef struct pipes_struct {  	struct pipe_auth_data auth; -	struct dcinfo *dc; /* Keeps the creds data from netlogon. */ -  	/*  	 * Set to true when an RPC bind has been done on this pipe.  	 */ 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);  | 
