| Commit message (Expand) | Author | Age | Files | Lines |
* | don't shrink the buffer for passwd shell value (was part ... | Arthur de Jong | 2012-09-21 | 1 | -1/+1 |
* | fix log message for invalid pam_authz_search as reported ... | Arthur de Jong | 2012-09-20 | 1 | -1/+1 |
* | implements proper range checking numeric values returned ... | Arthur de Jong | 2012-09-20 | 9 | -12/+123 |
* | increase buffer for pam_authz_search as suggested by Chri... | Arthur de Jong | 2012-09-08 | 1 | -2/+2 |
* | fix possible NULL pointer dereference (r1591 from 0.8, r1... | Arthur de Jong | 2012-09-08 | 1 | -0/+6 |
* | fix possible NULL pointer dereference (r1589 from 0.8, r1... | Arthur de Jong | 2012-09-08 | 1 | -0/+3 |
* | grow gecos buffer size and consistency improvements to ot... | Arthur de Jong | 2012-09-08 | 2 | -4/+4 |
* | fix a typo in disconnect logic (r1560 from 0.8 branch) | Arthur de Jong | 2011-12-09 | 1 | -1/+1 |
* | ensure that uid, gid and pid vars are properly initialise... | Arthur de Jong | 2011-12-08 | 1 | -3/+3 |
* | fix a problem with uninitialised memory while parsing the... | Arthur de Jong | 2011-08-24 | 1 | -7/+5 |
* | grow static buffers so that they should be large enough (... | Arthur de Jong | 2011-07-02 | 3 | -6/+6 |
* | fix r1465 to split attribute/value at right place | Arthur de Jong | 2011-06-05 | 1 | -1/+1 |
* | fix problem with partial attribute name matches in DN (e.... | Arthur de Jong | 2011-05-21 | 1 | -0/+1 |
* | report correct reported error from ldap_abandon() (merge ... | Arthur de Jong | 2011-04-22 | 1 | -1/+1 |
* | return correct kind of error code from try_pwmod() (r1313... | Arthur de Jong | 2010-12-11 | 1 | -1/+2 |
* | call myldap_session_check() before adding a new search to... | Arthur de Jong | 2010-12-10 | 1 | -2/+2 |
* | set a short socket timeout when shutting down the connec... | Arthur de Jong | 2010-10-29 | 1 | -16/+18 |
* | grow ruser buffer (small part of r1267 from trunk) | Arthur de Jong | 2010-10-13 | 1 | -1/+1 |
* | handle errors from ldap_result() better and disconnect (a... | Arthur de Jong | 2010-09-24 | 1 | -32/+37 |
* | fix comment | Arthur de Jong | 2010-07-18 | 1 | -2/+2 |
* | allow configuring NSS module's SONAME from configure and ... | Arthur de Jong | 2010-07-07 | 1 | -1/+1 |
* | add logging to SASL interaction function | Arthur de Jong | 2010-06-19 | 1 | -0/+12 |
* | improve debug logging of SASL bind calls | Arthur de Jong | 2010-06-19 | 1 | -4/+14 |
* | remove warning messages from parsing the sasl_* options a... | Arthur de Jong | 2010-06-18 | 2 | -23/+18 |
* | make SASL binding code a little earier to read | Arthur de Jong | 2010-06-18 | 1 | -16/+12 |
* | remove the use_sasl option and instead rely on sasl_mech ... | Arthur de Jong | 2010-06-18 | 3 | -7/+2 |
* | use RTLD_NODELETE during dlopen() instead of not using dl... | Arthur de Jong | 2010-06-16 | 1 | -3/+4 |
* | pass pthread flags correctly to nslcd Makefile and rename... | Arthur de Jong | 2010-06-15 | 1 | -1/+1 |
* | implement a global symbol inside the NSS module to allow ... | Arthur de Jong | 2010-06-14 | 1 | -8/+38 |
* | make include guard names consistent throughout the source... | Arthur de Jong | 2010-06-14 | 5 | -15/+15 |
* | remove commented out memberOf and ipNetmaskNumber attribu... | Arthur de Jong | 2010-06-12 | 4 | -5/+0 |
* | fix and remove source code comments | Arthur de Jong | 2010-06-11 | 1 | -3/+1 |
* | fix bug in test (r1127) | Arthur de Jong | 2010-06-01 | 1 | -1/+1 |
* | add a debug log message when user authentication was succ... | Arthur de Jong | 2010-06-01 | 1 | -0/+2 |
* | make debug logging for pam_authz_search option a little m... | Arthur de Jong | 2010-05-22 | 1 | -4/+5 |
* | always clear returned buffer when performing attribute ma... | Arthur de Jong | 2010-05-15 | 2 | -5/+10 |
* | make logging of buffer checks consistent | Arthur de Jong | 2010-05-13 | 1 | -1/+1 |
* | small compatibility improvements | Arthur de Jong | 2010-05-12 | 1 | -1/+1 |
* | only log "connected to LDAP server" if the previous conne... | Arthur de Jong | 2010-05-09 | 1 | -2/+3 |
* | rename reconnect_maxsleeptime option to reconnect_retrytime | Arthur de Jong | 2010-05-09 | 3 | -8/+11 |
* | don't log errno if it is not set (make error less confusing) | Arthur de Jong | 2010-05-09 | 1 | -6/+9 |
* | handle authentication searches a little differently (only... | Arthur de Jong | 2010-05-09 | 1 | -6/+14 |
* | refactor retry timing mechanism to use time between first... | Arthur de Jong | 2010-05-09 | 3 | -27/+40 |
* | rename authz_search option to pam_authz_search | Arthur de Jong | 2010-05-08 | 3 | -6/+6 |
* | implement an authz_search option to test whether the user... | Arthur de Jong | 2010-05-07 | 3 | -1/+130 |
* | tune some buffer sizes and small cleanups | Arthur de Jong | 2010-05-07 | 11 | -33/+32 |
* | fix buffer overflow | Arthur de Jong | 2010-05-07 | 1 | -1/+1 |
* | don't have myldap_set_credentials() try to open a connect... | Arthur de Jong | 2010-04-13 | 3 | -17/+16 |
* | also have myldap_search() return an LDAP status code | Arthur de Jong | 2010-04-13 | 5 | -25/+33 |
* | add an nss_initgroups_ignoreusers option to ignore userna... | Arthur de Jong | 2010-03-20 | 3 | -0/+62 |