Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | try to make use of UNUSED() consistentArthur de Jong2010-10-0410-77/+77
* | first attempt to split Solaris and Glibc code more and de...Arthur de Jong2010-10-0315-887/+894
* | import Solaris support developed by Ted C. Cheng of Symas...Arthur de Jong2010-09-3016-43/+2247
|/
* have a way to limit which NSS maps should be builtArthur de Jong2010-09-251-5/+6
* switch to using nss_status_t throughout the code and prov...Arthur de Jong2010-09-2413-125/+125
* use htons() instead of ntohs() (thanks Ted C. Cheng)Arthur de Jong2010-07-271-1/+1
* use -h linker flag instead of -soname which seems more po...Arthur de Jong2010-07-181-1/+1
* allow configuring NSS module's SONAME from configure and ...Arthur de Jong2010-07-071-7/+3
* have more compatibility code for NSS module and move comp...Arthur de Jong2010-06-172-61/+2