Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss/common.h
Commit message (Expand)AuthorAgeFilesLines
* 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