nsswitch: Move source3 files to top level dir.
authorKai Blin <kai@samba.org>
Tue, 16 Dec 2008 08:30:16 +0000 (09:30 +0100)
committerKai Blin <kai@samba.org>
Tue, 16 Dec 2008 12:02:45 +0000 (13:02 +0100)
commit6821d898d7ecf10c6a9359560c5cf1c50a812b62
treeb4305a8ac51ff27bb37063a62fc34ceb4142bb90
parent46f530e42f42b860407696f4e4733ad88e69f1be
nsswitch: Move source3 files to top level dir.

Don't move source4 files yet to not confuse git's rename tracking too much.
37 files changed:
.gitignore
nsswitch/libwbclient/Doxyfile [moved from source3/nsswitch/libwbclient/Doxyfile with 82% similarity]
nsswitch/libwbclient/libwbclient.h [moved from source3/nsswitch/libwbclient/libwbclient.h with 100% similarity]
nsswitch/libwbclient/wbc_err_internal.h [moved from source3/nsswitch/libwbclient/wbc_err_internal.h with 100% similarity]
nsswitch/libwbclient/wbc_guid.c [moved from source3/nsswitch/libwbclient/wbc_guid.c with 100% similarity]
nsswitch/libwbclient/wbc_idmap.c [moved from source3/nsswitch/libwbclient/wbc_idmap.c with 100% similarity]
nsswitch/libwbclient/wbc_pam.c [moved from source3/nsswitch/libwbclient/wbc_pam.c with 100% similarity]
nsswitch/libwbclient/wbc_pwd.c [moved from source3/nsswitch/libwbclient/wbc_pwd.c with 100% similarity]
nsswitch/libwbclient/wbc_sid.c [moved from source3/nsswitch/libwbclient/wbc_sid.c with 100% similarity]
nsswitch/libwbclient/wbc_util.c [moved from source3/nsswitch/libwbclient/wbc_util.c with 98% similarity]
nsswitch/libwbclient/wbclient.c [moved from source3/nsswitch/libwbclient/wbclient.c with 99% similarity]
nsswitch/libwbclient/wbclient.h [moved from source3/nsswitch/libwbclient/wbclient.h with 99% similarity]
nsswitch/libwbclient/wbclient_internal.h [moved from source3/nsswitch/libwbclient/wbclient_internal.h with 100% similarity]
nsswitch/pam_winbind.c [moved from source3/nsswitch/pam_winbind.c with 100% similarity]
nsswitch/pam_winbind.h [moved from source3/nsswitch/pam_winbind.h with 97% similarity]
nsswitch/wb_common.c [moved from source3/nsswitch/wb_common.c with 95% similarity]
nsswitch/wbinfo.c [moved from source3/nsswitch/wbinfo.c with 99% similarity]
nsswitch/winbind_client.h [moved from source3/nsswitch/winbind_client.h with 90% similarity]
nsswitch/winbind_krb5_locator.c [moved from source3/nsswitch/winbind_krb5_locator.c with 100% similarity]
nsswitch/winbind_nss.h [moved from source3/nsswitch/winbind_nss.h with 96% similarity]
nsswitch/winbind_nss_aix.c [moved from source3/nsswitch/winbind_nss_aix.c with 96% similarity]
nsswitch/winbind_nss_config.h [moved from source3/nsswitch/winbind_nss_config.h with 96% similarity]
nsswitch/winbind_nss_freebsd.c [moved from source3/nsswitch/winbind_nss_freebsd.c with 97% similarity]
nsswitch/winbind_nss_hpux.h [moved from source3/nsswitch/winbind_nss_hpux.h with 98% similarity]
nsswitch/winbind_nss_irix.c [moved from source3/nsswitch/winbind_nss_irix.c with 97% similarity]
nsswitch/winbind_nss_irix.h [moved from source3/nsswitch/winbind_nss_irix.h with 98% similarity]
nsswitch/winbind_nss_linux.c [moved from source3/nsswitch/winbind_nss_linux.c with 96% similarity]
nsswitch/winbind_nss_linux.h [moved from source3/nsswitch/winbind_nss_linux.h with 98% similarity]
nsswitch/winbind_nss_netbsd.c [moved from source3/nsswitch/winbind_nss_netbsd.c with 100% similarity]
nsswitch/winbind_nss_netbsd.h [moved from source3/nsswitch/winbind_nss_netbsd.h with 98% similarity]
nsswitch/winbind_nss_solaris.c [moved from source3/nsswitch/winbind_nss_solaris.c with 97% similarity]
nsswitch/winbind_nss_solaris.h [moved from source3/nsswitch/winbind_nss_solaris.h with 99% similarity]
nsswitch/winbind_struct_protocol.h [moved from source3/nsswitch/winbind_struct_protocol.h with 98% similarity]
nsswitch/wins.c [moved from source3/nsswitch/wins.c with 99% similarity]
source3/Makefile.in
source3/configure.in
source4/winbind/wb_samba3_protocol.c