split the system password checking routines out of smbd/password.c and
authorAndrew Tridgell <tridge@samba.org>
Mon, 10 Aug 1998 07:04:53 +0000 (07:04 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 10 Aug 1998 07:04:53 +0000 (07:04 +0000)
commitfa88efbbacbbe74b72ddb9e316265de2aab31260
treecb523c513382ed2838def1e8469195a4052af997
parentbad66abfe7c64069b76686563030ca6819fe4cc0
split the system password checking routines out of smbd/password.c and
into passdb/pass_check.c. This means SWAT no longer needs to link to
smbd/password.c
(This used to be commit 90d93889d722670cbb517017531264630af759bf)
source3/Makefile.in
source3/auth/pass_check.c [new file with mode: 0644]
source3/include/proto.h
source3/passdb/pass_check.c [new file with mode: 0644]
source3/smbd/password.c
source3/smbd/server.c
source3/web/cgi.c