Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
...
* make loop macros common, create macros for expanding {set...Arthur de Jong2006-11-034-101/+61
* rename some constants and switch to a more sane naming sc...Arthur de Jong2006-11-023-11/+11
* we only need to export _nss_ldap_initgroups_dyn(), not _n...Arthur de Jong2006-11-021-1/+0
* rename READ_RESPONSE() macro to READ_RESPONSE_CODE()Arthur de Jong2006-11-023-7/+7
* implement NSS side of getgrnam(), getgrgid() and {set,get...Arthur de Jong2006-11-012-1/+146
* always set *errnop correctlyArthur de Jong2006-11-013-1/+5
* implement _nss_ldap_{set,get,end}pwent() functions with t...Arthur de Jong2006-11-011-4/+35
* also set file pointer to NULL when closing a stream to pr...Arthur de Jong2006-11-011-2/+5
* implement reading of alias information through getaliasby...Arthur de Jong2006-10-311-5/+53
* make code consistent by adding headers, removing trailing...Arthur de Jong2006-10-315-7/+105
* clear up protocol macros while implementing getpwuid() an...Arthur de Jong2006-10-314-55/+51
* get rid of some empty linesArthur de Jong2006-10-301-5/+0
* return read data in struct and fix some marcosArthur de Jong2006-10-302-16/+22
* do not build libnss_ldap.so in this directory, only build...Arthur de Jong2006-10-301-8/+0
* add some basic minimal NSS code that can be generated fro...Arthur de Jong2006-10-256-0/+304