#include <auth.h>
変数 | |
| auth_methods * | prev |
| auth_methods * | next |
| const char * | name |
| NTSTATUS(* | auth )(const struct auth_context *auth_context, void *my_private_data, TALLOC_CTX *mem_ctx, const struct auth_usersupplied_info *user_info, auth_serversupplied_info **server_info) |
| DATA_BLOB(* | get_chal )(const struct auth_context *auth_context, void **my_private_data, TALLOC_CTX *mem_ctx) |
| void * | private_data |
| void(* | free_private_data )(void **private_data) |
| void(* | send_keepalive )(void **private_data) |
| struct auth_methods* prev |
| struct auth_methods * next |
| const char* name |
| NTSTATUS(* auth)(const struct auth_context *auth_context, void *my_private_data, TALLOC_CTX *mem_ctx, const struct auth_usersupplied_info *user_info, auth_serversupplied_info **server_info) |
| DATA_BLOB(* get_chal)(const struct auth_context *auth_context, void **my_private_data, TALLOC_CTX *mem_ctx) |
参照元 get_ntlm_challenge().
| void* private_data |
| void(* free_private_data)(void **private_data) |
参照元 free_auth_context().
| void(* send_keepalive)(void **private_data) |
参照元 timeout_processing().
1.4.7