auth_operations   159 source4/auth/auth.h 	const struct auth_operations *ops;
auth_operations   478 source4/auth/ntlm/auth.c 	const struct auth_operations *ops;
auth_operations   490 source4/auth/ntlm/auth.c 	struct auth_operations *new_ops;
auth_operations   503 source4/auth/ntlm/auth.c 	new_ops = (struct auth_operations *)talloc_memdup(backends, ops, sizeof(*ops));
auth_operations   521 source4/auth/ntlm/auth.c const struct auth_operations *auth_backend_byname(const char *name)
auth_operations   543 source4/auth/ntlm/auth.c 		sizeof(struct auth_operations),
auth_operations    60 source4/auth/ntlm/auth_anonymous.c static const struct auth_operations anonymous_auth_ops = {
auth_operations   133 source4/auth/ntlm/auth_developer.c static const struct auth_operations name_to_ntstatus_auth_ops = {
auth_operations   183 source4/auth/ntlm/auth_developer.c static const struct auth_operations fixed_challenge_auth_ops = {
auth_operations    20 source4/auth/ntlm/auth_proto.h const struct auth_operations *auth_backend_byname(const char *name);
auth_operations   467 source4/auth/ntlm/auth_sam.c static const struct auth_operations sam_ignoredomain_ops = {
auth_operations   475 source4/auth/ntlm/auth_sam.c static const struct auth_operations sam_ops = {
auth_operations   216 source4/auth/ntlm/auth_server.c static const struct auth_operations server_auth_ops = {
auth_operations   826 source4/auth/ntlm/auth_unix.c static const struct auth_operations unix_ops = {
auth_operations   251 source4/auth/ntlm/auth_winbind.c static const struct auth_operations winbind_samba3_ops = {
auth_operations   258 source4/auth/ntlm/auth_winbind.c static const struct auth_operations winbind_ops = {