r17270: split the logic of saying this auth backend wants to handle this
commit5b26cbc3428b4c186235cc08c9ace1c23f59dd7f
authorStefan Metzmacher <metze@samba.org>
Thu, 27 Jul 2006 11:24:18 +0000 (27 11:24 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:10:25 +0000 (10 14:10 -0500)
tree327f4810b9453002b35d63be7971bf299a5d2520
parent14ecc563431335c99df33f4a454b3b02380ae165
r17270: split the logic of saying this auth backend wants to handle this
request from the password checking. This will help to make
the password checking hook async later

metze
source/auth/auth.c
source/auth/auth.h
source/auth/auth_anonymous.c
source/auth/auth_developer.c
source/auth/auth_sam.c
source/auth/auth_unix.c
source/auth/auth_winbind.c