Age | Commit message (Expand) | Author |
2012-04-26 | split the functionality to read everything from the stream into a separate fu... | Arthur de Jong |
2012-03-16 | put both tio_skip() and tio_close() within if (fixes r1637) and clarify docum... | Arthur de Jong |
2012-03-14 | read any remaining available data from the stream when closing the connection... | Arthur de Jong |
2011-03-19 | small code improvements | Arthur de Jong |
2010-12-17 | move LDAP_BE() definition | Arthur de Jong |
2010-12-16 | remove debugging left-overs | Arthur de Jong |
2010-12-16 | switch to a common back-end with a common constructor and destructor and put ... | Arthur de Jong |
2010-10-28 | remove redundant backslash | Arthur de Jong |
2010-10-15 | switch to using SETs to follow the netgroups | Arthur de Jong |
2010-10-10 | generate Solaris NSS functions using same macros that are used for Glibc, spl... | Arthur de Jong |
2010-10-03 | first attempt to split Solaris and Glibc code more and determine NSS flavour ... | Arthur de Jong |
2010-09-30 | import Solaris support developed by Ted C. Cheng of Symas Corporation merged ... | Arthur de Jong |
2010-09-24 | switch to using nss_status_t throughout the code and provide compatibility co... | Arthur de Jong |
2010-06-17 | have more compatibility code for NSS module and move compatibility code to co... | Arthur de Jong |
2010-06-14 | implement a global symbol inside the NSS module to allow applications to disa... | Arthur de Jong |
2010-06-14 | make include guard names consistent throughout the source and avoid conflicts... | Arthur de Jong |
2009-10-08 | don't pass an empty parameter to a macro | Arthur de Jong |
2009-05-21 | refactor protocol reading and writing macros to the common directory, use mor... | Arthur de Jong |
2009-05-16 | merge r885 from trunk | Arthur de Jong |
2009-05-09 | merge r882 from trunk | Arthur de Jong |
2009-04-19 | merge r834 from trunk | Arthur de Jong |
2008-05-01 | fix comment of return value of NSS_STATUS_TRYAGAIN | Arthur de Jong |
2008-02-01 | do not set errno (and h_errno) if we got the last entry from get*ent() (this ... | Arthur de Jong |
2008-02-01 | remove the nslcd2nss() function because it's not needed with the current prot... | Arthur de Jong |
2008-02-01 | fail with a permanent error if resetting the stream failed to prevent indefin... | Arthur de Jong |
2008-01-03 | only start the NSLCD_ACTION_*_ALL requests with the first call to getent() in... | Arthur de Jong |
2008-01-01 | use the new tio_mark()/tio_reset() functions to support retries of the getent... | Arthur de Jong |
2007-06-08 | implement our own stdio-like library that handles IO with a simple configurab... | Arthur de Jong |
2007-03-04 | code improvements by making type casts explicit, flagging ignored return valu... | Arthur de Jong |
2007-02-17 | add gcc attributes to some functions and parameters | Arthur de Jong |
2007-01-17 | ensure that all NSS functions can be generated by the marcos in common.h and ... | Arthur de Jong |
2007-01-09 | change license from GNU Library General Public License v.2 to GNU Lesser Gene... | Arthur de Jong |
2006-12-17 | remove trailing spaces | Arthur de Jong |
2006-11-27 | get rid of nslcd-client.{c,h} and move it to nss/common.{c,h}, this ensures t... | Arthur de Jong |
2006-11-19 | fix bug: the readfn() function was executed twice | Arthur de Jong |
2006-11-17 | do some refactoring in the generated code and add some documentation on gener... | Arthur de Jong |
2006-11-16 | switch to a simpler and more compact framework to generate methods (one reade... | Arthur de Jong |
2006-11-14 | just close the stream in case of problems instead of calling endent() | Arthur de Jong |
2006-11-03 | make loop macros common, create macros for expanding {set,get,end}ent() funct... | Arthur de Jong |
2006-11-01 | always set *errnop correctly | Arthur de Jong |
2006-11-01 | also set file pointer to NULL when closing a stream to properly handle reuse ... | Arthur de Jong |
2006-10-31 | make code consistent by adding headers, removing trailing whitespace and prop... | Arthur de Jong |
2006-10-31 | clear up protocol macros while implementing getpwuid() and {set,get,end}pwent... | Arthur de Jong |
2006-10-30 | return read data in struct and fix some marcos | Arthur de Jong |
2006-10-25 | add some basic minimal NSS code that can be generated from macros | Arthur de Jong |