Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/pam.c
Commit message (Expand)AuthorAgeFilesLines
* Make password expiry messages correct and consistentArthur de Jong2018-08-061-6/+6
* Add domain variable for use in pam_authz_searchArthur de Jong2018-07-211-2/+6
* Allow skipping post-authentication search altogetherArthur de Jong2017-06-151-1/+1
* Implement myldap_bind() functionArthur de Jong2017-06-151-63/+44
* Implement handling of pam_authc_search optionArthur de Jong2017-06-151-13/+42
* Add pam_authc_search option parsingArthur de Jong2017-06-151-1/+1
* Reorganise PAM search var building functionsArthur de Jong2017-06-141-118/+133
* Also honor ignorecase in PAMArthur de Jong2016-06-031-1/+1
* Fix error handling on credential changeArthur de Jong2016-01-061-2/+4
* Fix updating of 'shadowLastChange' attribute when chasing...Vasilis Tsiligiannis2015-12-231-0/+9
* Fix password modification by rootArthur de Jong2014-06-061-1/+1
* Clear buffers before free-ingArthur de Jong2014-05-171-0/+16
* Improve error logging of user login failuresArthur de Jong2014-05-041-2/+2
* Make buffer size error logging consistentArthur de Jong2014-05-041-1/+1
* Warn when binddn buffer is too smallArthur de Jong2014-05-041-3/+11
* Centralise buffer sizesArthur de Jong2013-12-181-14/+14
* Fix a number of compiler warningsArthur de Jong2013-10-291-3/+3
* 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