summaryrefslogtreecommitdiffstats
path: root/server/providers/dp_auth_util.c
Commit message (Collapse)AuthorAgeFilesLines
* Change the why DP clients identifySimo Sorce2009-08-111-0/+117
| | | | Mirrors what we have done with the monitor.
* added kerberos backend with tevent_req event handlingSumit Bose2009-07-021-0/+6
|
* Silence warningsSimo Sorce2009-05-261-4/+4
|
* added check for NULL valuesSumit Bose2009-05-141-0/+7
| | | | | - allow unspecified value in struct pam_data to be NULL - check if domain structure is initialized in pam_reply
* fix for pam proxy chauthtokSumit Bose2009-04-271-0/+3
| | | | | | | | | | When a user from a domain served by the proxy backend changes his password with passwd the passwd command asks for the old password, but it is not validated by the pam_chauthtok call in the proxy backend, because it is running as root. If the request is coming the unpriviledged socket we now call pam_authenticate explicitly before pam_chauthtok.
* Implement credentials caching in pam responder.Simo Sorce2009-04-131-0/+208
Implement credentials caching in pam responder. Currently works only for the proxy backend. Also cleanup pam responder code and mode common code in data provider. (the data provider should never include responder private headers)