| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | generate Solaris NSS functions using same macros that are... | Arthur de Jong | 2010-10-10 | 12 | -1432/+655 |
* | | merge changes from trunk | Arthur de Jong | 2010-10-10 | 1 | -10/+10 |
|\| |
|
| * | make use of UNUSED() consistent throughout the code | Arthur de Jong | 2010-10-10 | 1 | -1/+1 |
| * | correctly name shared file handle | Arthur de Jong | 2010-10-10 | 1 | -5/+5 |
| * | put all logic on how to run linker for NSS and PAM compon... | Arthur de Jong | 2010-10-10 | 3 | -6/+25 |
| * | correctly name shared file handle | Arthur de Jong | 2010-10-08 | 1 | -6/+5 |
* | | put all locgic on how to link in configure script (remove... | Arthur de Jong | 2010-10-10 | 2 | -12/+1 |
* | | have one shared file handle per flavour instead of one gl... | Arthur de Jong | 2010-10-09 | 9 | -38/+42 |
* | | re-introduce rename of protoentfp to serventfp which was ... | Arthur de Jong | 2010-10-09 | 1 | -9/+9 |
* | | nss-pam-ldapd fixes for solaris 10 build | Ted Cheng | 2010-10-09 | 9 | -53/+54 |
* | | re-introduce {set,get,end}**ent() file handle in Solaris ... | Arthur de Jong | 2010-10-08 | 10 | -14/+46 |
* | | merge changes from trunk | Arthur de Jong | 2010-10-04 | 12 | -43/+105 |
|\| |
|
| * | improve consistency of code layout | Arthur de Jong | 2010-10-04 | 12 | -37/+132 |
| * | merge some of the changes for Solaris portability to ease... | Arthur de Jong | 2010-10-04 | 5 | -21/+24 |
* | | try to make use of UNUSED() consistent | Arthur de Jong | 2010-10-04 | 10 | -77/+77 |
* | | first attempt to split Solaris and Glibc code more and de... | Arthur de Jong | 2010-10-03 | 15 | -887/+894 |
* | | import Solaris support developed by Ted C. Cheng of Symas... | Arthur de Jong | 2010-09-30 | 16 | -43/+2247 |
|/ |
|
* | have a way to limit which NSS maps should be built | Arthur de Jong | 2010-09-25 | 1 | -5/+6 |
* | switch to using nss_status_t throughout the code and prov... | Arthur de Jong | 2010-09-24 | 13 | -125/+125 |
* | use htons() instead of ntohs() (thanks Ted C. Cheng) | Arthur de Jong | 2010-07-27 | 1 | -1/+1 |
* | use -h linker flag instead of -soname which seems more po... | Arthur de Jong | 2010-07-18 | 1 | -1/+1 |