summaryrefslogtreecommitdiffstats
path: root/nsswitch/winbind_nss_solaris.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove includes.h dep in winbind client librariesAndrew Bartlett2013-02-221-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>
* s3: Fix libnss_winbind.so's build on Illumos/SolarisIra Cooper2012-09-301-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
* nss_winbind: Solaris 64-bit fix and...SATOH Fumiyasu2008-12-161-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)
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-161-0/+654
Don't move source4 files yet to not confuse git's rename tracking too much.