Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
...
* increase buffer for pam_authz_search as suggested by Chri...Arthur de Jong2012-03-231-2/+2
* always try to log the ldap error, the diagnostic message ...Arthur de Jong2012-03-161-42/+68
* make whether or not to do case-sensitive filtering config...Arthur de Jong2012-03-1310-11/+25
* when doing DNS queries for SRV records recognise default ...Arthur de Jong2012-03-101-3/+14
* add missing include for _POSIX_HOST_NAME_MAX (thanks Mel ...Arthur de Jong2012-03-101-1/+2
* fix log message for invalid pam_authz_search as reported ...Arthur de Jong2012-03-101-1/+1
* remove extra newline from log messageArthur de Jong2012-03-051-4/+4
* provide more detailed logging information for ldap_start_...Arthur de Jong2012-03-051-3/+11
* log the first 10 search results in debug mode to make deb...Arthur de Jong2012-02-291-1/+16
* update copyright yearsArthur de Jong2012-02-291-2/+2
* formatting fixesArthur de Jong2012-01-201-1/+0
* clarify error messages and fix typo in commentArthur de Jong2012-01-201-3/+3
* pass the correct size of named socket address (fixes Free...Arthur de Jong2012-01-171-1/+1
* Add a matching va_end() for va_start() in mysnprintf()Jakub Hrozek2012-01-091-0/+1
* Warn if ldap_set_option() fails for LDAP_OPT_ERROR_NUMJakub Hrozek2012-01-091-4/+8
* Warn if fd cannot be closed in is_locked()Jakub Hrozek2012-01-091-2/+4
* Check NULL return in write_netgroup()Jakub Hrozek2012-01-091-0/+7
* Do not leak memory if myldap_escape() failsJakub Hrozek2012-01-091-0/+1
* Return from update_username() if myldap_get_values() retu...Jakub Hrozek2012-01-091-0/+3
* typo fix in commentArthur de Jong2011-12-281-1/+1
* properly log failures to lookup DNS SRV recordsArthur de Jong2011-12-101-1/+6
* properly handle failures to truncate the pid fileArthur de Jong2011-12-101-1/+5
* Fix a typo in disconnect logicJakub Hrozek2011-12-091-1/+1
* ensure that uid, gid and pid vars are properly initialise...Arthur de Jong2011-12-011-5/+7
* ensure that /etc/nsswitch.conf is only loaded once after ...Arthur de Jong2011-11-301-1/+2
* reduce loglevel of user not found messages to avoid spamm...Arthur de Jong2011-10-021-1/+1
* Use an explicit base of 10 for strtouid()/strtogid()/strt...Jakub Hrozek2011-09-307-12/+12
* make validation log messages consistentArthur de Jong2011-09-0915-96/+114
* add missing includeArthur de Jong2011-09-091-0/+1
* grow gecos buffer size and consistency improvements to ot...Arthur de Jong2011-09-082-4/+4
* give string representations of addresses more logical namesArthur de Jong2011-09-083-24/+20
* move LDAP_DEPRECATED and LDAP_REFERRALS to configure.ac t...Arthur de Jong2011-08-301-6/+0
* implement and use a strtoui() function if uid_t or gid_t ...Arthur de Jong2011-08-292-0/+30
* provide strtouid() and strtogid() functions that use strt...Arthur de Jong2011-08-274-6/+24
* check errno after calls to strtol() to ensure that number...Arthur de Jong2011-08-277-5/+75
* pass a statically allocated callback structure to OpenLDA...Arthur de Jong2011-08-271-1/+2
* fix typo (thanks Nalin Dahyabhai)Arthur de Jong2011-08-241-1/+1
* fix a problem with uninitialised memory while parsing the...Arthur de Jong2011-08-241-7/+5
* support querying DNS SRV records from a different domain ...Arthur de Jong2011-08-241-4/+13
* put external libraries at the end when linkingArthur de Jong2011-08-141-2/+3
* check nsswitch.conf mtime to see whether file should be r...Arthur de Jong2011-08-091-6/+41
* set the socket timeout in a connection callback to avoid ...Arthur de Jong2011-08-071-27/+75
* check whether the NSS shadow map queries LDAP before retu...Arthur de Jong2011-08-054-4/+136
* implementation of myldap_get_values_len() to use ldap_get...Arthur de Jong2011-08-054-5/+112
* switch to using the member attribute by default instead o...Arthur de Jong2011-08-033-9/+9
* make buffer sizes consistent, grow gidNumber buffer to ho...Arthur de Jong2011-07-025-29/+29
* correctly only check password expiration when authenticat...Arthur de Jong2011-06-101-5/+5
* check all variables in pam_authz_search to see if they existArthur de Jong2011-06-052-7/+42
* mark more strings as const and don't free() data returned...Arthur de Jong2011-06-052-8/+7
* fix r1468Arthur de Jong2011-06-051-2/+2