auth: move credentials layer to the top level
authorAndrew Bartlett <abartlet@samba.org>
Fri, 7 Oct 2011 06:20:33 +0000 (17:20 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 11 Oct 2011 02:41:36 +0000 (13:41 +1100)
commit561d834123a2a8a96954f7cca556f8838ab38b72
treea473eff62f409089a9bacdb5fe5742885c708223
parent1255383140a9b3fbd957c1f7ce47e89c17cc4eda
auth: move credentials layer to the top level

This will allow gensec_start.c to move to the top level.  This does not change
what code uses the cli_credentials code, but allows the gensec code to be
more broadly.

Andrew Bartlett
18 files changed:
auth/credentials/credentials.c [moved from source4/auth/credentials/credentials.c with 100% similarity]
auth/credentials/credentials.h [moved from source4/auth/credentials/credentials.h with 100% similarity]
auth/credentials/credentials_krb5.c [moved from source4/auth/credentials/credentials_krb5.c with 100% similarity]
auth/credentials/credentials_krb5.h [moved from source4/auth/credentials/credentials_krb5.h with 100% similarity]
auth/credentials/credentials_ntlm.c [moved from source4/auth/credentials/credentials_ntlm.c with 100% similarity]
auth/credentials/credentials_secrets.c [moved from source4/auth/credentials/credentials_secrets.c with 100% similarity]
auth/credentials/pycredentials.c [moved from source4/auth/credentials/pycredentials.c with 100% similarity]
auth/credentials/pycredentials.h [moved from source4/auth/credentials/pycredentials.h with 100% similarity]
auth/credentials/samba-credentials.pc.in [moved from source4/auth/credentials/samba-credentials.pc.in with 100% similarity]
auth/credentials/tests/bind.py [moved from source4/auth/credentials/tests/bind.py with 100% similarity]
auth/credentials/tests/simple.c [moved from source4/auth/credentials/tests/simple.c with 100% similarity]
auth/credentials/wscript_build [moved from source4/auth/credentials/wscript_build with 100% similarity]
auth/wscript_build
source3/auth/auth_samba4.c
source4/auth/gensec/gensec_start.c
source4/auth/wscript_build
source4/selftest/tests.py
source4/torture/local/wscript_build