(merge from 3.0)
authorAndrew Bartlett <abartlet@samba.org>
Mon, 5 Jan 2004 23:22:00 +0000 (23:22 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 5 Jan 2004 23:22:00 +0000 (23:22 +0000)
commit0d97b10248347398fbee66767baac0c7adf6889d
tree11a7902df93366043964b415f780354dfc2eab96
parent39d8a9e488eb31796e8e7eca42fe27f8218ce5d6
(merge from 3.0)

Refactor our authentication and authentication testing code.

The next move will be to remove our password checking code from the SAM
authentication backend, and into a file where other parts of samba can use
it.

The ntlm_auth changes provide for better use of common code.

Andrew Bartlett
source/auth/auth_sam.c
source/utils/ntlm_auth.c