Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/pam.c
Commit message (Expand)AuthorAgeFilesLines
* do not leak memory if myldap_escape() fails (r1590 from 0.8)Arthur de Jong2012-07-231-0/+1
* fix possible NULL pointer dereference (r1589 from 0.8)Arthur de Jong2012-07-231-0/+3
* increase buffer for pam_authz_search as suggested by Chri...Arthur de Jong2012-04-091-2/+2
* fix log message for invalid pam_authz_search as reported ...Arthur de Jong2012-03-101-1/+1
* return correct kind of error code from try_pwmod() (r1313...Arthur de Jong2010-12-111-1/+2
* grow ruser buffer (small part of r1267 from trunk)Arthur de Jong2010-10-131-1/+1
* 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
* change authorisation request to also include ruser, rhost...Arthur de Jong2009-06-031-1/+8
* clean up code a little bit and also do username and userd...Arthur de Jong2009-06-011-82/+45
* normalize username with PAM authentication and some reorg...Arthur de Jong2009-05-291-18/+40
* refactor protocol reading and writing macros to the commo...Arthur de Jong2009-05-211-23/+23
* cleanupsArthur de Jong2009-05-091-5/+1
* set up basic PAM protocol handling and get authentication...Arthur de Jong2009-05-091-109/+181
* perform NSLCD_RESULT_SUCCESS to NSLCD_RESULT_BEGIN rename...Arthur de Jong2009-04-191-7/+7
* initial version of experimental PAM support taken from Op...Arthur de Jong2009-04-181-0/+226