summaryrefslogtreecommitdiff
path: root/nsswitch/config.mk
AgeCommit message (Collapse)AuthorFilesLines
2010-03-10nsswitch: don't use socket_wrapper for winbind client codeStefan Metzmacher1-2/+1
metze
2010-02-05NSS wrapper - add dependency to "nsstest"Matthias Dieter Wallnöfer1-1/+2
The code part makes use of the "NSS wrapper" if it is enabled. Surprisingly the build process doesn't break with the missing dependency on more recent systems. But with an older CentOS 4 installation it has been broken. This patch should fix the problem on older distributions while keep the build running on newer ones.
2009-09-11s4: Pass WINBINDD_SOCKET_DIR var in order to overide the location of the ↵Matthieu Patou1-0/+2
Winbind socket
2009-08-18wbinfo: Use one codebase for Samba3 and Samba4.Kai Blin1-1/+1
There can be only one....wbinfo that is.
2009-08-05added a uid_wrapper libraryAndrew Tridgell1-1/+2
This library intercepts seteuid and related calls, and simulates them in a manner similar to the nss_wrapper and socket_wrapper libraries. This allows us to enable the vfs_unixuid NTVFS module in the build farm, which means we are more likely to catch errors in the token manipulation. The simulation is not complete, but it is enough for Samba4 for now. The major areas of incompleteness are: - no emulation of setreuid, setresuid or saved uids. These would be needed for use in Samba3 - no emulation of ruid changing. That would also be needed for Samba3 - no attempt to emulate file ownership changing, so code that (for example) tests whether st.st_uid matches geteuid() needs special handling
2009-05-30libwbclient: Add async call framework.Kai Blin1-1/+5
2008-12-16nsswitch: Move nsswitch files from source4 to top level nsswitch dirKai Blin1-0/+34