summaryrefslogtreecommitdiff
path: root/nsswitch/winbind_nss_solaris.h
Commit message (Collapse)AuthorAgeFilesLines
* s3-nsswitch: Fix warnings on Solaris.Ira Cooper2012-02-061-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
* developer: only do the C++ reserved name checking on LinuxAndrew Tridgell2010-11-171-26/+0
| | | | | this prevents us breaking the solaris build, but will still mean we prevent C++ vars in our code
* nss_winbind: Solaris 64-bit fix and...SATOH Fumiyasu2008-12-161-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)
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-161-0/+85
Don't move source4 files yet to not confuse git's rename tracking too much.