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