Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-0914-49/+57
* code improvements by making type casts explicit, flagging...Arthur de Jong2007-03-048-34/+34
* fix a few bugs found thanks to the new warningsArthur de Jong2007-02-171-1/+1
* add gcc attributes to some functions and parametersArthur de Jong2007-02-1712-12/+28
* no longer install libc-versioned symlink and hardcode nss...Arthur de Jong2007-01-171-9/+4
* ensure that all NSS functions can be generated by the mar...Arthur de Jong2007-01-1712-359/+252
* fix netgroup lookups so that _nss_ldap_getnetgrent_r() re...Arthur de Jong2007-01-102-1/+22
* change license from GNU Library General Public License v....Arthur de Jong2007-01-0915-105/+105
* use our own thread-local file pointer for doing requests ...Arthur de Jong2007-01-082-14/+20
* extract some more common macrosArthur de Jong2006-12-311-8/+3
* properly capitalize company nameArthur de Jong2006-12-201-1/+1
* only set h_errno to error value on problems and change th...Arthur de Jong2006-12-181-7/+23
* remove trailing spacesArthur de Jong2006-12-171-1/+1
* add note about glibc manualArthur de Jong2006-12-171-0/+5
* fix comment as to installing librariesArthur de Jong2006-12-171-3/+1
* remove _nss_ldap_initgroups_dyn() from interface for now ...Arthur de Jong2006-12-163-2/+5
* fix indentationArthur de Jong2006-12-081-1/+1
* clean up build scripts to only link nslcd to OpenSSL and ...Arthur de Jong2006-12-051-9/+27
* regenerate from prototypes.hArthur de Jong2006-12-031-63/+83
* rename LDF_ marcos to NSLCD_ macros to have a single name...Arthur de Jong2006-11-288-36/+36
* get as many files from the root directory as possible, mo...Arthur de Jong2006-11-282-0/+71
* implement network name lookups on server side plus some f...Arthur de Jong2006-11-281-3/+6
* get rid of nslcd-client.{c,h} and move it to nss/common.{...Arthur de Jong2006-11-2714-12/+77
* get rid of automount map information lookups through NSS ...Arthur de Jong2006-11-263-179/+3
* implement server end of service name lookup and fix clien...Arthur de Jong2006-11-251-3/+50
* 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