summaryrefslogtreecommitdiff
path: root/nsswitch/winbind_nss_solaris.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-22build: Remove includes.h dep in winbind client librariesAndrew Bartlett1-1/+0
Our LGPL winbind client libs do not link against our server-side code, and should not use the server-side includes.h. This removes a build-time dep on talloc that was brought in via includes.h as this code also does not use talloc. Andrew Bartlett Reviewed-by: Stefan Metzmacher <metze@samba.org>
2012-09-30s3: Fix libnss_winbind.so's build on Illumos/SolarisIra Cooper1-0/+6
Due to not building and linking in the winbind_nss_solaris bits in addition to the linux bits, nss was broken on Solaris. Autobuild-User(master): Ira Cooper <ira@samba.org> Autobuild-Date(master): Sun Sep 30 22:56:30 CEST 2012 on sn-devel-104
2008-12-16nss_winbind: Solaris 64-bit fix and...SATOH Fumiyasu1-2/+7
PATCH 1: Fix gmem->numgids and gmem->maxgids breakage on Solaris 64-bit because sizeof(int) != sizeof(long int). PATCH 2: This patch fixes a compile-time warning "warning: implicit function declaration: _nss_winbind_initgroups_dyn". (cherry picked from commit cb036772d09227f870c2fec3ecd8c3f53787dfbc)
2008-12-16nsswitch: Move source3 files to top level dir.Kai Blin1-0/+654
Don't move source4 files yet to not confuse git's rename tracking too much.