summaryrefslogtreecommitdiff
path: root/nss
AgeCommit message (Expand)Author
2014-10-04remove non-nslcd stuffLuke Shumaker
2014-06-06Return correct port number on SolarisArthur de Jong
2014-03-02Use right h_errnop for retrying with larger bufferNalin Dahyabhai
2014-03-02Fix crash when retrieving large networks entriesLukas Slebodnik
2014-01-05Fix memory leaks related to set_pop()Arthur de Jong
2013-10-29Fix a number of compiler warningsArthur de Jong
2013-08-30Use a timeout when skipping remaining result dataArthur de Jong
2013-03-19NSS: Return TRYAGAIN on zero-length bufferJakub Hrozek
2013-03-11fix the text representation of shadow information for nscd on SolarisArthur de Jong
2013-02-27add missing include statement for NULL definitionArthur de Jong
2013-02-23define and export an _nss_ldap_version symbolArthur de Jong
2013-01-18use the AX_TLS macro to find correct thread-local storage class compiler dire...Arthur de Jong
2012-12-23merge NSS_BYNAME and NSS_BYINT32 into NSS_BYGEN and rename to NSS_GETONEArthur de Jong
2012-12-23adapt Solaris netgroup lookup codeArthur de Jong
2012-12-23update the netgroup by name request to have one result entry per netgroup wit...Arthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-12-16also no longer use NSS_BYINT32() in Solaris (fixes r1864)Arthur de Jong
2012-12-16switch protocol from host byte order to network byte order and switch use of ...Arthur de Jong
2012-11-18properly initialise passwd.pw_class on FreeBSD to empty string (was set to NU...Arthur de Jong
2012-10-28refactor the read_result() functions into a common macro and move all the Sol...Arthur de Jong
2012-10-28combine read_hostent_erronempty() and read_hostent_nextonempty() into a read_...Arthur de Jong
2012-10-28fix typo (thanks Ted C. Cheng)Arthur de Jong
2012-10-26fix buffer size checking in group by member NSS function on SolarisArthur de Jong
2012-10-26introduce ent2str() functions for each database (except ether and netgroup) a...Arthur de Jong
2012-10-21fix a problem on Solaris (fixes r1793)Arthur de Jong
2012-10-14do not clear the netgroup struct because it contains information for others a...Arthur de Jong
2012-10-13include missing definition (fixes r1793)Arthur de Jong
2012-10-13do proper range checking and replace READ_RESULT macro with read_result funct...Arthur de Jong
2012-10-13return correct error for buffer too small (Solaris)Arthur de Jong
2012-10-13in ether handling only write to output values and return correct error for bu...Arthur de Jong
2012-10-13on Solaris initialise the output valuesArthur de Jong
2012-10-13fix code indentationArthur de Jong
2012-09-15clear the *ent structs before writing fields to avoid problems with extra fie...Arthur de Jong
2012-09-14fix host name lookups for Solaris (tested with Solaris 10)Arthur de Jong
2012-09-14use the standard constructor and destructor eventhough be->fp isn't usedArthur de Jong
2012-09-14fix ethernet lookups for Solaris (tested with Solaris 10)Arthur de Jong
2012-09-03a few fixes in the Solaris group lookupsArthur de Jong
2012-09-03fix indenting of codeArthur de Jong
2012-09-03on Solaris store the errno value in NSS_ARGS(args)->erangeArthur de Jong
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