Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/pam.c
Commit message (Expand)AuthorAgeFilesLines
* return the password policy bind information via PAMArthur de Jong2013-03-031-3/+12
* log a more meaningful error in nslcd when trying to authe...Arthur de Jong2013-03-011-1/+7
* move update_lastchange() function from shadow to pam codeArthur de Jong2013-03-011-0/+68
* perform search for pam_authz_search on all search basesArthur de Jong2013-01-061-32/+44
* log and return a diagnostic message instead of just the L...Arthur de Jong2013-01-011-6/+17
* retry updating the lastChange attribute with the normal n...Arthur de Jong2013-01-011-3/+6
* reorganise and rename configuration options to be in line...Arthur de Jong2012-12-301-3/+3
* remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong2012-12-301-15/+15
* fix typo in commentArthur de Jong2012-12-241-1/+1
* update C coding style to a more commonly used styleArthur de Jong2012-12-221-313/+328
* change PAM protocol to be more consistent and simplerArthur de Jong2012-12-161-58/+42
* 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