Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Use correct PIC arg for non-GCC compilersTim Rice2015-03-231-1/+1
* Various small fixes when using --with-module-nameArthur de Jong2015-03-221-1/+1
* Allow configuration of NSS and PAM namesArthur de Jong2015-01-191-2/+6
* refactor the read_result() functions into a common macro ...Arthur de Jong2012-10-281-1/+1
* add FreeBSD support, partially imported from the FreeBSD ...Arthur de Jong2011-01-051-2/+5
* put solnss.c under EXTRA_nss_ldap_so_SOURCESArthur de Jong2011-01-011-2/+2
* ensure that solnss.c ends up in tarballArthur de Jong2011-01-011-2/+2
* correctly set nss_ldap_so_DEPENDENCIESArthur de Jong2010-12-301-1/+1
* move Solaris specific NSS functions to separate fileArthur de Jong2010-12-301-3/+4
* switch to using SETs to follow the netgroupsArthur de Jong2010-10-151-0/+3
* link local modules before .a files from common directory ...Arthur de Jong2010-10-131-1/+1
* put all logic on how to run linker for NSS and PAM compon...Arthur de Jong2010-10-101-6/+2
* improve consistency of code layoutArthur de Jong2010-10-041-2/+3
* merge some of the changes for Solaris portability to ease...Arthur de Jong2010-10-041-2/+4
* have a way to limit which NSS maps should be builtArthur de Jong2010-09-251-5/+6
* use -h linker flag instead of -soname which seems more po...Arthur de Jong2010-07-181-1/+1
* allow configuring NSS module's SONAME from configure and ...Arthur de Jong2010-07-071-7/+3
* rename symbol map files and check for the linker option t...Arthur de Jong2010-06-151-3/+5
* implement a global symbol inside the NSS module to allow ...Arthur de Jong2010-06-141-2/+2
* re-organise configure script and only run tests for parts...Arthur de Jong2009-10-081-1/+1
* refactor protocol reading and writing macros to the commo...Arthur de Jong2009-05-211-4/+4
* add proper support for make uninstallArthur de Jong2007-06-171-0/+3
* support building outside the source directoryArthur de Jong2007-06-171-0/+2
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-1/+1
* add gcc attributes to some functions and parametersArthur de Jong2007-02-171-0/+1
* no longer install libc-versioned symlink and hardcode nss...Arthur de Jong2007-01-171-9/+4
* change license from GNU Library General Public License v....Arthur de Jong2007-01-091-7/+7
* properly capitalize company nameArthur de Jong2006-12-201-1/+1
* fix comment as to installing librariesArthur de Jong2006-12-171-3/+1
* clean up build scripts to only link nslcd to OpenSSL and ...Arthur de Jong2006-12-051-9/+27
* get as many files from the root directory as possible, mo...Arthur de Jong2006-11-281-0/+6
* get rid of nslcd-client.{c,h} and move it to nss/common.{...Arthur de Jong2006-11-271-1/+1
* get rid of automount map information lookups through NSS ...Arthur de Jong2006-11-261-3/+3
* implement netgroup lookupsArthur de Jong2006-11-171-2/+2
* implement reading of services entitiesArthur de Jong2006-11-161-1/+2
* implement reading of rpc entitiesArthur de Jong2006-11-161-1/+1
* implement reading of protocol entitiesArthur de Jong2006-11-161-1/+1
* implement network information lookups through NSSArthur de Jong2006-11-151-1/+1
* implement automounter maps lookupsArthur de Jong2006-11-141-2/+2
* rename nss/exports.h to nss/prototypes.hArthur de Jong2006-11-101-1/+1
* implement NSS-side shadow lookups (plus test code)Arthur de Jong2006-11-101-1/+2
* implement NSS-side ethers database lookups plus test codeArthur de Jong2006-11-101-1/+1
* implement initial host database lookups NSS-sideArthur de Jong2006-11-031-1/+1
* implement NSS side of getgrnam(), getgrgid() and {set,get...Arthur de Jong2006-11-011-1/+1
* clear up protocol macros while implementing getpwuid() an...Arthur de Jong2006-10-311-0/+1
* 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-251-0/+32