Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
* Various spelling fixesArthur de Jong2019-09-173-7/+7
* Add FreeBSD netgroup supportHWLin2018-08-291-0/+106
* Avoid some warnings on FreeBSDArthur de Jong2016-08-141-33/+36
* Provide innetgr function on SolarisArthur de Jong2015-05-091-6/+63
* Use correct PIC arg for non-GCC compilersTim Rice2015-03-231-1/+1
* Fix for networks lookup under SolarisArthur de Jong2015-03-221-1/+1
* Various small fixes when using --with-module-nameArthur de Jong2015-03-221-1/+1
* Also support platforms without TLSArthur de Jong2015-03-221-0/+7
* Allow configuration of NSS and PAM namesArthur de Jong2015-01-1916-177/+181
* Fix uninitialised variableMark R Bannister2015-01-191-1/+1
* Return correct port number on SolarisArthur de Jong2014-06-061-2/+2
* Use right h_errnop for retrying with larger bufferNalin Dahyabhai2014-03-022-2/+2
* Fix crash when retrieving large networks entriesLukas Slebodnik2014-03-022-4/+0
* Fix memory leaks related to set_pop()Arthur de Jong2014-01-051-2/+4
* Fix a number of compiler warningsArthur de Jong2013-10-299-14/+16
* Use a timeout when skipping remaining result dataArthur de Jong2013-08-301-3/+7
* NSS: Return TRYAGAIN on zero-length bufferJakub Hrozek2013-03-191-1/+6
* fix the text representation of shadow information for nsc...Arthur de Jong2013-03-111-7/+7
* add missing include statement for NULL definitionArthur de Jong2013-02-271-0/+2
* define and export an _nss_ldap_version symbolArthur de Jong2013-02-234-1/+15
* use the AX_TLS macro to find correct thread-local storage...Arthur de Jong2013-01-1811-22/+22
* merge NSS_BYNAME and NSS_BYINT32 into NSS_BYGEN and renam...Arthur de Jong2012-12-2311-111/+102
* adapt Solaris netgroup lookup codeArthur de Jong2012-12-231-81/+83
* update the netgroup by name request to have one result en...Arthur de Jong2012-12-231-22/+46
* update C coding style to a more commonly used styleArthur de Jong2012-12-2217-934/+955
* also no longer use NSS_BYINT32() in Solaris (fixes r1864)Arthur de Jong2012-12-163-9/+9
* switch protocol from host byte order to network byte orde...Arthur de Jong2012-12-166-27/+23
* properly initialise passwd.pw_class on FreeBSD to empty s...Arthur de Jong2012-11-181-0/+4
* refactor the read_result() functions into a common macro ...Arthur de Jong2012-10-2811-319/+125
* combine read_hostent_erronempty() and read_hostent_nexton...Arthur de Jong2012-10-281-67/+31
* fix typo (thanks Ted C. Cheng)Arthur de Jong2012-10-281-1/+1
* fix buffer size checking in group by member NSS function ...Arthur de Jong2012-10-261-1/+9
* introduce ent2str() functions for each database (except e...Arthur de Jong2012-10-2610-364/+416
* fix a problem on Solaris (fixes r1793)Arthur de Jong2012-10-211-1/+1
* do not clear the netgroup struct because it contains info...Arthur de Jong2012-10-141-1/+0
* include missing definition (fixes r1793)Arthur de Jong2012-10-131-0/+1
* do proper range checking and replace READ_RESULT macro wi...Arthur de Jong2012-10-131-30/+28
* return correct error for buffer too small (Solaris)Arthur de Jong2012-10-131-1/+4
* in ether handling only write to output values and return ...Arthur de Jong2012-10-131-6/+7
* on Solaris initialise the output valuesArthur de Jong2012-10-131-2/+15
* fix code indentationArthur de Jong2012-10-131-2/+2
* clear the *ent structs before writing fields to avoid pro...Arthur de Jong2012-09-1511-1/+12
* fix host name lookups for Solaris (tested with Solaris 10)Arthur de Jong2012-09-141-75/+52
* use the standard constructor and destructor eventhough be...Arthur de Jong2012-09-141-13/+2
* fix ethernet lookups for Solaris (tested with Solaris 10)Arthur de Jong2012-09-141-39/+39
* a few fixes in the Solaris group lookupsArthur de Jong2012-09-031-4/+3
* fix indenting of codeArthur de Jong2012-09-032-3/+3
* on Solaris store the errno value in NSS_ARGS(args)->erangeArthur de Jong2012-09-0310-47/+44
* get rid of a few compiler warnings on FreeBSDArthur de Jong2012-05-181-5/+3
* split the functionality to read everything from the strea...Arthur de Jong2012-04-261-2/+2