Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss/common.h
Commit message (Expand)AuthorAgeFilesLines
* return NSS_STATUS_TRYAGAIN on zero-length (but not-NULL) ...Arthur de Jong2013-04-281-1/+6
* refactor the read_result() functions into a common macro ...Arthur de Jong2012-10-281-43/+4
* on Solaris initialise the output valuesArthur de Jong2012-10-131-2/+15
* fix code indentationArthur de Jong2012-10-131-2/+2
* fix indenting of codeArthur de Jong2012-09-031-2/+2
* split the functionality to read everything from the strea...Arthur de Jong2012-04-261-2/+2
* put both tio_skip() and tio_close() within if (fixes r163...Arthur de Jong2012-03-161-1/+5
* read any remaining available data from the stream when cl...Arthur de Jong2012-03-141-2/+4
* small code improvementsArthur de Jong2011-03-191-2/+2
* move LDAP_BE() definitionArthur de Jong2010-12-171-3/+0
* remove debugging left-oversArthur de Jong2010-12-161-3/+0
* switch to a common back-end with a common constructor and...Arthur de Jong2010-12-161-0/+20
* remove redundant backslashArthur de Jong2010-10-281-1/+1
* switch to using SETs to follow the netgroupsArthur de Jong2010-10-151-12/+0
* generate Solaris NSS functions using same macros that are...Arthur de Jong2010-10-101-37/+59
* first attempt to split Solaris and Glibc code more and de...Arthur de Jong2010-10-031-18/+15
* import Solaris support developed by Ted C. Cheng of Symas...Arthur de Jong2010-09-301-0/+14
* switch to using nss_status_t throughout the code and prov...Arthur de Jong2010-09-241-2/+2
* have more compatibility code for NSS module and move comp...Arthur de Jong2010-06-171-1/+1
* implement a global symbol inside the NSS module to allow ...Arthur de Jong2010-06-141-1/+9
* make include guard names consistent throughout the source...Arthur de Jong2010-06-141-3/+3
* don't pass an empty parameter to a macroArthur de Jong2009-10-081-1/+1
* refactor protocol reading and writing macros to the commo...Arthur de Jong2009-05-211-64/+11
* merge r885 from trunkArthur de Jong2009-05-161-5/+12
* merge r882 from trunkArthur de Jong2009-05-091-6/+25
* merge r834 from trunkArthur de Jong2009-04-191-2/+2
* fix comment of return value of NSS_STATUS_TRYAGAINArthur de Jong2008-05-011-4/+2
* do not set errno (and h_errno) if we got the last entry f...Arthur de Jong2008-02-011-1/+0
* remove the nslcd2nss() function because it's not needed w...Arthur de Jong2008-02-011-5/+1
* fail with a permanent error if resetting the stream faile...Arthur de Jong2008-02-011-0/+3
* only start the NSLCD_ACTION_*_ALL requests with the first...Arthur de Jong2008-01-031-15/+11
* use the new tio_mark()/tio_reset() functions to support r...Arthur de Jong2008-01-011-7/+16
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-11/+12
* code improvements by making type casts explicit, flagging...Arthur de Jong2007-03-041-13/+12
* add gcc attributes to some functions and parametersArthur de Jong2007-02-171-2/+5
* ensure that all NSS functions can be generated by the mar...Arthur de Jong2007-01-171-4/+4
* change license from GNU Library General Public License v....Arthur de Jong2007-01-091-7/+7
* remove trailing spacesArthur de Jong2006-12-171-1/+1
* get rid of nslcd-client.{c,h} and move it to nss/common.{...Arthur de Jong2006-11-271-0/+39
* fix bug: the readfn() function was executed twiceArthur de Jong2006-11-191-1/+0
* do some refactoring in the generated code and add some do...Arthur de Jong2006-11-171-17/+55
* switch to a simpler and more compact framework to generat...Arthur de Jong2006-11-161-3/+37
* just close the stream in case of problems instead of call...Arthur de Jong2006-11-141-1/+1
* make loop macros common, create macros for expanding {set...Arthur de Jong2006-11-031-0/+37
* always set *errnop correctlyArthur de Jong2006-11-011-1/+1
* also set file pointer to NULL when closing a stream to pr...Arthur de Jong2006-11-011-2/+5
* make code consistent by adding headers, removing trailing...Arthur de Jong2006-10-311-0/+26
* clear up protocol macros while implementing getpwuid() an...Arthur de Jong2006-10-311-44/+24
* return read data in struct and fix some marcosArthur de Jong2006-10-301-5/+12
* add some basic minimal NSS code that can be generated fro...Arthur de Jong2006-10-251-0/+44