diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-12-29 11:51:37 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-12-29 12:13:23 +0100 |
commit | af25fb55c0adb8ca0b552ace607ee285023c2652 (patch) | |
tree | 4fa84cc80582dce66a84556f41353c9fc5c317fc | |
parent | 4afb211f4ff8e74965451dd89d6d85b41f5aec52 (diff) | |
download | samba-af25fb55c0adb8ca0b552ace607ee285023c2652.tar.gz samba-af25fb55c0adb8ca0b552ace607ee285023c2652.tar.xz samba-af25fb55c0adb8ca0b552ace607ee285023c2652.zip |
s4:auth: remove autogenerated auth/ntlm/auth_proto.h
metze
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | source4/auth/ntlm/auth_proto.h | 50 |
2 files changed, 1 insertions, 51 deletions
diff --git a/.gitignore b/.gitignore index e88fad08d28..4f93726a6c8 100644 --- a/.gitignore +++ b/.gitignore @@ -119,7 +119,7 @@ source3/samba4-data.mk source3/samba4-config.mk source3/torture.tdb source4/apidocs -source4/auth/auth_proto.h +source4/auth/ntlm/auth_proto.h source4/auth/auth_sam.h source4/auth/auth_sam_reply.h source4/auth/credentials/credentials_krb5_proto.h diff --git a/source4/auth/ntlm/auth_proto.h b/source4/auth/ntlm/auth_proto.h deleted file mode 100644 index 5e8c725ea0a..00000000000 --- a/source4/auth/ntlm/auth_proto.h +++ /dev/null @@ -1,50 +0,0 @@ -#ifndef __AUTH_NTLM_AUTH_PROTO_H__ -#define __AUTH_NTLM_AUTH_PROTO_H__ - -#undef _PRINTF_ATTRIBUTE -#define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2) -/* This file was automatically generated by mkproto.pl. DO NOT EDIT */ - -/* this file contains prototypes for functions that are private - * to this subsystem or library. These functions should not be - * used outside this particular subsystem! */ - - -/* The following definitions come from auth/ntlm/auth.c */ - - -/*************************************************************************** - Set a fixed challenge -***************************************************************************/ -bool auth_challenge_may_be_modified(struct auth_context *auth_ctx) ; -const struct auth_operations *auth_backend_byname(const char *name); -const struct auth_critical_sizes *auth_interface_version(void); -NTSTATUS server_service_auth_init(void); - -/* The following definitions come from auth/ntlm/auth_util.c */ - -NTSTATUS auth_get_challenge_not_implemented(struct auth_method_context *ctx, TALLOC_CTX *mem_ctx, uint8_t chal[8]); - -/**************************************************************************** - Create an auth_usersupplied_data structure after appropriate mapping. -****************************************************************************/ -NTSTATUS map_user_info(TALLOC_CTX *mem_ctx, - const char *default_domain, - const struct auth_usersupplied_info *user_info, - struct auth_usersupplied_info **user_info_mapped); - -/**************************************************************************** - Create an auth_usersupplied_data structure after appropriate mapping. -****************************************************************************/ -NTSTATUS encrypt_user_info(TALLOC_CTX *mem_ctx, struct auth_context *auth_context, - enum auth_password_state to_state, - const struct auth_usersupplied_info *user_info_in, - const struct auth_usersupplied_info **user_info_encrypted); - -/* The following definitions come from auth/ntlm/auth_simple.c */ - -#undef _PRINTF_ATTRIBUTE -#define _PRINTF_ATTRIBUTE(a1, a2) - -#endif /* __AUTH_NTLM_AUTH_PROTO_H__ */ - |