summaryrefslogtreecommitdiff
path: root/nsswitch/winbind_nss_solaris.h
AgeCommit message (Collapse)AuthorFilesLines
2012-02-06s3-nsswitch: Fix warnings on Solaris.Ira Cooper1-0/+1
Add "system/passwd.h" so struct group is declared. Autobuild-User: Ira Cooper <ira@samba.org> Autobuild-Date: Mon Feb 6 18:28:53 CET 2012 on sn-devel-104
2010-11-17developer: only do the C++ reserved name checking on LinuxAndrew Tridgell1-26/+0
this prevents us breaking the solaris build, but will still mean we prevent C++ vars in our code
2008-12-16nss_winbind: Solaris 64-bit fix and...SATOH Fumiyasu1-0/+3
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/+85
Don't move source4 files yet to not confuse git's rename tracking too much.