summaryrefslogtreecommitdiff
path: root/src/responder/sudo/sudosrv_get_sudorules.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-27sudo responder: use different callback for oob refreshPavel Březina1-6/+8
2013-05-20Fixing critical format string issues.Lukas Slebodnik1-2/+3
2013-05-10sudo responder: search rules for subdomains in parent domain subtreePavel Březina1-0/+5
2013-04-03Check for correct variable nameJakub Hrozek1-1/+1
2013-03-07Removing unused parameter type from sudosrv_get_sudorules_query_cache()Lukas Slebodnik1-6/+4
2013-02-10Parent and subdomains use the same sysdbSimo Sorce1-66/+7
2013-02-10Add function get_next_domain()Simo Sorce1-3/+3
2013-01-22sudo responder: change num_rules type from size_t to uint32_tPavel Březina1-7/+7
2013-01-15Add domain arguments to sysdb sudo functionsSimo Sorce1-4/+5
2013-01-15Add domain argument to sysdb_search_custom()Simo Sorce1-3/+7
2013-01-15Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce1-1/+1
2012-12-06sudo: print rule name if notBefore or notAfter attribute is missingPavel Březina1-1/+1
2012-11-14sudo: print how many rules we are refreshing or returningPavel Březina1-3/+4
2012-11-14sudo: support users from subdomainsPavel Březina1-12/+52
2012-11-14use tmp_ctx in sudosrv_get_sudorules_from_cache()Pavel Březina1-8/+20
2012-11-14sudo: fix missing parameter in two debug messagesPavel Březina1-3/+3
2012-08-07Remove SYSDB_SUDO_CACHE_OC from attribute listsPavel Březina1-1/+0
2012-08-07Rename SYSDB_SUDO_CACHE_AT_OC to SYSDB_SUDO_CACHE_OCPavel Březina1-1/+1
2012-07-09Fix potential NULL-dereferenceStephen Gallagher1-1/+2
2012-07-09Fix potential NULL-dereferenceStephen Gallagher1-1/+3
2012-06-29sudo responder: schedule OOB full refresh when expired rule is deletedPavel Březina1-4/+38
2012-06-29sudo responder: refresh expired rulesPavel Březina1-31/+106
2012-06-29sudo responder: update dp interfacePavel Březina1-1/+2
2012-06-29sudo responder: allow fetching only expired rules in sudosrv_get_sudorules_qu...Pavel Březina1-25/+22
2012-06-29sudo sysdb: add expiration time to the filterPavel Březina1-1/+1
2012-06-29sudo responder: new request enum typePavel Březina1-7/+8
2012-06-29sudo api: send uid, username and domainnamePavel Březina1-20/+31
2012-06-29sudo responder: get rid of dctx where possiblePavel Březina1-55/+59
2012-06-29sudo responder: remove code duplication in commandsPavel Březina1-78/+0
2012-02-29Remove sysdb_get_ctx_from_list()Sumit Bose1-7/+4
2012-02-23Move sudo_dom_ctx.user to local variablePavel Březina1-7/+8
2012-02-23Honor case_sensitive option in sudo responderPavel Březina1-15/+61
2012-02-06SUDO Integration - fix offline behaviourPavel Březina1-2/+2
2012-02-04SUDO Integration - in-memory cache in responderPavel Březina1-5/+20
2012-01-30Fix sudo compilation on RHEL5Jakub Hrozek1-0/+2
2012-01-27SUDO Integration - responder command for cn=defaultsPavel Březina1-13/+24
2012-01-27SUDO Integration - make sysdb_get_sudo_filter() more configurablePavel Březina1-2/+5
2012-01-27Use the new SUDO request in DP and sudo responderJakub Hrozek1-17/+67
2012-01-23DP: Fix bugs in sss_dp_get_account_intStephen Gallagher1-0/+1
2012-01-21RESPONDER: Extend sss_dp_account_send() to include extra dataStephen Gallagher1-1/+1
2012-01-17SUDO Integration review issuesPavel Březina1-1/+2
2011-12-16SUDO Integration - responder - get sudo rules logicJakub Hrozek1-2/+444
2011-12-16SUDO Integration - responderPavel Březina1-0/+113