summaryrefslogtreecommitdiff
path: root/nslcd/nslcd.c
AgeCommit message (Expand)Author
2011-04-18fix r1429 to properly handle absence of RTLD_NODELETEArthur de Jong
2011-04-18support systems without RTLD_NODELETEArthur de Jong
2011-03-25no longer indefinitely wait for all worker threads to finish before exiting (...Arthur de Jong
2011-03-23provide a definition of daemon() for systems that lack itArthur de Jong
2011-03-19small code improvementsArthur de Jong
2011-03-06ensure that session id is only logged while handling a connectionArthur de Jong
2011-02-11create the directory for the socket and pidfileArthur de Jong
2010-12-08in each worker wake up once in a while to check whether any existing LDAP con...Arthur de Jong
2010-11-26close all open file descriptors on startArthur de Jong
2010-11-04move acceptconnection() function body inside the worker() so we can more easi...Arthur de Jong
2010-11-04pass the actual size of the address family and the path length to bind() and ...Arthur de Jong
2010-10-16fix log messageArthur de Jong
2010-09-05implement a rootpwmodpw option that allows root users to change user password...Arthur de Jong
2010-07-07allow configuring NSS module's SONAME from configure and use this in nslcd to...Arthur de Jong
2010-06-16use RTLD_NODELETE during dlopen() instead of not using dlclose()Arthur de Jong
2010-06-14implement a global symbol inside the NSS module to allow applications to disa...Arthur de Jong
2010-06-11fix and remove source code commentsArthur de Jong
2010-01-28patch by Jan Schampera to implement a --check optionArthur de Jong
2010-01-23lock the pidfile at start-up to ensure only one nslcd process is running (bas...Arthur de Jong
2009-10-07implement password changing in the PAM module by performing an LDAP password ...Arthur de Jong
2009-08-31rename configfile to /etc/nslcd.conf and make debian packaging copy the file ...Arthur de Jong
2009-08-12don't return password hashes at all for non-root users, based on a patch by A...Arthur de Jong
2009-06-12make error message a little clearerArthur de Jong
2009-06-03import preliminary version of PAM functionality into nslcdArthur de Jong
2009-05-09according to autoupdate RETSIGTYPE can be considered void alwaysArthur de Jong
2009-04-30move debugging initialisation to myldap_set_debuglevel() functionArthur de Jong
2009-03-22update copyright yearArthur de Jong
2008-12-03clean the environment and set LDAPNOINIT to disable parsing of LDAP configfil...Arthur de Jong
2008-06-15give pidfile and socket creation functions more logical namesArthur de Jong
2008-06-06add uid and gid configuration keywords that set the user id and group id of t...Arthur de Jong
2008-06-06environ is defined in unistd.hArthur de Jong
2008-06-06increase write buffer size in nslcd to free up threads earlier and increase t...Arthur de Jong
2008-05-16include a random string in every log message to be able to group log messages...Arthur de Jong
2008-05-04make number of threads configurable with the threads keywordArthur de Jong
2008-05-04fix copyright yearArthur de Jong
2008-04-26spelling fix in commentArthur de Jong
2008-04-05only return shadow entries to root usersArthur de Jong
2008-02-12implement resizable I/O buffers and tune buffer sizes to normal requestsArthur de Jong
2008-02-04only call __nss_configure_lookup() if it is available, if it isn't the platfo...Arthur de Jong
2008-02-04fix missing castsArthur de Jong
2008-02-04actually include the compat header files when neededArthur de Jong
2008-01-27when including stdint.h check if we actually have itArthur de Jong
2008-01-26log error when getpeercred() returned nothingArthur de Jong
2008-01-26move code to get information from socket peer to the compat directory because...Arthur de Jong
2008-01-03close connections in worker threads at program terminationArthur de Jong
2008-01-03make code a little more compact, don't include debug twice in the log message...Arthur de Jong
2007-12-07don't use backticks as quote markArthur de Jong
2007-10-27clean up myldap session after each requestArthur de Jong
2007-09-23some small improvements to the code based on some source code checksArthur de Jong
2007-09-19put config filename as a parameter to cfg_init()Arthur de Jong