Age | Commit message (Expand) | Author |
2010-12-30 | move Solaris specific NSS functions to separate file | Arthur de Jong |
2010-10-15 | switch to using SETs to follow the netgroups | Arthur de Jong |
2010-10-13 | link local modules before .a files from common directory to pick symbols up i... | Arthur de Jong |
2010-10-10 | put all logic on how to run linker for NSS and PAM components in configure sc... | Arthur de Jong |
2010-10-04 | improve consistency of code layout | Arthur de Jong |
2010-10-04 | merge some of the changes for Solaris portability to ease merging, adding --w... | Arthur de Jong |
2010-09-25 | have a way to limit which NSS maps should be built | Arthur de Jong |
2010-07-18 | use -h linker flag instead of -soname which seems more portable | Arthur de Jong |
2010-07-07 | allow configuring NSS module's SONAME from configure and use this in nslcd to... | Arthur de Jong |
2010-06-15 | rename symbol map files and check for the linker option to specify the file with | Arthur de Jong |
2010-06-14 | implement a global symbol inside the NSS module to allow applications to disa... | Arthur de Jong |
2009-10-08 | re-organise configure script and only run tests for parts that are enabled | Arthur de Jong |
2009-05-21 | refactor protocol reading and writing macros to the common directory, use mor... | Arthur de Jong |
2007-06-17 | add proper support for make uninstall | Arthur de Jong |
2007-06-17 | support building outside the source directory | Arthur de Jong |
2007-06-08 | implement our own stdio-like library that handles IO with a simple configurab... | Arthur de Jong |
2007-02-17 | add gcc attributes to some functions and parameters | Arthur de Jong |
2007-01-17 | no longer install libc-versioned symlink and hardcode nss soname because we w... | Arthur de Jong |
2007-01-09 | change license from GNU Library General Public License v.2 to GNU Lesser Gene... | Arthur de Jong |
2006-12-20 | properly capitalize company name | Arthur de Jong |
2006-12-17 | fix comment as to installing libraries | Arthur de Jong |
2006-12-05 | clean up build scripts to only link nslcd to OpenSSL and to cleanly create a ... | Arthur de Jong |
2006-11-28 | get as many files from the root directory as possible, moving all server rela... | Arthur de Jong |
2006-11-27 | get rid of nslcd-client.{c,h} and move it to nss/common.{c,h}, this ensures t... | Arthur de Jong |
2006-11-26 | get rid of automount map information lookups through NSS as this is not used ... | Arthur de Jong |
2006-11-17 | implement netgroup lookups | Arthur de Jong |
2006-11-16 | implement reading of services entities | Arthur de Jong |
2006-11-16 | implement reading of rpc entities | Arthur de Jong |
2006-11-16 | implement reading of protocol entities | Arthur de Jong |
2006-11-15 | implement network information lookups through NSS | Arthur de Jong |
2006-11-14 | implement automounter maps lookups | Arthur de Jong |
2006-11-10 | rename nss/exports.h to nss/prototypes.h | Arthur de Jong |
2006-11-10 | implement NSS-side shadow lookups (plus test code) | Arthur de Jong |
2006-11-10 | implement NSS-side ethers database lookups plus test code | Arthur de Jong |
2006-11-03 | implement initial host database lookups NSS-side | Arthur de Jong |
2006-11-01 | implement NSS side of getgrnam(), getgrgid() and {set,get,end}grent() | Arthur de Jong |
2006-10-31 | clear up protocol macros while implementing getpwuid() and {set,get,end}pwent... | Arthur de Jong |
2006-10-30 | do not build libnss_ldap.so in this directory, only build nss object functions | Arthur de Jong |
2006-10-25 | add some basic minimal NSS code that can be generated from macros | Arthur de Jong |