Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* 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
* ensure that session id is only logged while handling a co...Arthur de Jong2011-03-063-7/+26
* create the directory for the socket and pidfileArthur de Jong2011-02-111-11/+24
* implement a fqdn variable that can be used inside pam_aut...Arthur de Jong2011-01-294-52/+86
* include definition of rc in all code paths because it's u...Arthur de Jong2011-01-011-3/+1
* allow attribute mapping with an expression for the userPa...Arthur de Jong2010-12-286-29/+36
* try to update the shadowLastChange attribute of a user on...Arthur de Jong2010-12-265-1/+90
* also support the tls_cacert option as an alias for tls_ca...Arthur de Jong2010-12-261-1/+2
* also support tilde (~) in user and group names, except as...Arthur de Jong2010-12-241-1/+1
* make logic of character tests easier to readArthur de Jong2010-12-241-7/+14
* implement a nss_min_uid option to filter user entries ret...Arthur de Jong2010-12-204-21/+77
* pass the ld to do_bind() instead of the session to use th...Arthur de Jong2010-12-121-14/+18
* always return a positive authorisation result during auth...Arthur de Jong2010-12-121-6/+6
* fix commentArthur de Jong2010-12-121-1/+1
* in each worker wake up once in a while to check whether a...Arthur de Jong2010-12-083-12/+54
* in try_bind(), perform the search ourselves instead of us...Arthur de Jong2010-12-031-3/+22
* fix handling of try_bind() result code in nslcd_pam_authc...Arthur de Jong2010-12-031-3/+3
* close all open file descriptors on startArthur de Jong2010-11-261-0/+8
* return correct PAM status code for when LDAP server is un...Arthur de Jong2010-11-173-9/+19
* switch all internal functions to return an LDAP status codeArthur de Jong2010-11-171-27/+31
* return correct kind of error code from try_pwmod() (bug)Arthur de Jong2010-11-171-1/+2
* log the request with any logged messagesArthur de Jong2010-11-0715-73/+111