smb_register_auth   57 examples/auth/auth_skel.c 	return smb_register_auth(AUTH_INTERFACE_VERSION, "skel", auth_init_skel);
smb_register_auth  168 source3/auth/auth_builtin.c 	smb_register_auth(AUTH_INTERFACE_VERSION, "guest", auth_init_guest);
smb_register_auth  170 source3/auth/auth_builtin.c 	smb_register_auth(AUTH_INTERFACE_VERSION, "fixed_challenge", auth_init_fixed_challenge);
smb_register_auth  171 source3/auth/auth_builtin.c 	smb_register_auth(AUTH_INTERFACE_VERSION, "name_to_ntstatus", auth_init_name_to_ntstatus);
smb_register_auth  539 source3/auth/auth_domain.c 	smb_register_auth(AUTH_INTERFACE_VERSION, "trustdomain", auth_init_trustdomain);
smb_register_auth  540 source3/auth/auth_domain.c 	smb_register_auth(AUTH_INTERFACE_VERSION, "ntdomain", auth_init_ntdomain);
smb_register_auth  314 source3/auth/auth_netlogond.c 	smb_register_auth(AUTH_INTERFACE_VERSION, "netlogond",
smb_register_auth  447 source3/auth/auth_sam.c 	smb_register_auth(AUTH_INTERFACE_VERSION, "sam", auth_init_sam);
smb_register_auth  448 source3/auth/auth_sam.c 	smb_register_auth(AUTH_INTERFACE_VERSION, "sam_ignoredomain", auth_init_sam_ignoredomain);
smb_register_auth  146 source3/auth/auth_script.c 	return smb_register_auth(AUTH_INTERFACE_VERSION, "script", auth_init_script);
smb_register_auth  468 source3/auth/auth_server.c 	return smb_register_auth(AUTH_INTERFACE_VERSION, "smbserver", auth_init_smbserver);
smb_register_auth  144 source3/auth/auth_unix.c 	return smb_register_auth(AUTH_INTERFACE_VERSION, "unix", auth_init_unix);
smb_register_auth  149 source3/auth/auth_wbc.c 	return smb_register_auth(AUTH_INTERFACE_VERSION, "wbc", auth_init_wbc);
smb_register_auth  152 source3/auth/auth_winbind.c 	return smb_register_auth(AUTH_INTERFACE_VERSION, "winbind", auth_init_winbind);
smb_register_auth   29 source3/include/proto.h NTSTATUS smb_register_auth(int version, const char *name, auth_init_function init);