summaryrefslogtreecommitdiff
path: root/server/responder/nss
AgeCommit message (Expand)AuthorFilesLines
2009-04-17Force user check and discover user's domainSimo Sorce2-278/+0
2009-04-16Fix by_id enumeration with multiple domainsSimo Sorce1-0/+10
2009-04-14Add common function to retrieve comma sep. listsSimo Sorce1-11/+13
2009-04-14Make reconnection to the Data Provider a global settingStephen Gallagher1-5/+2
2009-04-14Add reconnection code between the NSS responder and the Data providerStephen Gallagher1-1/+52
2009-04-13Fix a couple of segfaults and timeout checksSimo Sorce1-30/+13
2009-04-13Fix segfaults when passing an unknown domainSimo Sorce1-9/+20
2009-04-09Serialize requests vs backends.Simo Sorce1-544/+702
2009-04-08Change the way we retrieve domainsSimo Sorce2-177/+87
2009-04-07Clean up warnings in SSSDStephen Gallagher1-8/+8
2009-04-07Unify name parsing and reposnder headersSimo Sorce3-149/+146
2009-04-01Add way to use files as a proxy backend fro LOCALSimo Sorce1-28/+91
2009-04-01Add a more flexible way to parse and filter names.Simo Sorce5-280/+885
2009-03-27Fix potential segfault if dp_ctx is still NULL.Simo Sorce1-0/+9
2009-03-27Make nsssrv use the common responder functionsSimo Sorce4-687/+200
2009-03-27Fix uninitailized pointer and cut&paste errorSimo Sorce1-1/+5
2009-03-24Fix buildSimo Sorce2-1/+4
2009-03-20Retrieve some options from confdbSimo Sorce3-11/+46
2009-03-20Enhance server_setupSimo Sorce2-1/+3
2009-03-18Fix getgrent and getpwent callsSimo Sorce1-2/+6
2009-03-13Implement Negative cache for NSSSimo Sorce5-3/+570
2009-03-10Fix returning user with missing optional attributes.Simo Sorce1-5/+8
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 Sorce1-27/+15
2009-03-09use fixed paths to sockets to make sure clients and server are using the sameSumit Bose2-1/+6
2009-03-06Fix reporting non-default users.Simo Sorce2-301/+314
2009-03-05Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce1-10/+10
2009-03-05Implement GetCachedUsers in the InfoPipeStephen Gallagher1-2/+2
2009-03-04Add enumeration backout period.Simo Sorce3-2/+39
2009-02-28Fix confdb issues.Simo Sorce1-5/+5
2009-02-27Refactor creation of domain_map into confdbStephen Gallagher3-100/+28
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 Sorce4-32/+32
2009-02-24Add PAM responderSumit Bose4-0/+3379