r4620: - add interface functions to the auth subsystem so that callers doesn't need to
authorStefan Metzmacher <metze@samba.org>
Sun, 9 Jan 2005 12:55:25 +0000 (12:55 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:34 +0000 (13:08 -0500)
commit46a32687da249174a666d9166fccbe705c8beba0
tree07a43ce2b630ea0a943c01ba4d631c9da18630c8
parentb61b22d73a0b0fb3322884e3712c89a52a47f56b
r4620: - add interface functions to the auth subsystem so that callers doesn't need to
  use function pointers anymore
- make the module init much easier
- a lot of cleanups

don't try to read the diff in auth/ better read the new files

it passes test_echo.sh and test_rpc.sh

abartlet: please fix spelling fixes

metze
(This used to be commit 3c0d16b8236451f2cfd38fc3db8ae2906106d847)
20 files changed:
source4/auth/auth.c
source4/auth/auth.h
source4/auth/auth_anonymous.c [new file with mode: 0644]
source4/auth/auth_builtin.c [deleted file]
source4/auth/auth_developer.c [new file with mode: 0644]
source4/auth/auth_sam.c
source4/auth/auth_util.c
source4/auth/auth_winbind.c
source4/auth/config.mk
source4/include/structs.h
source4/libcli/auth/gensec_krb5.c
source4/libcli/auth/gensec_ntlmssp.c
source4/libcli/security/security_token.c
source4/librpc/rpc/dcerpc_schannel.c
source4/rpc_server/dcerpc_server.c
source4/rpc_server/lsa/dcesrv_lsa.c
source4/rpc_server/netlogon/dcerpc_netlogon.c
source4/smb_server/negprot.c
source4/smb_server/sesssetup.c
source4/utils/ntlm_auth.c