| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor the read_result() functions into a common macro ... | Arthur de Jong | 2012-10-28 | 1 | -43/+4 |
* | on Solaris initialise the output values | Arthur de Jong | 2012-10-13 | 1 | -2/+15 |
* | fix code indentation | Arthur de Jong | 2012-10-13 | 1 | -2/+2 |
* | fix indenting of code | Arthur de Jong | 2012-09-03 | 1 | -2/+2 |
* | 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 |
* | small code improvements | Arthur de Jong | 2011-03-19 | 1 | -2/+2 |
* | move LDAP_BE() definition | Arthur de Jong | 2010-12-17 | 1 | -3/+0 |
* | 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 | 1 | -0/+20 |
* | remove redundant backslash | Arthur de Jong | 2010-10-28 | 1 | -1/+1 |
* | switch to using SETs to follow the netgroups | Arthur de Jong | 2010-10-15 | 1 | -12/+0 |
* | generate Solaris NSS functions using same macros that are... | Arthur de Jong | 2010-10-10 | 1 | -37/+59 |
* | first attempt to split Solaris and Glibc code more and de... | Arthur de Jong | 2010-10-03 | 1 | -18/+15 |
* | import Solaris support developed by Ted C. Cheng of Symas... | Arthur de Jong | 2010-09-30 | 1 | -0/+14 |
* | switch to using nss_status_t throughout the code and prov... | Arthur de Jong | 2010-09-24 | 1 | -2/+2 |
* | have more compatibility code for NSS module and move comp... | Arthur de Jong | 2010-06-17 | 1 | -1/+1 |
* | implement a global symbol inside the NSS module to allow ... | Arthur de Jong | 2010-06-14 | 1 | -1/+9 |
* | make include guard names consistent throughout the source... | Arthur de Jong | 2010-06-14 | 1 | -3/+3 |
* | don't pass an empty parameter to a macro | Arthur de Jong | 2009-10-08 | 1 | -1/+1 |
* | refactor protocol reading and writing macros to the commo... | Arthur de Jong | 2009-05-21 | 1 | -64/+11 |
* | merge r885 from trunk | Arthur de Jong | 2009-05-16 | 1 | -5/+12 |
* | merge r882 from trunk | Arthur de Jong | 2009-05-09 | 1 | -6/+25 |
* | merge r834 from trunk | Arthur de Jong | 2009-04-19 | 1 | -2/+2 |
* | fix comment of return value of NSS_STATUS_TRYAGAIN | Arthur de Jong | 2008-05-01 | 1 | -4/+2 |
* | do not set errno (and h_errno) if we got the last entry f... | Arthur de Jong | 2008-02-01 | 1 | -1/+0 |
* | remove the nslcd2nss() function because it's not needed w... | Arthur de Jong | 2008-02-01 | 1 | -5/+1 |
* | fail with a permanent error if resetting the stream faile... | Arthur de Jong | 2008-02-01 | 1 | -0/+3 |
* | only start the NSLCD_ACTION_*_ALL requests with the first... | Arthur de Jong | 2008-01-03 | 1 | -15/+11 |
* | use the new tio_mark()/tio_reset() functions to support r... | Arthur de Jong | 2008-01-01 | 1 | -7/+16 |
* | implement our own stdio-like library that handles IO with... | Arthur de Jong | 2007-06-09 | 1 | -11/+12 |
* | code improvements by making type casts explicit, flagging... | Arthur de Jong | 2007-03-04 | 1 | -13/+12 |
* | add gcc attributes to some functions and parameters | Arthur de Jong | 2007-02-17 | 1 | -2/+5 |
* | ensure that all NSS functions can be generated by the mar... | Arthur de Jong | 2007-01-17 | 1 | -4/+4 |
* | change license from GNU Library General Public License v.... | Arthur de Jong | 2007-01-09 | 1 | -7/+7 |
* | remove trailing spaces | Arthur de Jong | 2006-12-17 | 1 | -1/+1 |
* | get rid of nslcd-client.{c,h} and move it to nss/common.{... | Arthur de Jong | 2006-11-27 | 1 | -0/+39 |
* | fix bug: the readfn() function was executed twice | Arthur de Jong | 2006-11-19 | 1 | -1/+0 |
* | do some refactoring in the generated code and add some do... | Arthur de Jong | 2006-11-17 | 1 | -17/+55 |
* | switch to a simpler and more compact framework to generat... | Arthur de Jong | 2006-11-16 | 1 | -3/+37 |
* | just close the stream in case of problems instead of call... | Arthur de Jong | 2006-11-14 | 1 | -1/+1 |
* | make loop macros common, create macros for expanding {set... | Arthur de Jong | 2006-11-03 | 1 | -0/+37 |
* | always set *errnop correctly | Arthur de Jong | 2006-11-01 | 1 | -1/+1 |
* | also set file pointer to NULL when closing a stream to pr... | Arthur de Jong | 2006-11-01 | 1 | -2/+5 |
* | make code consistent by adding headers, removing trailing... | Arthur de Jong | 2006-10-31 | 1 | -0/+26 |
* | clear up protocol macros while implementing getpwuid() an... | Arthur de Jong | 2006-10-31 | 1 | -44/+24 |
* | return read data in struct and fix some marcos | Arthur de Jong | 2006-10-30 | 1 | -5/+12 |
* | add some basic minimal NSS code that can be generated fro... | Arthur de Jong | 2006-10-25 | 1 | -0/+44 |