| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | put both tio_skip() and tio_close() within if (fixes r163... | Arthur de Jong | 2012-03-16 | 1 | -1/+5 |
* | read any remaining available data from the stream when cl... | Arthur de Jong | 2012-03-14 | 1 | -2/+4 |
* | FreeBSD compilation fixes by Maxim Vetrov | Arthur de Jong | 2012-01-17 | 1 | -2/+2 |
* | implement group membership NSS function by Tom Judge (tak... | Arthur de Jong | 2011-10-12 | 1 | -4/+59 |
* | remove unused variable | Arthur de Jong | 2011-08-14 | 1 | -4/+3 |
* | small code improvements | Arthur de Jong | 2011-03-19 | 2 | -3/+3 |
* | update copyright headers to add missing years | Arthur de Jong | 2011-03-10 | 1 | -1/+1 |
* | add FreeBSD support, partially imported from the FreeBSD ... | Arthur de Jong | 2011-01-05 | 4 | -2/+188 |
* | put solnss.c under EXTRA_nss_ldap_so_SOURCES | Arthur de Jong | 2011-01-01 | 1 | -2/+2 |
* | ensure that solnss.c ends up in tarball | Arthur de Jong | 2011-01-01 | 1 | -2/+2 |
* | correctly set nss_ldap_so_DEPENDENCIES | Arthur de Jong | 2010-12-30 | 1 | -1/+1 |
* | split netgroup backend into a "normal" backend and one fo... | Arthur de Jong | 2010-12-30 | 1 | -93/+84 |
* | implement buffer checking and simplify code somewhat | Arthur de Jong | 2010-12-30 | 2 | -28/+31 |
* | move Solaris specific NSS functions to separate file | Arthur de Jong | 2010-12-30 | 3 | -37/+53 |
* | move LDAP_BE() definition | Arthur de Jong | 2010-12-17 | 2 | -3/+2 |
* | remove debugging left-overs | Arthur de Jong | 2010-12-16 | 1 | -3/+0 |
* | switch to a common back-end with a common constructor and... | Arthur de Jong | 2010-12-16 | 10 | -188/+136 |
* | have a more consistent naming convention for static looku... | Arthur de Jong | 2010-12-13 | 10 | -124/+124 |
* | fix assignment in if statement (was broken in r1262) | Arthur de Jong | 2010-12-13 | 9 | -20/+20 |
* | remove redundant backslash | Arthur de Jong | 2010-10-28 | 1 | -1/+1 |
* | make formatting consistent | Arthur de Jong | 2010-10-15 | 1 | -12/+11 |
* | also export _nss_ldap_enablelookups so we can disable the... | Arthur de Jong | 2010-10-15 | 1 | -2/+5 |
* | switch to using SETs to follow the netgroups | Arthur de Jong | 2010-10-15 | 4 | -144/+23 |
* | merge changes from trunk | Arthur de Jong | 2010-10-14 | 1 | -1/+1 |
|\ |
|
| * | move _nss_ldap_initgroups_dyn() definition to the end to ... | Arthur de Jong | 2010-10-14 | 1 | -24/+24 |
| * | link local modules before .a files from common directory ... | Arthur de Jong | 2010-10-13 | 1 | -1/+1 |
* | | also try to support older Solaris releases that do not ha... | Arthur de Jong | 2010-10-11 | 9 | -20/+123 |