Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* simplify and correct find_rdn_value() to handle splitting...Arthur de Jong2011-06-051-4/+3
* fix problem with partial attribute name matches in DN (e....Arthur de Jong2011-05-211-0/+1
* close the nslcd connection to signal LDAP server unavaila...Arthur de Jong2011-04-301-16/+8
* improve password change failed error messageArthur de Jong2011-04-301-10/+12
* check shadow properties (similarly to what pam_unix does)...Arthur de Jong2011-04-303-10/+172
* fix return value of try_autzsearch() when no match foundArthur de Jong2011-04-301-0/+2
* use the right DN in the pam_authz_search optionArthur de Jong2011-04-301-5/+5
* move code for getting shadow expiry properties to a separ...Arthur de Jong2011-04-301-36/+37
* move most of the code for building the authorisation sear...Arthur de Jong2011-04-291-32/+39