summaryrefslogtreecommitdiff
path: root/nslcd/nslcd.c
AgeCommit message (Expand)Author
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
2007-03-02do chmod on file descriptor instead of on file nameArthur de Jong
2007-02-17add gcc attributes to some functions and parametersArthur de Jong
2007-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-12-21rename server directory to nslcdArthur de Jong