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