Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* 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
* set maxdays to -1 to indicate no expiry (instead of a lon...Arthur de Jong2011-04-291-1/+1
* make request indicator shorterArthur de Jong2011-04-241-5/+5
* no longer use the userdn parameter passed along with each...Arthur de Jong2011-04-241-101/+116
* report correct reported error from ldap_abandon()Arthur de Jong2011-04-221-1/+1
* fix r1429 to properly handle absence of RTLD_NODELETEArthur de Jong2011-04-181-1/+1
* support systems without RTLD_NODELETEArthur de Jong2011-04-181-1/+7
* provide replacement implementation for strndup() for syst...Arthur de Jong2011-04-152-0/+2
* support using the objectSid attribute to provide numeric ...Arthur de Jong2011-04-154-34/+181
* make user and group name validation errors a little more ...Arthur de Jong2011-04-033-7/+8
* allow usernames of only two charactersArthur de Jong2011-03-311-1/+1
* no longer indefinitely wait for all worker threads to fin...Arthur de Jong2011-03-251-33/+30
* implement a validnames option that can be used to fine-tu...Arthur de Jong2011-03-253-42/+66
* fix descriptions of filesArthur de Jong2011-03-232-2/+2
* provide a definition of daemon() for systems that lack itArthur de Jong2011-03-231-2/+0
* small code improvementsArthur de Jong2011-03-192-4/+4
* remove logging functionality that isn't usedArthur de Jong2011-03-192-159/+20
* put all HOST_NAME_MAX fallbacks in common.h and fall back...Arthur de Jong2011-03-122-4/+4
* fix problem with endless loop on incorrect passwordArthur de Jong2011-03-111-4/+1
* move HOST_NAME_MAX fallback definition to header fileArthur de Jong2011-03-112-4/+5
* update copyright headers to add missing yearsArthur de Jong2011-03-104-4/+4
* fix compiler warningArthur de Jong2011-03-091-1/+2
* properly handle user-not-found errors when doing authenti...Arthur de Jong2011-03-092-3/+15