Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* rename symbol map files and check for the linker option t...Arthur de Jong2010-06-152-3/+5
* implement a global symbol inside the NSS module to allow ...Arthur de Jong2010-06-146-4/+43
* make include guard names consistent throughout the source...Arthur de Jong2010-06-142-6/+6
* remove some unused include statementsArthur de Jong2010-06-1411-11/+0
* simple improvement for FreeBSDArthur de Jong2010-01-231-0/+2
* fix missing argument (problem in r1039)Arthur de Jong2009-12-281-1/+1
* Glibc changed the addr parameter of getnetbyaddr_r() from...Arthur de Jong2009-12-281-5/+7
* also use compat/ether.h for nss functionsArthur de Jong2009-12-211-4/+2
* don't pass an empty parameter to a macroArthur de Jong2009-10-081-1/+1
* re-organise configure script and only run tests for parts...Arthur de Jong2009-10-081-1/+1
* some simple changes in includes to make FreeBSD diff smallerArthur de Jong2009-09-041-0/+6
* merge r934 from trunkArthur de Jong2009-06-061-1/+1
* refactor protocol reading and writing macros to the commo...Arthur de Jong2009-05-2114-196/+50
* merge r885 from trunkArthur de Jong2009-05-161-5/+12
* merge r882 from trunkArthur de Jong2009-05-092-7/+33
* merge r865 from trunkArthur de Jong2009-05-081-2/+2
* merge r834 from trunkArthur de Jong2009-04-192-4/+4
* increase write buffer size in nslcd to free up threads ea...Arthur de Jong2008-06-061-2/+8
* remove comment about limitation that has now been removedArthur de Jong2008-05-161-4/+0
* grow the read buffer maximum size to 2Mbyte to allow for ...Arthur de Jong2008-05-161-1/+1
* remove checking for first entry and always return NSS_STA...Arthur de Jong2008-05-022-14/+7
* fix comment of return value of NSS_STATUS_TRYAGAINArthur de Jong2008-05-011-4/+2
* increase time out values because now nslcd will error out...Arthur de Jong2008-04-261-3/+3
* correctly implement buffer handling in _nss_ldap_initgrou...Arthur de Jong2008-04-051-21/+39