summaryrefslogtreecommitdiff
path: root/nss/Makefile.am
AgeCommit message (Expand)Author
2010-12-30move Solaris specific NSS functions to separate fileArthur de Jong
2010-10-15switch to using SETs to follow the netgroupsArthur de Jong
2010-10-13link local modules before .a files from common directory to pick symbols up i...Arthur de Jong
2010-10-10put all logic on how to run linker for NSS and PAM components in configure sc...Arthur de Jong
2010-10-04improve consistency of code layoutArthur de Jong
2010-10-04merge some of the changes for Solaris portability to ease merging, adding --w...Arthur de Jong
2010-09-25have a way to limit which NSS maps should be builtArthur de Jong
2010-07-18use -h linker flag instead of -soname which seems more portableArthur de Jong
2010-07-07allow configuring NSS module's SONAME from configure and use this in nslcd to...Arthur de Jong
2010-06-15rename symbol map files and check for the linker option to specify the file withArthur de Jong
2010-06-14implement a global symbol inside the NSS module to allow applications to disa...Arthur de Jong
2009-10-08re-organise configure script and only run tests for parts that are enabledArthur de Jong
2009-05-21refactor protocol reading and writing macros to the common directory, use mor...Arthur 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-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-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-12-20properly capitalize company nameArthur de Jong
2006-12-17fix comment as to installing librariesArthur de Jong
2006-12-05clean up build scripts to only link nslcd to OpenSSL and to cleanly create a ...Arthur de Jong
2006-11-28get as many files from the root directory as possible, moving all server rela...Arthur 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-17implement netgroup lookupsArthur 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-15implement network information lookups through NSSArthur de Jong
2006-11-14implement automounter maps lookupsArthur de Jong
2006-11-10rename nss/exports.h to nss/prototypes.hArthur 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-03implement initial host database lookups NSS-sideArthur de Jong
2006-11-01implement NSS side of getgrnam(), getgrgid() and {set,get,end}grent()Arthur de Jong
2006-10-31clear up protocol macros while implementing getpwuid() and {set,get,end}pwent...Arthur de Jong
2006-10-30do not build libnss_ldap.so in this directory, only build nss object functionsArthur de Jong
2006-10-25add some basic minimal NSS code that can be generated from macrosArthur de Jong