Refactor our authentication and authentication testing code.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 30 Dec 2003 05:02:32 +0000 (05:02 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 30 Dec 2003 05:02:32 +0000 (05:02 +0000)
commit2375abfa0077a884248c84614d5109f57dfdf5b1
treec9d635f387ecf461b265909e9c7ab108249700f2
parentde3c3cbeeb8b674ffc0dd8fe16913f15edcf9022
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