summaryrefslogtreecommitdiff
path: root/nss/prototypes.h
AgeCommit message (Expand)Author
2010-10-04merge some of the changes for Solaris portability to ease merging, adding --w...Arthur de Jong
2010-09-24switch to using nss_status_t throughout the code and provide compatibility co...Arthur de Jong
2010-06-17have more compatibility code for NSS module and move compatibility code to co...Arthur de Jong
2010-06-14implement a global symbol inside the NSS module to allow applications to disa...Arthur de Jong
2010-06-14make include guard names consistent throughout the source and avoid conflicts...Arthur de Jong
2010-01-23simple improvement for FreeBSDArthur de Jong
2009-12-21also use compat/ether.h for nss functionsArthur de Jong
2009-09-04some simple changes in includes to make FreeBSD diff smallerArthur de Jong
2008-05-02remove checking for first entry and always return NSS_STATUS_RETURN when no m...Arthur de Jong
2008-01-03update copyright yearArthur de Jong
2008-01-01enable the _nss_ldap_initgroups_dyn() function that is now implemented in nslcdArthur de Jong
2007-03-04code improvements by making type casts explicit, flagging ignored return valu...Arthur de Jong
2007-01-10fix netgroup lookups so that _nss_ldap_getnetgrent_r() returns NSS_STATUS_RET...Arthur de Jong
2007-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2007-01-08use our own thread-local file pointer for doing requests instead of misusing ...Arthur de Jong
2006-12-17add note about glibc manualArthur de Jong
2006-12-16remove _nss_ldap_initgroups_dyn() from interface for now because it is curren...Arthur de Jong
2006-11-26get rid of automount map information lookups through NSS as this is not used ...Arthur de Jong
2006-11-25trip trailing whitespaceArthur de Jong
2006-11-17implement netgroup lookupsArthur de Jong
2006-11-15implement network information lookups through NSSArthur de Jong
2006-11-14implement automounter maps lookupsArthur de Jong
2006-11-10rename nss/exports.h to nss/prototypes.hArthur de Jong