| Commit message (Expand) | Author | Age | Files | Lines |
* | remove inline keyword (should have been removed in r1840) | Arthur de Jong | 2012-11-25 | 1 | -1/+1 |
* | if nsswitch.conf is missing a shadow entry, fall back to ... | Arthur de Jong | 2012-11-25 | 1 | -4/+17 |
* | move all nsswitch-parsing related functions to nsswitch.c | Arthur de Jong | 2012-11-25 | 3 | -64/+61 |
* | ensure that values are logged as unsigned numbers | Arthur de Jong | 2012-11-22 | 5 | -5/+5 |
* | fix comment in header | Arthur de Jong | 2012-11-16 | 1 | -1/+1 |
* | to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonical... | Arthur de Jong | 2012-11-13 | 2 | -3/+6 |
* | log connection message before clearing error indicators t... | Arthur de Jong | 2012-11-11 | 1 | -3/+3 |
* | if nslcd creates the state directory, try to set the righ... | Arthur de Jong | 2012-10-14 | 1 | -2/+8 |
* | use poll() instead of select() for checking file descript... | Arthur de Jong | 2012-10-12 | 1 | -7/+7 |
* | fix problem storing negative hit to dn2uid cache (thanks ... | Arthur de Jong | 2012-09-16 | 1 | -1/+1 |
* | fix logic error when falling back to getting ranged attri... | Arthur de Jong | 2012-09-16 | 1 | -1/+4 |
* | swap values and buf assignment to avoid compiler alignmen... | Arthur de Jong | 2012-09-16 | 1 | -3/+3 |
* | only check nsswitch.conf for shadow mapping on glibc (Sol... | Arthur de Jong | 2012-09-15 | 1 | -0/+10 |
* | grow all search filter buffers to 4096 bytes (thanks flavio) | Arthur de Jong | 2012-09-14 | 11 | -22/+22 |
* | rename filter_buffer to filter for consistency | Arthur de Jong | 2012-09-14 | 1 | -6/+6 |
* | provide an alternative do_rebind() for Netscape LDAP | Arthur de Jong | 2012-09-01 | 1 | -0/+29 |
* | include an explicit cast to int when printing gid_t (fixe... | Arthur de Jong | 2012-09-01 | 1 | -2/+2 |
* | change the default value of sasl_canonicalize to yes (tha... | Arthur de Jong | 2012-08-31 | 1 | -1/+3 |
* | remove variable definition that was introduced in r1626 b... | Arthur de Jong | 2012-08-14 | 1 | -1/+0 |
* | introduce a sasl_canonicalize option that will now, by de... | Arthur de Jong | 2012-08-14 | 3 | -0/+25 |
* | ensure that all places where stdint.h is included it is s... | Arthur de Jong | 2012-07-23 | 3 | -0/+6 |
* | 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 |
* | on startup have the gid option default to the primary gro... | Arthur de Jong | 2012-07-20 | 3 | -12/+38 |
* | implement a pam_password_prohibit_message nslcd.conf opti... | Arthur de Jong | 2012-07-08 | 7 | -2/+102 |
* | remove duplicate getting of LDAP_OPT_DIAGNOSTIC_MESSAGE (... | Arthur de Jong | 2012-07-08 | 1 | -5/+0 |
* | log successful password change in nslcd and correctly ter... | Arthur de Jong | 2012-06-15 | 1 | -0/+2 |
* | implement extra range checking of all numeric values | Arthur de Jong | 2012-05-20 | 8 | -33/+38 |
* | get rid of a few compiler warnings on FreeBSD | Arthur de Jong | 2012-05-18 | 2 | -1/+4 |
* | provide a compatibility definition of SUN_LEN() for syste... | Arthur de Jong | 2012-05-09 | 1 | -0/+1 |
* | remove duplicate debug from log message | Arthur de Jong | 2012-05-09 | 1 | -1/+1 |
* | allow the pam_authz_search option to be specified multipl... | Arthur de Jong | 2012-05-04 | 3 | -58/+84 |
* | don't try to close _SC_OPEN_MAX file descriptor | Arthur de Jong | 2012-05-04 | 1 | -1/+1 |
* | increase buffer for pam_authz_search as suggested by Chri... | Arthur de Jong | 2012-03-23 | 1 | -2/+2 |
* | always try to log the ldap error, the diagnostic message ... | Arthur de Jong | 2012-03-16 | 1 | -42/+68 |
* | make whether or not to do case-sensitive filtering config... | Arthur de Jong | 2012-03-13 | 10 | -11/+25 |
* | when doing DNS queries for SRV records recognise default ... | Arthur de Jong | 2012-03-10 | 1 | -3/+14 |
* | add missing include for _POSIX_HOST_NAME_MAX (thanks Mel ... | Arthur de Jong | 2012-03-10 | 1 | -1/+2 |
* | fix log message for invalid pam_authz_search as reported ... | Arthur de Jong | 2012-03-10 | 1 | -1/+1 |
* | remove extra newline from log message | Arthur de Jong | 2012-03-05 | 1 | -4/+4 |
* | provide more detailed logging information for ldap_start_... | Arthur de Jong | 2012-03-05 | 1 | -3/+11 |
* | log the first 10 search results in debug mode to make deb... | Arthur de Jong | 2012-02-29 | 1 | -1/+16 |
* | update copyright years | Arthur de Jong | 2012-02-29 | 1 | -2/+2 |
* | formatting fixes | Arthur de Jong | 2012-01-20 | 1 | -1/+0 |
* | clarify error messages and fix typo in comment | Arthur de Jong | 2012-01-20 | 1 | -3/+3 |
* | pass the correct size of named socket address (fixes Free... | Arthur de Jong | 2012-01-17 | 1 | -1/+1 |
* | Add a matching va_end() for va_start() in mysnprintf() | Jakub Hrozek | 2012-01-09 | 1 | -0/+1 |
* | Warn if ldap_set_option() fails for LDAP_OPT_ERROR_NUM | Jakub Hrozek | 2012-01-09 | 1 | -4/+8 |
* | Warn if fd cannot be closed in is_locked() | Jakub Hrozek | 2012-01-09 | 1 | -2/+4 |
* | Check NULL return in write_netgroup() | Jakub Hrozek | 2012-01-09 | 1 | -0/+7 |