| Commit message (Expand) | Author | Age | Files | Lines |
* | switch to dh for debian/rules and bump debhelper compatib... | Arthur de Jong | 2011-07-02 | 7 | -78/+10 |
* | make buffer sizes consistent, grow gidNumber buffer to ho... | Arthur de Jong | 2011-07-02 | 5 | -29/+29 |
* | correctly only check password expiration when authenticat... | Arthur de Jong | 2011-06-10 | 1 | -5/+5 |
* | check all variables in pam_authz_search to see if they exist | Arthur de Jong | 2011-06-05 | 2 | -7/+42 |
* | mark more strings as const and don't free() data returned... | Arthur de Jong | 2011-06-05 | 2 | -8/+7 |
* | handle expressions where the expander function returns NU... | Arthur de Jong | 2011-06-05 | 2 | -0/+8 |
* | fix r1468 | Arthur de Jong | 2011-06-05 | 1 | -2/+2 |
* | simplify and correct find_rdn_value() to handle splitting... | Arthur de Jong | 2011-06-05 | 1 | -4/+3 |
* | include updated files | Arthur de Jong | 2011-06-05 | 2 | -157/+218 |
* | add test case for two-character user name | Arthur de Jong | 2011-05-23 | 1 | -0/+1 |
* | fix problem with partial attribute name matches in DN (e.... | Arthur de Jong | 2011-05-21 | 1 | -0/+1 |
* | get files ready for 0.8.3 release0.8.3 | Arthur de Jong | 2011-05-13 | 8 | -16/+292 |
* | don't unconditionally restart nscd but just try to invali... | Arthur de Jong | 2011-05-13 | 1 | -11/+4 |
* | correctly pick up current configuration of /etc/nsswitch.... | Arthur de Jong | 2011-05-13 | 1 | -6/+7 |
* | upgrade to standards-version 3.9.2 | Arthur de Jong | 2011-05-13 | 1 | -1/+1 |
* | switch variable expander function type name because _t su... | Arthur de Jong | 2011-05-13 | 2 | -7/+7 |
* | search for LDAP server by looking for SRV _ldap._tcp DNS ... | Arthur de Jong | 2011-05-13 | 2 | -21/+89 |
* | fix domain to basedn expansion when having more than two ... | Arthur de Jong | 2011-05-13 | 1 | -1/+1 |
* | simplify request handling by passing read parameters arou... | Arthur de Jong | 2011-05-13 | 13 | -178/+144 |
* | implement attribute mapping functionality and do some ref... | Arthur de Jong | 2011-05-01 | 15 | -291/+417 |
* | remove unneeded import | Arthur de Jong | 2011-05-01 | 1 | -1/+0 |
* | pass dn and attributes to functions separately | Arthur de Jong | 2011-05-01 | 12 | -28/+18 |
* | small code improvements | Arthur de Jong | 2011-05-01 | 3 | -10/+9 |
* | make log message clearer when nslcd returns an empty resp... | Arthur de Jong | 2011-04-30 | 1 | -1/+1 |
* | close the nslcd connection to signal LDAP server unavaila... | Arthur de Jong | 2011-04-30 | 1 | -16/+8 |
* | split setting up of configuration into separate function | Arthur de Jong | 2011-04-30 | 1 | -14/+22 |
* | improve password change failed error message | Arthur de Jong | 2011-04-30 | 1 | -10/+12 |
* | check shadow properties (similarly to what pam_unix does)... | Arthur de Jong | 2011-04-30 | 3 | -10/+172 |
* | do not attempt to change password as root when changing a... | Arthur de Jong | 2011-04-30 | 1 | -1/+1 |
* | fix return value of try_autzsearch() when no match found | Arthur de Jong | 2011-04-30 | 1 | -0/+2 |
* | use the right DN in the pam_authz_search option | Arthur de Jong | 2011-04-30 | 1 | -5/+5 |
* | move code for getting shadow expiry properties to a separ... | Arthur de Jong | 2011-04-30 | 1 | -36/+37 |
* | move most of the code for building the authorisation sear... | Arthur de Jong | 2011-04-29 | 1 | -32/+39 |
* | support more PAM status codes over the nslcd protocol | Arthur de Jong | 2011-04-29 | 2 | -0/+4 |
* | set maxdays to -1 to indicate no expiry (instead of a lon... | Arthur de Jong | 2011-04-29 | 2 | -2/+2 |
* | put standard library imports before application imports a... | Arthur de Jong | 2011-04-28 | 13 | -53/+40 |
* | remove duplicate and wrong write() method | Arthur de Jong | 2011-04-28 | 1 | -33/+0 |
* | make request indicator shorter | Arthur de Jong | 2011-04-24 | 1 | -5/+5 |
* | document use of returned authorisation message | Arthur de Jong | 2011-04-24 | 1 | -2/+5 |
* | no longer use the userdn parameter passed along with each... | Arthur de Jong | 2011-04-24 | 1 | -101/+116 |
* | improve handling of test_login_unknown | Arthur de Jong | 2011-04-24 | 1 | -2/+1 |
* | report correct reported error from ldap_abandon() | Arthur de Jong | 2011-04-22 | 1 | -1/+1 |
* | fix r1429 to properly handle absence of RTLD_NODELETE | Arthur de Jong | 2011-04-18 | 1 | -1/+1 |
* | support systems without RTLD_NODELETE | Arthur de Jong | 2011-04-18 | 1 | -1/+7 |
* | add example configuration provided by Wesley Mason | Arthur de Jong | 2011-04-16 | 1 | -0/+16 |
* | provide replacement implementation for strndup() for syst... | Arthur de Jong | 2011-04-15 | 6 | -2/+80 |
* | add Wesley Mason to AUTHOS file (was missing from r1425) | Arthur de Jong | 2011-04-15 | 1 | -0/+1 |
* | support using the objectSid attribute to provide numeric ... | Arthur de Jong | 2011-04-15 | 5 | -35/+189 |
* | allow running test_{nss,pam}cmds tests from another direc... | Arthur de Jong | 2011-04-15 | 3 | -4/+9 |
* | make user and group name validation errors a little more ... | Arthur de Jong | 2011-04-03 | 3 | -7/+8 |