Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
...
* trip trailing whitespaceArthur de Jong2006-11-252-3/+3
* fix problem with allocated array for storing addresses, p...Arthur de Jong2006-11-241-17/+23
* implement netgroup lookups, including test codeArthur de Jong2006-11-211-16/+43
* write contents of ethernet address not pointerArthur de Jong2006-11-191-1/+1
* fix bug: the readfn() function was executed twiceArthur de Jong2006-11-191-1/+0
* implement netgroup lookupsArthur de Jong2006-11-173-6/+121
* do some refactoring in the generated code and add some do...Arthur de Jong2006-11-1712-80/+124
* implement reading of services entitiesArthur de Jong2006-11-162-1/+83
* implement reading of rpc entitiesArthur de Jong2006-11-162-1/+81
* implement reading of protocol entitiesArthur de Jong2006-11-162-1/+81
* switch to a simpler and more compact framework to generat...Arthur de Jong2006-11-168-144/+105
* implement network information lookups through NSSArthur de Jong2006-11-153-4/+192
* properly filter out empty returned address records and re...Arthur de Jong2006-11-151-9/+33
* implement automounter maps lookupsArthur de Jong2006-11-143-4/+158
* just close the stream in case of problems instead of call...Arthur de Jong2006-11-141-1/+1
* rename nss/exports.h to nss/prototypes.hArthur de Jong2006-11-108-8/+8
* switch to using prototypes that are defined in glibc 2.3.6Arthur de Jong2006-11-105-19/+19
* implement NSS-side shadow lookups (plus test code)Arthur de Jong2006-11-102-1/+85
* implement NSS-side ethers database lookups plus test codeArthur de Jong2006-11-103-5/+129
* add test code for host database and add const to function...Arthur de Jong2006-11-102-2/+2
* use better names for our thread-local file pointerArthur de Jong2006-11-103-6/+6
* implement initial host database lookups NSS-sideArthur de Jong2006-11-032-1/+211
* fix bogus reuse of tmpint32, introducing tmp3int32Arthur de Jong2006-11-031-5/+4
* rename LOOP to STRINGLIST as that is currently the only s...Arthur de Jong2006-11-032-12/+12
* add _nss_ldap_initgroups_dyn() functionArthur de Jong2006-11-031-3/+54
* 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