Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
* define and export an _nss_ldap_version symbol (3155cdf an...Arthur de Jong2013-04-284-1/+17
* return NSS_STATUS_TRYAGAIN on zero-length (but not-NULL) ...Arthur de Jong2013-04-281-1/+6
* fix the text representation of shadow information for nsc...Arthur de Jong2013-04-281-7/+7
* 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
* put both tio_skip() and tio_close() within if (fixes r163...Arthur de Jong2012-03-161-1/+5
* read any remaining available data from the stream when cl...Arthur de Jong2012-03-141-2/+4
* FreeBSD compilation fixes by Maxim VetrovArthur de Jong2012-01-171-2/+2
* implement group membership NSS function by Tom Judge (tak...Arthur de Jong2011-10-121-4/+59
* remove unused variableArthur de Jong2011-08-141-4/+3
* small code improvementsArthur de Jong2011-03-192-3/+3
* update copyright headers to add missing yearsArthur de Jong2011-03-101-1/+1
* add FreeBSD support, partially imported from the FreeBSD ...Arthur de Jong2011-01-054-2/+188
* put solnss.c under EXTRA_nss_ldap_so_SOURCESArthur de Jong2011-01-011-2/+2
* ensure that solnss.c ends up in tarballArthur de Jong2011-01-011-2/+2
* correctly set nss_ldap_so_DEPENDENCIESArthur de Jong2010-12-301-1/+1
* split netgroup backend into a "normal" backend and one fo...Arthur de Jong2010-12-301-93/+84
* implement buffer checking and simplify code somewhatArthur de Jong2010-12-302-28/+31
* move Solaris specific NSS functions to separate fileArthur de Jong2010-12-303-37/+53
* move LDAP_BE() definitionArthur de Jong2010-12-172-3/+2
* remove debugging left-oversArthur de Jong2010-12-161-3/+0
* switch to a common back-end with a common constructor and...Arthur de Jong2010-12-1610-188/+136
* have a more consistent naming convention for static looku...Arthur de Jong2010-12-1310-124/+124
* fix assignment in if statement (was broken in r1262)Arthur de Jong2010-12-139-20/+20
* remove redundant backslashArthur de Jong2010-10-281-1/+1
* make formatting consistentArthur de Jong2010-10-151-12/+11
* also export _nss_ldap_enablelookups so we can disable the...Arthur de Jong2010-10-151-2/+5
* switch to using SETs to follow the netgroupsArthur de Jong2010-10-154-144/+23
* merge changes from trunkArthur de Jong2010-10-141-1/+1
|\