Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/pam.c
Commit message (Expand)AuthorAgeFilesLines
* various typo and other comment fixes (4b01125, b0785de, b...Arthur de Jong2013-04-281-2/+2
* retry updating the lastChange attribute with the normal n...Arthur de Jong2013-04-281-3/+6
* rename filter_buffer to filter for consistencyArthur de Jong2012-09-141-6/+6
* implement a pam_password_prohibit_message nslcd.conf opti...Arthur de Jong2012-07-081-0/+12
* log successful password change in nslcd and correctly ter...Arthur de Jong2012-06-151-0/+2
* allow the pam_authz_search option to be specified multipl...Arthur de Jong2012-05-041-50/+64
* increase buffer for pam_authz_search as suggested by Chri...Arthur de Jong2012-03-231-2/+2
* fix log message for invalid pam_authz_search as reported ...Arthur de Jong2012-03-101-1/+1
* 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
* reduce loglevel of user not found messages to avoid spamm...Arthur de Jong2011-10-021-1/+1
* make validation log messages consistentArthur de Jong2011-09-091-14/+21
* 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-051-5/+7
* 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-301-7/+126
* 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 most of the code for building the authorisation sear...Arthur de Jong2011-04-291-32/+39
* 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
* make user and group name validation errors a little more ...Arthur de Jong2011-04-031-2/+3
* put all HOST_NAME_MAX fallbacks in common.h and fall back...Arthur de Jong2011-03-121-4/+0
* fix compiler warningArthur de Jong2011-03-091-1/+2
* properly handle user-not-found errors when doing authenti...Arthur de Jong2011-03-091-1/+3
* implement a fqdn variable that can be used inside pam_aut...Arthur de Jong2011-01-291-2/+3
* try to update the shadowLastChange attribute of a user on...Arthur de Jong2010-12-261-0/+5
* always return a positive authorisation result during auth...Arthur de Jong2010-12-121-6/+6
* 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
* return correct PAM status code for when LDAP server is un...Arthur de Jong2010-11-171-5/+15
* 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-071-0/+5
* avoid unneeded strdup()s by using a passed buffer to look...Arthur de Jong2010-11-041-10/+5
* make buffer sizes for PAM requests consistent (and large ...Arthur de Jong2010-10-131-5/+3
* implement a rootpwmodpw option that allows root users to ...Arthur de Jong2010-09-051-2/+22
* fix commentArthur de Jong2010-07-181-2/+2
* fix bug in test (r1127)Arthur de Jong2010-06-011-1/+1
* add a debug log message when user authentication was succ...Arthur de Jong2010-06-011-0/+2
* make debug logging for pam_authz_search option a little m...Arthur de Jong2010-05-221-4/+5
* small compatibility improvementsArthur de Jong2010-05-121-1/+1
* rename authz_search option to pam_authz_searchArthur de Jong2010-05-081-2/+2
* implement an authz_search option to test whether the user...Arthur de Jong2010-05-071-1/+122
* don't have myldap_set_credentials() try to open a connect...Arthur de Jong2010-04-131-10/+12
* rename admindn option to rootpwmoddnArthur de Jong2010-02-271-9/+9
* add admindn configuration file option that is used when m...Arthur de Jong2010-01-241-7/+27
* implement password changing in the PAM module by performi...Arthur de Jong2009-10-071-27/+63
* fix for problem when authenticating to LDAP entries witho...Arthur de Jong2009-09-241-0/+11