summaryrefslogtreecommitdiff
path: root/nslcd/Makefile.am
AgeCommit message (Expand)Author
2015-07-21these changes were sitting here, I don't know how longHEADmasterLuke Shumaker
2014-12-16Get -pedanticLuke Shumaker
2014-12-15dispatch.h: don't include obvious parameter identifiersLuke Shumaker
2014-12-15be stricter everywhere (-D_FORTIFY_SOURCE=2)Luke Shumaker
2014-12-15update configureLuke Shumaker
2014-12-15it builds!Luke Shumaker
2014-12-14Makefile: correctly add dependencies on dispatch.hLuke Shumaker
2014-12-04get strict (-Wall -Werror -Wextra), clean upLuke Shumaker
2014-12-03nslcd/Makefile.am: avoid some needless rebuildsLuke Shumaker
2014-12-03use NSLCD_HANDLE{,_UID}() to generate more of the codeLuke Shumaker
2014-11-29fix errors: the only erroring files left are db_pam.c and nslcd.cLuke Shumaker
2014-11-28no more myldapLuke Shumaker
2014-11-28buildsystemLuke Shumaker
2014-09-28Turn into a new-style systemd daemonLuke Shumaker
2014-01-02Properly daemonise nslcd and only exit when readyArthur de Jong
2013-07-26Rename nscd_invalidate option to reconnect_invalidateArthur de Jong
2013-03-30Handle user modification requests in nslcdArthur de Jong
2013-03-09implement functionality to send a cache invalidation signal to nscdArthur de Jong
2012-07-08implement a pam_password_prohibit_message nslcd.conf option to deny password ...Arthur de Jong
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