summaryrefslogtreecommitdiff
path: root/nss
AgeCommit message (Expand)Author
2007-07-13flag the address family parameter as unusedArthur de Jong
2007-06-17add proper support for make uninstallArthur de Jong
2007-06-17support building outside the source directoryArthur de Jong
2007-06-08implement our own stdio-like library that handles IO with a simple configurab...Arthur de Jong
2007-03-04code improvements by making type casts explicit, flagging ignored return valu...Arthur de Jong
2007-02-17fix a few bugs found thanks to the new warningsArthur de Jong
2007-02-17add gcc attributes to some functions and parametersArthur de Jong
2007-01-17no longer install libc-versioned symlink and hardcode nss soname because we w...Arthur de Jong
2007-01-17ensure that all NSS functions can be generated by the marcos in common.h and ...Arthur de Jong
2007-01-10fix netgroup lookups so that _nss_ldap_getnetgrent_r() returns NSS_STATUS_RET...Arthur de Jong
2007-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2007-01-08use our own thread-local file pointer for doing requests instead of misusing ...Arthur de Jong
2006-12-31extract some more common macrosArthur de Jong
2006-12-20properly capitalize company nameArthur de Jong
2006-12-18only set h_errno to error value on problems and change the returned value in ...Arthur de Jong
2006-12-17remove trailing spacesArthur de Jong
2006-12-17add note about glibc manualArthur de Jong
2006-12-17fix comment as to installing librariesArthur de Jong
2006-12-16remove _nss_ldap_initgroups_dyn() from interface for now because it is curren...Arthur de Jong
2006-12-08fix indentationArthur de Jong
2006-12-05clean up build scripts to only link nslcd to OpenSSL and to cleanly create a ...Arthur de Jong
2006-12-03regenerate from prototypes.hArthur de Jong
2006-11-28rename LDF_ marcos to NSLCD_ macros to have a single namespaceArthur de Jong
2006-11-28get as many files from the root directory as possible, moving all server rela...Arthur de Jong
2006-11-28implement network name lookups on server side plus some fixes on the client sideArthur de Jong
2006-11-27get rid of nslcd-client.{c,h} and move it to nss/common.{c,h}, this ensures t...Arthur de Jong
2006-11-26get rid of automount map information lookups through NSS as this is not used ...Arthur de Jong
2006-11-25implement server end of service name lookup and fix client end to translate b...Arthur de Jong
2006-11-25trip trailing whitespaceArthur de Jong
2006-11-24fix problem with allocated array for storing addresses, properly set h_errnop...Arthur de Jong
2006-11-21implement netgroup lookups, including test codeArthur de Jong
2006-11-19write contents of ethernet address not pointerArthur de Jong
2006-11-19fix bug: the readfn() function was executed twiceArthur de Jong
2006-11-17implement netgroup lookupsArthur de Jong
2006-11-17do some refactoring in the generated code and add some documentation on gener...Arthur de Jong
2006-11-16implement reading of services entitiesArthur de Jong
2006-11-16implement reading of rpc entitiesArthur de Jong
2006-11-16implement reading of protocol entitiesArthur de Jong
2006-11-16switch to a simpler and more compact framework to generate methods (one reade...Arthur de Jong
2006-11-15implement network information lookups through NSSArthur de Jong
2006-11-15properly filter out empty returned address records and return NOTFOUND for en...Arthur de Jong
2006-11-14implement automounter maps lookupsArthur de Jong
2006-11-14just close the stream in case of problems instead of calling endent()Arthur de Jong
2006-11-10rename nss/exports.h to nss/prototypes.hArthur de Jong
2006-11-10switch to using prototypes that are defined in glibc 2.3.6Arthur de Jong
2006-11-10implement NSS-side shadow lookups (plus test code)Arthur de Jong
2006-11-10implement NSS-side ethers database lookups plus test codeArthur de Jong
2006-11-10add test code for host database and add const to function definitionArthur de Jong
2006-11-10use better names for our thread-local file pointerArthur de Jong
2006-11-03implement initial host database lookups NSS-sideArthur de Jong