summaryrefslogtreecommitdiff
path: root/nss
AgeCommit message (Expand)Author
2012-05-18get rid of a few compiler warnings on FreeBSDArthur de Jong
2012-04-26split the functionality to read everything from the stream into a separate fu...Arthur de Jong
2012-03-16put both tio_skip() and tio_close() within if (fixes r1637) and clarify docum...Arthur de Jong
2012-03-14read any remaining available data from the stream when closing the connection...Arthur de Jong
2012-01-17FreeBSD compilation fixes by Maxim VetrovArthur de Jong
2011-10-12implement group membership NSS function by Tom Judge (taken from FreeBSD PR 1...Arthur de Jong
2011-08-14remove unused variableArthur de Jong
2011-03-19small code improvementsArthur de Jong
2011-03-10update copyright headers to add missing yearsArthur de Jong
2011-01-05add FreeBSD support, partially imported from the FreeBSD port (thanks to Jacq...Arthur de Jong
2011-01-01put solnss.c under EXTRA_nss_ldap_so_SOURCESArthur de Jong
2011-01-01ensure that solnss.c ends up in tarballArthur de Jong
2010-12-30correctly set nss_ldap_so_DEPENDENCIESArthur de Jong
2010-12-30split netgroup backend into a "normal" backend and one for setnetgrentArthur de Jong
2010-12-30implement buffer checking and simplify code somewhatArthur de Jong
2010-12-30move Solaris specific NSS functions to separate fileArthur de Jong
2010-12-17move LDAP_BE() definitionArthur de Jong
2010-12-16remove debugging left-oversArthur de Jong
2010-12-16switch to a common back-end with a common constructor and destructor and put ...Arthur de Jong
2010-12-13have a more consistent naming convention for static lookup functionsArthur de Jong
2010-12-13fix assignment in if statement (was broken in r1262)Arthur de Jong
2010-10-28remove redundant backslashArthur de Jong
2010-10-15make formatting consistentArthur de Jong
2010-10-15also export _nss_ldap_enablelookups so we can disable the NSS module from nslcdArthur de Jong
2010-10-15switch to using SETs to follow the netgroupsArthur de Jong
2010-10-14merge changes from trunkArthur de Jong
2010-10-14move _nss_ldap_initgroups_dyn() definition to the end to have more logical orderArthur de Jong
2010-10-13link local modules before .a files from common directory to pick symbols up i...Arthur de Jong
2010-10-11also try to support older Solaris releases that do not have the returnlen mem...Arthur de Jong
2010-10-10generate Solaris NSS functions using same macros that are used for Glibc, spl...Arthur de Jong
2010-10-10merge changes from trunkArthur de Jong
2010-10-10make use of UNUSED() consistent throughout the codeArthur de Jong
2010-10-10correctly name shared file handleArthur de Jong
2010-10-10put all logic on how to run linker for NSS and PAM components in configure sc...Arthur de Jong
2010-10-10put all locgic on how to link in configure script (remove stuff from Makefile...Arthur de Jong
2010-10-09have one shared file handle per flavour instead of one global one (for now) a...Arthur de Jong
2010-10-09re-introduce rename of protoentfp to serventfp which was introduced in r1246 ...Arthur de Jong
2010-10-09nss-pam-ldapd fixes for solaris 10 buildTed Cheng
2010-10-08re-introduce {set,get,end}**ent() file handle in Solaris code path and some o...Arthur de Jong
2010-10-08correctly name shared file handleArthur de Jong
2010-10-04merge changes from trunkArthur de Jong
2010-10-04try to make use of UNUSED() consistentArthur de Jong
2010-10-04improve consistency of code layoutArthur de Jong
2010-10-04merge some of the changes for Solaris portability to ease merging, adding --w...Arthur de Jong
2010-10-03first attempt to split Solaris and Glibc code more and determine NSS flavour ...Arthur de Jong
2010-09-30import Solaris support developed by Ted C. Cheng of Symas Corporation merged ...Arthur de Jong
2010-09-25have a way to limit which NSS maps should be builtArthur de Jong
2010-09-24switch to using nss_status_t throughout the code and provide compatibility co...Arthur de Jong
2010-07-27use htons() instead of ntohs() (thanks Ted C. Cheng)Arthur de Jong
2010-07-18use -h linker flag instead of -soname which seems more portableArthur de Jong