r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.
authorAndrew Bartlett <abartlet@samba.org>
Sat, 19 Jun 2004 08:15:41 +0000 (08:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:44 +0000 (12:56 -0500)
commitbf598954f75bfd924b9aa22649975b372c74a49e
tree10395f5e51d75c68b2adb667dc00a1931a44705b
parentbc2fd488f1ad6116ba71fe793cc4444b8cd3c7a2
r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.

I have moved the SPNEGO and Kerberos code into libcli/auth, and intend
to refactor them into the same format as NTLMSSP.

Andrew Bartlett
(This used to be commit 58da78a7460d5d0a4abee7d7b84799c228e6bc0b)
19 files changed:
source4/include/ads.h
source4/include/includes.h
source4/lib/basic.mk
source4/lib/util_str.c
source4/libads/config.m4
source4/libcli/auth/clikrb5.c [moved from source4/libcli/raw/clikrb5.c with 80% similarity]
source4/libcli/auth/kerberos.c [moved from source4/libads/kerberos.c with 79% similarity]
source4/libcli/auth/kerberos.h [new file with mode: 0644]
source4/libcli/auth/kerberos_verify.c [moved from source4/libads/kerberos_verify.c with 64% similarity]
source4/libcli/auth/spnego.c [new file with mode: 0644]
source4/libcli/auth/spnego.h [new file with mode: 0644]
source4/libcli/config.m4
source4/libcli/raw/clispnego.c [deleted file]
source4/libcli/util/asn1.c
source4/passdb/secrets.c
source4/smbd/config.mk
source4/utils/config.m4
source4/utils/config.mk
source4/utils/ntlm_auth.c