Abstracted all the crappy password interfaces through an indirect
authorJeremy Allison <jra@samba.org>
Mon, 18 May 1998 23:57:28 +0000 (23:57 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 18 May 1998 23:57:28 +0000 (23:57 +0000)
commit27ca536ad974242524c12f7100e419d9e7f9647f
treec571e8a80cfdb6e5559c7b11fb87f666fe60f893
parent7d332b2493d2089d09521250fc9b72d8953307c0
Abstracted all the crappy password interfaces through an indirect
function table, selectable at compile time. This should make the
code that implements all the password functions much cleaner, as
it's now very clear exactly what a particular password database
needs to provide to Samba.
Jeremy.
source/include/proto.h
source/include/smb.h
source/passdb/ldap.c
source/passdb/nispass.c
source/passdb/passdb.c
source/passdb/smbpass.c
source/smbd/server.c
source/utils/smbpasswd.c