summaryrefslogtreecommitdiff
path: root/src/providers/data_provider_be.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-22Check return values of setenv and unsetenvJakub Hrozek1-1/+5
2013-09-18BE: Log domain name to journald if availableJakub Hrozek1-0/+2
2013-08-24DP: Notify propperly when removing PAC responderOndrej Kos1-1/+4
2013-07-18Remove unused be_ctx->sigchld_ctxJakub Hrozek1-8/+0
2013-06-10back end: add refresh expired records periodic taskPavel Březina1-0/+23
2013-06-04Use queue for get_subdomainsSumit Bose1-3/+7
2013-06-04Add be request queueSumit Bose1-0/+119
2013-05-02Add secid filter to responder-dp protocolSumit Bose1-0/+5
2013-04-03Centralize resolv_init, remove resolv context listJakub Hrozek1-1/+1
2013-03-19Do not compile main() in DP if UNIT_TESTING is definedJakub Hrozek1-0/+2
2013-03-19Provide a be_get_account_info_send functionJakub Hrozek1-19/+130
2013-03-04Use the correct memory context in be_req_createJakub Hrozek1-1/+1
2013-02-01dp: check whether hostid backend is configured before filing be requestPavel Březina1-0/+8
2013-01-21Make struct be_req opaqueSimo Sorce1-0/+18
2013-01-21Add be_req_get_data() helper funciton.Simo Sorce1-4/+11
2013-01-21Add be_req_get_be_ctx() helper.Simo Sorce1-0/+5
2013-01-21Add be_req_create() helperSimo Sorce1-37/+33
2013-01-21Introduce be_req_terminate() helperSimo Sorce1-2/+9
2013-01-21Remove domain from be_req structureSimo Sorce1-1/+0
2013-01-21Remove sysdb as a be request structure memberSimo Sorce1-1/+0
2013-01-21Remove sysdb as a be context structure memberSimo Sorce1-3/+2
2013-01-19set struct bet_info->bet_typePavel Březina1-0/+1
2013-01-16Invalidate user entry even if there are no groupsJakub Hrozek1-5/+7
2013-01-15Add domain argument to sysdb_initgroups()Simo Sorce1-1/+1
2013-01-15Refactor single domain initializationSimo Sorce1-2/+2
2012-12-18DP: invalidate all cached maps if a request for auto.master comes inJakub Hrozek1-0/+7
2012-12-05Add backchannel NSS provider query on initgr callsSimo Sorce1-0/+165
2012-11-19Refactor the way subdomain accounts are savedSimo Sorce1-0/+11
2012-11-14Run IPA subdomain provider if IPA ID provider is configuredSumit Bose1-1/+2
2012-11-12backend: add PAC to the list of known clientsPavel Březina1-0/+2
2012-10-29Include talloc log in our debug facilityMichal Zidek1-2/+1
2012-09-24Make subdomain discovery less noisySumit Bose1-15/+16
2012-09-12backend: initialize sudo only when it is enabled in servicesPavel Březina1-3/+63
2012-09-12be_process_init(): free ctx on errorPavel Březina1-15/+21
2012-08-09Abort PAM access phase if HBAC does not return PAM_SUCCESSJakub Hrozek1-0/+1
2012-08-07Subdomains: Send the DP reply in the correct formatJakub Hrozek1-14/+41
2012-08-01Change refreshing of subdomainsSimo Sorce1-1/+0
2012-08-01Use a more tractable name for subdomain requestSimo Sorce1-2/+2
2012-07-27Move SELinux processing from session to account PAM stackJan Zeleny1-0/+25
2012-07-27Renamed session provider to selinux providerJan Zeleny1-8/+6
2012-07-27Always free request in data provider PAM callbackJan Zeleny1-2/+3
2012-06-29sudo backend - add support for on demand refresh of specific rulesPavel Březina1-7/+61
2012-06-29sudo backend - support only on demand full refreshPavel Březina1-28/+4
2012-06-20Move some debug lines to new debug log levelsStef Walter1-1/+1
2012-05-10subdomains: Fix error handling in Data ProviderJakub Hrozek1-19/+37
2012-05-03SSH: Add dp_get_host_send to common responder codeJakub Hrozek1-21/+11
2012-05-03Rename split_service_name_filterJakub Hrozek1-16/+16
2012-05-02DP: return correct error message when subdomains back end target is not confi...Jakub Hrozek1-1/+1
2012-04-24Carry sysdb context and domain info in be_req structureJan Zeleny1-0/+2
2012-04-24Basic support for subdomains in auth providerJan Zeleny1-3/+5