summaryrefslogtreecommitdiffstats
path: root/server/responder
Commit message (Expand)AuthorAgeFilesLines
* Serialize requests vs backends.Simo Sorce2009-04-091-544/+702
* Change the way we retrieve domainsSimo Sorce2009-04-087-234/+105
* Clean up warnings in SSSDStephen Gallagher2009-04-073-11/+10
* Unify name parsing and reposnder headersSimo Sorce2009-04-0712-243/+328
* Use info in the domain entry to determine action.Simo Sorce2009-04-071-1/+12
* Add way to use files as a proxy backend fro LOCALSimo Sorce2009-04-011-28/+91
* Add a more flexible way to parse and filter names.Simo Sorce2009-04-015-280/+885
* Fix copy&paste errorSimo Sorce2009-03-271-1/+1
* Fix potential segfault if dp_ctx is still NULL.Simo Sorce2009-03-272-2/+18
* Make nsssrv use the common responder functionsSimo Sorce2009-03-2710-734/+221
* Fix uninitailized pointer and cut&paste errorSimo Sorce2009-03-271-1/+5
* Enable autoreconnection to the Data Provider in PAMStephen Gallagher2009-03-263-4/+67
* Refactor nss_ctx to resp_ctx in respondersStephen Gallagher2009-03-267-109/+109
* Fix buildSimo Sorce2009-03-242-1/+4
* Retrieve some options from confdbSimo Sorce2009-03-203-11/+46
* Enhance server_setupSimo Sorce2009-03-203-2/+4
* 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
* Fix getgrent and getpwent callsSimo Sorce2009-03-181-2/+6
* Implement Negative cache for NSSSimo Sorce2009-03-135-3/+570
* remove an unnecessary call to confdbSumit Bose2009-03-111-8/+4
* Fix returning user with missing optional attributes.Simo Sorce2009-03-101-5/+8
* added generic PAM return messages and a false login delaySumit Bose2009-03-106-65/+151
* Treat uids and gids as 32 bit numbers not 64Simo Sorce2009-03-101-23/+21
* Always pass sss_domain_info to sysdb functions.Simo Sorce2009-03-092-30/+18
* 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-096-59/+76
* Fix reporting non-default users.Simo Sorce2009-03-062-301/+314
* Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce2009-03-052-17/+17
* Implement GetCachedUsers in the InfoPipeStephen Gallagher2009-03-051-2/+2
* added password reset by rootSumit Bose2009-03-051-0/+5
* added a privileged pipeSumit Bose2009-03-056-8/+137
* Add enumeration backout period.Simo Sorce2009-03-043-2/+39
* 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-025-2/+354
* Fix confdb issues.Simo Sorce2009-02-281-5/+5
* Refactor creation of domain_map into confdbStephen Gallagher2009-02-274-168/+31
* Serialize access to sysdb and also exposes ldb transactions.Simo Sorce2009-02-262-30/+53
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-269-59/+59
* Add PAM responderSumit Bose2009-02-2417-0/+5087