| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase size of hostname buffer | Arthur de Jong | 2018-02-17 | 1 | -11/+2 |
* | Also fix signed integer bug in binsid2id() | Arthur de Jong | 2015-06-13 | 1 | -1/+1 |
* | Fix copy-pasto | Arthur de Jong | 2014-07-02 | 1 | -2/+2 |
* | Fix code indentation | Arthur de Jong | 2014-06-06 | 1 | -1/+1 |
* | Make buffer size error logging consistent | Arthur de Jong | 2014-05-04 | 1 | -2/+2 |
* | Grow DN buffer size | Arthur de Jong | 2014-05-04 | 1 | -3/+3 |
* | Use larger nslcd password buffer | ushi | 2014-05-02 | 1 | -1/+1 |
* | Centralise buffer sizes | Arthur de Jong | 2013-12-18 | 1 | -0/+11 |
* | In nslcd, log EPIPE only on debug level | Arthur de Jong | 2013-08-30 | 1 | -1/+4 |
* | Return partial shadow information to non-root users | Arthur de Jong | 2013-08-21 | 1 | -2/+2 |
* | Rename nscd_invalidate option to reconnect_invalidate | Arthur de Jong | 2013-07-26 | 1 | -4/+4 |
* | Handle user modification requests in nslcd | Arthur de Jong | 2013-03-30 | 1 | -0/+1 |
* | implement functionality to send a cache invalidation sign... | Arthur de Jong | 2013-03-09 | 1 | -0/+8 |
* | move signame() function to common.c to make it available ... | Arthur de Jong | 2013-03-09 | 1 | -0/+3 |
* | move update_lastchange() function from shadow to pam code | Arthur de Jong | 2013-03-01 | 1 | -3/+0 |
* | implement a netgroup_all request | Arthur de Jong | 2013-02-08 | 1 | -1/+2 |
* | remove the ldc_ prefix from struct ldap_config fields | Arthur de Jong | 2012-12-30 | 1 | -1/+1 |
* | more comment fixes | Arthur de Jong | 2012-12-24 | 1 | -1/+1 |
* | move the action argument to NSLCD_HANDLE to the front | Arthur de Jong | 2012-12-23 | 1 | -5/+5 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 1 | -113/+122 |
* | move all nsswitch-parsing related functions to nsswitch.c | Arthur de Jong | 2012-11-25 | 1 | -1/+4 |
* | only inlude stdint.h if we have it | Arthur de Jong | 2012-07-21 | 1 | -0/+2 |
* | add missing includes to ensure all types are defined in h... | Arthur de Jong | 2012-07-21 | 1 | -0/+2 |
* | implement a pam_password_prohibit_message nslcd.conf opti... | Arthur de Jong | 2012-07-08 | 1 | -0/+1 |
* | make whether or not to do case-sensitive filtering config... | Arthur de Jong | 2012-03-13 | 1 | -0/+6 |
* | add missing include for _POSIX_HOST_NAME_MAX (thanks Mel ... | Arthur de Jong | 2012-03-10 | 1 | -1/+2 |
* | make validation log messages consistent | Arthur de Jong | 2011-09-09 | 1 | -3/+4 |
* | implement and use a strtoui() function if uid_t or gid_t ... | Arthur de Jong | 2011-08-29 | 1 | -0/+13 |
* | provide strtouid() and strtogid() functions that use strt... | Arthur de Jong | 2011-08-27 | 1 | -0/+18 |
* | check whether the NSS shadow map queries LDAP before retu... | Arthur de Jong | 2011-08-05 | 1 | -0/+4 |
* | check shadow properties (similarly to what pam_unix does)... | Arthur de Jong | 2011-04-30 | 1 | -0/+9 |
* | support using the objectSid attribute to provide numeric ... | Arthur de Jong | 2011-04-15 | 1 | -0/+8 |
* | put all HOST_NAME_MAX fallbacks in common.h and fall back... | Arthur de Jong | 2011-03-12 | 1 | -0/+4 |
* | move HOST_NAME_MAX fallback definition to header file | Arthur de Jong | 2011-03-11 | 1 | -0/+5 |
* | update copyright headers to add missing years | Arthur de Jong | 2011-03-10 | 1 | -1/+1 |
* | implement a fqdn variable that can be used inside pam_aut... | Arthur de Jong | 2011-01-29 | 1 | -0/+5 |
* | allow attribute mapping with an expression for the userPa... | Arthur de Jong | 2010-12-28 | 1 | -1/+2 |
* | try to update the shadowLastChange attribute of a user on... | Arthur de Jong | 2010-12-26 | 1 | -0/+3 |
* | return correct PAM status code for when LDAP server is un... | Arthur de Jong | 2010-11-17 | 1 | -1/+1 |
* | log the request with any logged messages | Arthur de Jong | 2010-11-07 | 1 | -7/+5 |
* | avoid unneeded strdup()s by using a passed buffer to look... | Arthur de Jong | 2010-11-04 | 1 | -1/+1 |
* | implement a rootpwmodpw option that allows root users to ... | Arthur de Jong | 2010-09-05 | 1 | -2/+2 |
* | make include guard names consistent throughout the source... | Arthur de Jong | 2010-06-14 | 1 | -3/+3 |
* | make logging of buffer checks consistent | Arthur de Jong | 2010-05-13 | 1 | -1/+1 |
* | also have myldap_search() return an LDAP status code | Arthur de Jong | 2010-04-13 | 1 | -2/+2 |
* | make NSLCD_HANDLE_PARAMS() macro simpler and not have emp... | Arthur de Jong | 2009-10-11 | 1 | -5/+5 |
* | log reading and writing errors with errno message | Arthur de Jong | 2009-09-27 | 1 | -2/+4 |
* | rename software to nss-pam-ldapd | 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 | -5/+10 |
* | import preliminary version of PAM functionality into nslcd | Arthur de Jong | 2009-06-03 | 1 | -0/+5 |