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() 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
* 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