]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup of winbind header dependencies to correct building with
authorhno <>
Tue, 11 Feb 2003 21:34:30 +0000 (21:34 +0000)
committerhno <>
Tue, 11 Feb 2003 21:34:30 +0000 (21:34 +0000)
commitb1485ff8586ca4e1c2b3c30a346fdafe50e899af
treea5aefba14e684d65940392ca05fca502e8884512
parent1106686ff946cdf91b8028fed2bcde592f735e30
Cleanup of winbind header dependencies to correct building with
current Samba releases and make migration easier in future (and also
backward to older Samba versions if needed)

1. Centralize the headers to include/samba/nsswitch

2. Upgraded the headers to Samba-2.2.7a, without any changes

3. Added a --with-samba-source=... configure option to manually specify
   other headers to use (top level Samba source directory)
21 files changed:
Makefile.am
configure.in
helpers/basic_auth/winbind/Makefile.am
helpers/basic_auth/winbind/wb_basic_auth.c
helpers/basic_auth/winbind/wb_common.c
helpers/basic_auth/winbind/winbind_nss_config.h [deleted file]
helpers/basic_auth/winbind/winbindd_nss.h [deleted file]
helpers/external_acl/winbind_group/Makefile.am
helpers/external_acl/winbind_group/samba_nss.h [deleted file]
helpers/external_acl/winbind_group/wb_check_group.c
helpers/external_acl/winbind_group/wb_common.c
helpers/external_acl/winbind_group/winbind_nss_config.h [deleted file]
helpers/ntlm_auth/winbind/Makefile.am
helpers/ntlm_auth/winbind/samba_nss.h [deleted file]
helpers/ntlm_auth/winbind/wb_common.c
helpers/ntlm_auth/winbind/wb_ntlm_auth.c
helpers/ntlm_auth/winbind/winbindd_nss.h [deleted file]
include/samba/README.txt [new file with mode: 0644]
include/samba/nsswitch/sys_nss.h [moved from helpers/basic_auth/winbind/samba_nss.h with 93% similarity]
include/samba/nsswitch/winbind_nss_config.h [moved from helpers/ntlm_auth/winbind/winbind_nss_config.h with 94% similarity]
include/samba/nsswitch/winbindd_nss.h [moved from helpers/external_acl/winbind_group/winbindd_nss.h with 96% similarity, mode: 0644]