Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ignore stale nfs filesArthur de Jong2006-11-190-0/+0
* fix bug: the readfn() function was executed twiceArthur de Jong2006-11-191-1/+0
* some layout changesArthur de Jong2006-11-182-44/+44
* include changes to handle protocol, rpc, service and netg...Arthur de Jong2006-11-181-5/+26
* 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-154-5/+203
* properly filter out empty returned address records and re...Arthur de Jong2006-11-151-9/+33
* add xxmalloc() macro to simply allocate a structure of a ...Arthur de Jong2006-11-141-4/+2
* implement automounter maps lookupsArthur de Jong2006-11-144-4/+163
* just close the stream in case of problems instead of call...Arthur de Jong2006-11-141-1/+1
* include some other functions into lookup functions to inc...Arthur de Jong2006-11-111-42/+30
* fix naming and copyright headersArthur de Jong2006-11-1122-201/+237
* simplify some functions to pass file pointer around inste...Arthur de Jong2006-11-115-19/+224
* some reformattingArthur de Jong2006-11-111-13/+13
* rename nss/exports.h to nss/prototypes.hArthur de Jong2006-11-1010-14/+14
* 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-104-3/+144
* implement NSS-side ethers database lookups plus test codeArthur de Jong2006-11-105-5/+184
* add test code for host database and add const to function...Arthur de Jong2006-11-103-4/+124
* use better names for our thread-local file pointerArthur de Jong2006-11-103-6/+6
* expand some marcos and combine some codeArthur de Jong2006-11-071-46/+18
* expand some marcos and combine some codeArthur de Jong2006-11-071-42/+20
* add proper copyright headersArthur de Jong2006-11-062-2/+43
* implement group functions in server but currently group_b...Arthur de Jong2006-11-064-64/+247
* remove testing stuffArthur de Jong2006-11-051-1/+0
* fix some variable usage bugs in READ_* marcos and change ...Arthur de Jong2006-11-051-18/+16
* reorganize (and get rid of) some filesArthur de Jong2006-11-043-266/+2
* implement initial host database lookups NSS-sideArthur de Jong2006-11-033-2/+227
* make SKIP more consistent with READArthur de Jong2006-11-031-1/+6
* clean struct sockaddr_un structure before usageArthur de Jong2006-11-031-0/+1
* fix bogus reuse of tmpint32, introducing tmp3int32Arthur de Jong2006-11-032-14/+14
* split buffer management macros into separate macrosArthur de Jong2006-11-031-15/+26
* rename LOOP to STRINGLIST as that is currently the only s...Arthur de Jong2006-11-035-48/+47
* add _nss_ldap_initgroups_dyn() functionArthur de Jong2006-11-032-5/+73
* make loop macros common, create macros for expanding {set...Arthur de Jong2006-11-035-101/+95
* small documentation fixesArthur de Jong2006-11-031-2/+2
* implement nslcd_alias_all() server-sideArthur de Jong2006-11-031-0/+2
* implement nslcd_alias_all() server-sideArthur de Jong2006-11-032-0/+33
* get rid of some more unneeded codeArthur de Jong2006-11-031-28/+1
* some small fixesArthur de Jong2006-11-022-6/+1
* rename some constants and switch to a more sane naming sc...Arthur de Jong2006-11-0210-81/+79
* 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-024-8/+8
* implement NSS side of getgrnam(), getgrgid() and {set,get...Arthur de Jong2006-11-014-16/+214
* always set *errnop correctlyArthur de Jong2006-11-013-1/+5