| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |