summaryrefslogtreecommitdiffstats
path: root/server/responder/pam
Commit message (Expand)AuthorAgeFilesLines
...
* Always pass full domain infoSimo Sorce2009-04-131-1/+1
* Change the way we retrieve domainsSimo Sorce2009-04-083-20/+16
* Clean up warnings in SSSDStephen Gallagher2009-04-072-3/+2
* Unify name parsing and reposnder headersSimo Sorce2009-04-073-34/+35
* Use info in the domain entry to determine action.Simo Sorce2009-04-071-1/+12
* Fix copy&paste errorSimo Sorce2009-03-271-1/+1
* Fix potential segfault if dp_ctx is still NULL.Simo Sorce2009-03-271-2/+9
* Make nsssrv use the common responder functionsSimo Sorce2009-03-272-12/+8
* Enable autoreconnection to the Data Provider in PAMStephen Gallagher2009-03-261-1/+61
* Refactor nss_ctx to resp_ctx in respondersStephen Gallagher2009-03-263-11/+11
* Enhance server_setupSimo Sorce2009-03-201-1/+1
* added response type PAM_ENV_ITEM and integrated response data into dbus messagesSumit Bose2009-03-202-19/+98
* use pam_data as main data structure for dbus communicationSumit Bose2009-03-193-27/+85
* remove an unnecessary call to confdbSumit Bose2009-03-111-8/+4
* added generic PAM return messages and a false login delaySumit Bose2009-03-105-64/+150
* Always pass sss_domain_info to sysdb functions.Simo Sorce2009-03-091-3/+3
* Do not duplicate attribute names macros.Simo Sorce2009-03-091-2/+2
* use fixed paths to sockets to make sure clients and server are using the sameSumit Bose2009-03-091-2/+3
* Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce2009-03-051-7/+7
* added password reset by rootSumit Bose2009-03-051-0/+5
* added a privileged pipeSumit Bose2009-03-051-3/+2
* Simplify some aspects of pam_LOCAL_domainSimo Sorce2009-03-043-138/+87
* replaced pure ldb calls with sysdb callsSumit Bose2009-03-033-120/+309
* first version of LOCAL pam backendSumit Bose2009-03-024-2/+332
* Add PAM responderSumit Bose2009-02-245-0/+631