summaryrefslogtreecommitdiff
path: root/server/responder
AgeCommit message (Expand)AuthorFilesLines
2009-03-10Fix returning user with missing optional attributes.Simo Sorce1-5/+8
2009-03-10added generic PAM return messages and a false login delaySumit Bose6-65/+151
2009-03-10Treat uids and gids as 32 bit numbers not 64Simo Sorce1-23/+21
2009-03-09Always pass sss_domain_info to sysdb functions.Simo Sorce2-30/+18
2009-03-09Do not duplicate attribute names macros.Simo Sorce1-2/+2
2009-03-09use fixed paths to sockets to make sure clients and server are using the sameSumit Bose6-59/+76
2009-03-06Fix reporting non-default users.Simo Sorce2-301/+314
2009-03-05Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce2-17/+17
2009-03-05Implement GetCachedUsers in the InfoPipeStephen Gallagher1-2/+2
2009-03-05added password reset by rootSumit Bose1-0/+5
2009-03-05added a privileged pipeSumit Bose6-8/+137
2009-03-04Add enumeration backout period.Simo Sorce3-2/+39
2009-03-04Simplify some aspects of pam_LOCAL_domainSimo Sorce3-138/+87
2009-03-03replaced pure ldb calls with sysdb callsSumit Bose3-120/+309
2009-03-02first version of LOCAL pam backendSumit Bose5-2/+354
2009-02-28Fix confdb issues.Simo Sorce1-5/+5
2009-02-27Refactor creation of domain_map into confdbStephen Gallagher4-168/+31
2009-02-26Serialize access to sysdb and also exposes ldb transactions.Simo Sorce2-30/+53
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce9-59/+59
2009-02-24Add PAM responderSumit Bose17-0/+5087