| Commit message (Expand) | Author | Age | Files | Lines |
* | implement password changing in the PAM module by performi... | Arthur de Jong | 2009-10-07 | 1 | -0/+1 |
* | rename configfile to /etc/nslcd.conf and make debian pack... | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | don't return password hashes at all for non-root users, b... | Arthur de Jong | 2009-08-12 | 1 | -3/+3 |
* | make error message a little clearer | Arthur de Jong | 2009-06-12 | 1 | -1/+1 |
* | import preliminary version of PAM functionality into nslcd | Arthur de Jong | 2009-06-03 | 1 | -0/+5 |
* | according to autoupdate RETSIGTYPE can be considered void... | Arthur de Jong | 2009-05-09 | 1 | -2/+2 |
* | move debugging initialisation to myldap_set_debuglevel() ... | Arthur de Jong | 2009-04-30 | 1 | -1/+3 |
* | update copyright year | Arthur de Jong | 2009-03-22 | 1 | -2/+2 |
* | clean the environment and set LDAPNOINIT to disable parsi... | Arthur de Jong | 2008-12-03 | 1 | -2/+30 |
* | give pidfile and socket creation functions more logical n... | Arthur de Jong | 2008-06-15 | 1 | -4/+4 |
* | add uid and gid configuration keywords that set the user ... | Arthur de Jong | 2008-06-06 | 1 | -10/+8 |
* | environ is defined in unistd.h | Arthur de Jong | 2008-06-06 | 1 | -3/+0 |
* | increase write buffer size in nslcd to free up threads ea... | Arthur de Jong | 2008-06-06 | 1 | -2/+2 |
* | include a random string in every log message to be able t... | Arthur de Jong | 2008-05-16 | 1 | -0/+2 |
* | make number of threads configurable with the threads keyword | Arthur de Jong | 2008-05-04 | 1 | -5/+11 |
* | fix copyright year | Arthur de Jong | 2008-05-04 | 1 | -1/+1 |
* | spelling fix in comment | Arthur de Jong | 2008-04-26 | 1 | -1/+1 |
* | only return shadow entries to root users | Arthur de Jong | 2008-04-05 | 1 | -2/+2 |
* | implement resizable I/O buffers and tune buffer sizes to ... | Arthur de Jong | 2008-02-12 | 1 | -1/+9 |
* | only call __nss_configure_lookup() if it is available, if... | Arthur de Jong | 2008-02-04 | 1 | -0/+5 |
* | fix missing casts | Arthur de Jong | 2008-02-04 | 1 | -2/+2 |
* | actually include the compat header files when needed | Arthur de Jong | 2008-02-04 | 1 | -0/+6 |
* | when including stdint.h check if we actually have it | Arthur de Jong | 2008-01-27 | 1 | -0/+2 |
* | log error when getpeercred() returned nothing | Arthur de Jong | 2008-01-26 | 1 | -1/+1 |
* | move code to get information from socket peer to the comp... | Arthur de Jong | 2008-01-26 | 1 | -18/+9 |
* | close connections in worker threads at program termination | Arthur de Jong | 2008-01-03 | 1 | -1/+10 |
* | make code a little more compact, don't include debug twic... | Arthur de Jong | 2008-01-03 | 1 | -93/+6 |
* | don't use backticks as quote mark | Arthur de Jong | 2007-12-07 | 1 | -3/+3 |
* | clean up myldap session after each request | Arthur de Jong | 2007-10-27 | 1 | -0/+1 |
* | some small improvements to the code based on some source ... | Arthur de Jong | 2007-09-23 | 1 | -1/+2 |
* | put config filename as a parameter to cfg_init() | Arthur de Jong | 2007-09-19 | 1 | -1/+1 |
* | get rid of global session and instead pass the session as... | Arthur de Jong | 2007-09-14 | 1 | -38/+40 |
* | rewrite configuration file handling to be simpler and mor... | Arthur de Jong | 2007-08-18 | 1 | -1/+6 |
* | add comment explaining the use of chmod() over fchmod() | Arthur de Jong | 2007-06-18 | 1 | -0/+4 |
* | change fchmod() into chmod() since fchmod() has undifined... | Arthur de Jong | 2007-06-17 | 1 | -2/+2 |
* | implement our own stdio-like library that handles IO with... | Arthur de Jong | 2007-06-09 | 1 | -6/+14 |
* | add some comments describing some problems that this code... | Arthur de Jong | 2007-06-01 | 1 | -0/+5 |
* | code improvements by making type casts explicit, flagging... | Arthur de Jong | 2007-03-04 | 1 | -64/+75 |
* | do chmod on file descriptor instead of on file name | Arthur de Jong | 2007-03-02 | 1 | -1/+1 |
* | add gcc attributes to some functions and parameters | Arthur de Jong | 2007-02-17 | 1 | -1/+2 |
* | change license from GNU Library General Public License v.... | Arthur de Jong | 2007-01-09 | 1 | -7/+7 |
* | rename server directory to nslcd | Arthur de Jong | 2006-12-21 | 1 | -0/+656 |