| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Do not leak memory if myldap_escape() fails | Jakub Hrozek | 2012-01-09 | 1 | -0/+1 |
* | Return from update_username() if myldap_get_values() retu... | Jakub Hrozek | 2012-01-09 | 1 | -0/+3 |
* | typo fix in comment | Arthur de Jong | 2011-12-28 | 1 | -1/+1 |
* | properly log failures to lookup DNS SRV records | Arthur de Jong | 2011-12-10 | 1 | -1/+6 |
* | properly handle failures to truncate the pid file | Arthur de Jong | 2011-12-10 | 1 | -1/+5 |
* | Fix a typo in disconnect logic | Jakub Hrozek | 2011-12-09 | 1 | -1/+1 |
* | ensure that uid, gid and pid vars are properly initialise... | Arthur de Jong | 2011-12-01 | 1 | -5/+7 |
* | ensure that /etc/nsswitch.conf is only loaded once after ... | Arthur de Jong | 2011-11-30 | 1 | -1/+2 |
* | reduce loglevel of user not found messages to avoid spamm... | Arthur de Jong | 2011-10-02 | 1 | -1/+1 |
* | Use an explicit base of 10 for strtouid()/strtogid()/strt... | Jakub Hrozek | 2011-09-30 | 7 | -12/+12 |
* | make validation log messages consistent | Arthur de Jong | 2011-09-09 | 15 | -96/+114 |
* | add missing include | Arthur de Jong | 2011-09-09 | 1 | -0/+1 |
* | grow gecos buffer size and consistency improvements to ot... | Arthur de Jong | 2011-09-08 | 2 | -4/+4 |
* | give string representations of addresses more logical names | Arthur de Jong | 2011-09-08 | 3 | -24/+20 |
* | move LDAP_DEPRECATED and LDAP_REFERRALS to configure.ac t... | Arthur de Jong | 2011-08-30 | 1 | -6/+0 |
* | implement and use a strtoui() function if uid_t or gid_t ... | Arthur de Jong | 2011-08-29 | 2 | -0/+30 |
* | provide strtouid() and strtogid() functions that use strt... | Arthur de Jong | 2011-08-27 | 4 | -6/+24 |
* | check errno after calls to strtol() to ensure that number... | Arthur de Jong | 2011-08-27 | 7 | -5/+75 |
* | pass a statically allocated callback structure to OpenLDA... | Arthur de Jong | 2011-08-27 | 1 | -1/+2 |
* | fix typo (thanks Nalin Dahyabhai) | Arthur de Jong | 2011-08-24 | 1 | -1/+1 |
* | fix a problem with uninitialised memory while parsing the... | Arthur de Jong | 2011-08-24 | 1 | -7/+5 |
* | support querying DNS SRV records from a different domain ... | Arthur de Jong | 2011-08-24 | 1 | -4/+13 |
* | put external libraries at the end when linking | Arthur de Jong | 2011-08-14 | 1 | -2/+3 |
* | check nsswitch.conf mtime to see whether file should be r... | Arthur de Jong | 2011-08-09 | 1 | -6/+41 |
* | set the socket timeout in a connection callback to avoid ... | Arthur de Jong | 2011-08-07 | 1 | -27/+75 |
* | check whether the NSS shadow map queries LDAP before retu... | Arthur de Jong | 2011-08-05 | 4 | -4/+136 |
* | implementation of myldap_get_values_len() to use ldap_get... | Arthur de Jong | 2011-08-05 | 4 | -5/+112 |
* | switch to using the member attribute by default instead o... | Arthur de Jong | 2011-08-03 | 3 | -9/+9 |
* | 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 |
* | 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 |
* | fix problem with partial attribute name matches in DN (e.... | Arthur de Jong | 2011-05-21 | 1 | -0/+1 |
* | close the nslcd connection to signal LDAP server unavaila... | Arthur de Jong | 2011-04-30 | 1 | -16/+8 |
* | 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 |
* | 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 |
* | set maxdays to -1 to indicate no expiry (instead of a lon... | Arthur de Jong | 2011-04-29 | 1 | -1/+1 |
* | make request indicator shorter | Arthur de Jong | 2011-04-24 | 1 | -5/+5 |
* | no longer use the userdn parameter passed along with each... | Arthur de Jong | 2011-04-24 | 1 | -101/+116 |
* | 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 |
* | provide replacement implementation for strndup() for syst... | Arthur de Jong | 2011-04-15 | 2 | -0/+2 |
* | support using the objectSid attribute to provide numeric ... | Arthur de Jong | 2011-04-15 | 4 | -34/+181 |