| Commit message (Expand) | Author | Age | Files | Lines |
* | Various spelling fixes | Arthur de Jong | 2019-09-17 | 3 | -7/+7 |
* | Add FreeBSD netgroup support | HWLin | 2018-08-29 | 1 | -0/+106 |
* | Avoid some warnings on FreeBSD | Arthur de Jong | 2016-08-14 | 1 | -33/+36 |
* | Provide innetgr function on Solaris | Arthur de Jong | 2015-05-09 | 1 | -6/+63 |
* | Use correct PIC arg for non-GCC compilers | Tim Rice | 2015-03-23 | 1 | -1/+1 |
* | Fix for networks lookup under Solaris | Arthur de Jong | 2015-03-22 | 1 | -1/+1 |
* | Various small fixes when using --with-module-name | Arthur de Jong | 2015-03-22 | 1 | -1/+1 |
* | Also support platforms without TLS | Arthur de Jong | 2015-03-22 | 1 | -0/+7 |
* | Allow configuration of NSS and PAM names | Arthur de Jong | 2015-01-19 | 16 | -177/+181 |
* | Fix uninitialised variable | Mark R Bannister | 2015-01-19 | 1 | -1/+1 |
* | Return correct port number on Solaris | Arthur de Jong | 2014-06-06 | 1 | -2/+2 |
* | Use right h_errnop for retrying with larger buffer | Nalin Dahyabhai | 2014-03-02 | 2 | -2/+2 |
* | Fix crash when retrieving large networks entries | Lukas Slebodnik | 2014-03-02 | 2 | -4/+0 |
* | Fix memory leaks related to set_pop() | Arthur de Jong | 2014-01-05 | 1 | -2/+4 |
* | Fix a number of compiler warnings | Arthur de Jong | 2013-10-29 | 9 | -14/+16 |
* | Use a timeout when skipping remaining result data | Arthur de Jong | 2013-08-30 | 1 | -3/+7 |
* | NSS: Return TRYAGAIN on zero-length buffer | Jakub Hrozek | 2013-03-19 | 1 | -1/+6 |
* | fix the text representation of shadow information for nsc... | Arthur de Jong | 2013-03-11 | 1 | -7/+7 |
* | add missing include statement for NULL definition | Arthur de Jong | 2013-02-27 | 1 | -0/+2 |
* | define and export an _nss_ldap_version symbol | Arthur de Jong | 2013-02-23 | 4 | -1/+15 |
* | use the AX_TLS macro to find correct thread-local storage... | Arthur de Jong | 2013-01-18 | 11 | -22/+22 |
* | merge NSS_BYNAME and NSS_BYINT32 into NSS_BYGEN and renam... | Arthur de Jong | 2012-12-23 | 11 | -111/+102 |
* | adapt Solaris netgroup lookup code | Arthur de Jong | 2012-12-23 | 1 | -81/+83 |
* | update the netgroup by name request to have one result en... | Arthur de Jong | 2012-12-23 | 1 | -22/+46 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 17 | -934/+955 |
* | also no longer use NSS_BYINT32() in Solaris (fixes r1864) | Arthur de Jong | 2012-12-16 | 3 | -9/+9 |
* | switch protocol from host byte order to network byte orde... | Arthur de Jong | 2012-12-16 | 6 | -27/+23 |
* | properly initialise passwd.pw_class on FreeBSD to empty s... | Arthur de Jong | 2012-11-18 | 1 | -0/+4 |
* | refactor the read_result() functions into a common macro ... | Arthur de Jong | 2012-10-28 | 11 | -319/+125 |
* | combine read_hostent_erronempty() and read_hostent_nexton... | Arthur de Jong | 2012-10-28 | 1 | -67/+31 |
* | fix typo (thanks Ted C. Cheng) | Arthur de Jong | 2012-10-28 | 1 | -1/+1 |
* | fix buffer size checking in group by member NSS function ... | Arthur de Jong | 2012-10-26 | 1 | -1/+9 |
* | introduce ent2str() functions for each database (except e... | Arthur de Jong | 2012-10-26 | 10 | -364/+416 |
* | fix a problem on Solaris (fixes r1793) | Arthur de Jong | 2012-10-21 | 1 | -1/+1 |
* | do not clear the netgroup struct because it contains info... | Arthur de Jong | 2012-10-14 | 1 | -1/+0 |
* | include missing definition (fixes r1793) | Arthur de Jong | 2012-10-13 | 1 | -0/+1 |
* | do proper range checking and replace READ_RESULT macro wi... | Arthur de Jong | 2012-10-13 | 1 | -30/+28 |
* | return correct error for buffer too small (Solaris) | Arthur de Jong | 2012-10-13 | 1 | -1/+4 |
* | in ether handling only write to output values and return ... | Arthur de Jong | 2012-10-13 | 1 | -6/+7 |
* | on Solaris initialise the output values | Arthur de Jong | 2012-10-13 | 1 | -2/+15 |
* | fix code indentation | Arthur de Jong | 2012-10-13 | 1 | -2/+2 |
* | clear the *ent structs before writing fields to avoid pro... | Arthur de Jong | 2012-09-15 | 11 | -1/+12 |
* | fix host name lookups for Solaris (tested with Solaris 10) | Arthur de Jong | 2012-09-14 | 1 | -75/+52 |
* | use the standard constructor and destructor eventhough be... | Arthur de Jong | 2012-09-14 | 1 | -13/+2 |
* | fix ethernet lookups for Solaris (tested with Solaris 10) | Arthur de Jong | 2012-09-14 | 1 | -39/+39 |
* | a few fixes in the Solaris group lookups | Arthur de Jong | 2012-09-03 | 1 | -4/+3 |
* | fix indenting of code | Arthur de Jong | 2012-09-03 | 2 | -3/+3 |
* | on Solaris store the errno value in NSS_ARGS(args)->erange | Arthur de Jong | 2012-09-03 | 10 | -47/+44 |
* | get rid of a few compiler warnings on FreeBSD | Arthur de Jong | 2012-05-18 | 1 | -5/+3 |
* | split the functionality to read everything from the strea... | Arthur de Jong | 2012-04-26 | 1 | -2/+2 |