summaryrefslogtreecommitdiff
path: root/nslcd/nslcd.c
AgeCommit message (Expand)Author
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
2007-09-14get rid of global session and instead pass the session as a parameter with ev...Arthur de Jong
2007-08-18rewrite configuration file handling to be simpler and more consistent, this d...Arthur de Jong
2007-06-18add comment explaining the use of chmod() over fchmod()Arthur de Jong
2007-06-16change fchmod() into chmod() since fchmod() has undifined behaviour on named ...Arthur de Jong
2007-06-08implement our own stdio-like library that handles IO with a simple configurab...Arthur de Jong
2007-06-01add some comments describing some problems that this code may haveArthur de Jong
2007-03-04code improvements by making type casts explicit, flagging ignored return valu...Arthur de Jong