summaryrefslogtreecommitdiff
path: root/nslcd/Makefile.am
AgeCommit message (Expand)Author
2011-08-14put external libraries at the end when linkingArthur de Jong
2011-08-05check whether the NSS shadow map queries LDAP before returning x as a passwor...Arthur de Jong
2010-06-15pass pthread flags correctly to nslcd Makefile and rename save_ vars to not c...Arthur de Jong
2009-12-28implement attribute mapping using shell-like expressionsArthur de Jong
2009-05-21refactor protocol reading and writing macros to the common directory, use mor...Arthur de Jong
2009-04-18initial version of experimental PAM support taken from OpenLDAP/contrib/slapd...Arthur de Jong
2008-01-31move pagectrl code into compat directoryArthur de Jong
2008-01-27integrate some compatibility code into myldap.c, the only place it's usedArthur de Jong
2008-01-26move code to get information from socket peer to the compat directory because...Arthur de Jong
2007-12-09get rid of some old code and rename ldap-nss to myldap since there is no more...Arthur de Jong
2007-10-19integrate basic myldap interface (partially merged from dev-myldap branch)Arthur de Jong
2007-09-22add compat files to sources so they end up in the tarballArthur de Jong
2007-09-14move the two remaining useful functions from util.c to ldap-nss.cArthur de Jong
2007-09-07remove the ldap-schema.[ch] files since this is now fully implemented in the ...Arthur de Jong
2007-07-24switch to a new interface for doing attribute mapping, splitting the attribut...Arthur de Jong
2007-07-24get rid of dnsconfig stuff since that probably didn't work anyway and it clea...Arthur de Jong
2007-06-17support building outside the source directoryArthur de Jong
2007-06-17use the ACX_PTHREAD macro to check for platform independant pthread support a...Arthur de Jong
2007-06-11move dict into the common directoryArthur de Jong
2007-06-08implement our own stdio-like library that handles IO with a simple configurab...Arthur de Jong
2007-02-01add new dictionary module and use it for the attribute mapping stuffArthur de Jong
2007-02-01get rid of xmalloc.[ch]Arthur de Jong
2007-01-17first step to split out all configuration stuff into separate fileArthur de Jong
2007-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-12-22make list of source files a little clearerArthur de Jong
2006-12-21rename server directory to nslcdArthur de Jong