Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * move _nss_ldap_initgroups_dyn() definition to the end to ...Arthur de Jong2010-10-141-24/+24
| * link local modules before .a files from common directory ...Arthur de Jong2010-10-131-1/+1
* | also try to support older Solaris releases that do not ha...Arthur de Jong2010-10-119-20/+123
* | generate Solaris NSS functions using same macros that are...Arthur de Jong2010-10-1012-1432/+655
* | merge changes from trunkArthur de Jong2010-10-101-10/+10
|\|
| * make use of UNUSED() consistent throughout the codeArthur de Jong2010-10-101-1/+1
| * correctly name shared file handleArthur de Jong2010-10-101-5/+5
| * put all logic on how to run linker for NSS and PAM compon...Arthur de Jong2010-10-103-6/+25
| * correctly name shared file handleArthur de Jong2010-10-081-6/+5
* | put all locgic on how to link in configure script (remove...Arthur de Jong2010-10-102-12/+1
* | have one shared file handle per flavour instead of one gl...Arthur de Jong2010-10-099-38/+42
* | re-introduce rename of protoentfp to serventfp which was ...Arthur de Jong2010-10-091-9/+9
* | nss-pam-ldapd fixes for solaris 10 buildTed Cheng2010-10-099-53/+54
* | re-introduce {set,get,end}**ent() file handle in Solaris ...Arthur de Jong2010-10-0810-14/+46
* | merge changes from trunkArthur de Jong2010-10-0412-43/+105
|\|
| * improve consistency of code layoutArthur de Jong2010-10-0412-37/+132
| * merge some of the changes for Solaris portability to ease...Arthur de Jong2010-10-045-21/+24