summaryrefslogtreecommitdiffstats
path: root/src/responder/sudo
Commit message (Expand)AuthorAgeFilesLines
* Removing unused parameter type from sudosrv_get_sudorules_query_cache()Lukas Slebodnik2013-08-281-4/+2
* sudo responder: use different callback for oob refreshPavel Březina2013-06-271-6/+8
* sudo responder: use fully qualified name for subdomain usersPavel Březina2013-05-101-1/+1
* sudo responder: change num_rules type from size_t to uint32_tPavel Březina2013-01-225-20/+20
* RESPONDERS: Create a common file with service names and versionsJakub Hrozek2012-12-182-2/+1
* sudo: print rule name if notBefore or notAfter attribute is missingPavel Březina2012-12-061-1/+1
* SUDO: Fix wrong variable checkJakub Hrozek2012-11-191-1/+1
* sudo: print how many rules we are refreshing or returningPavel Březina2012-11-141-3/+4
* sudo: do not send domain name with usernamePavel Březina2012-11-143-6/+5
* sudo: support users from subdomainsPavel Březina2012-11-144-60/+214
* 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
* Add new option default_domain_suffixSumit Bose2012-10-011-1/+2
* 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 uninitialized valuesNick Guay2012-07-181-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-292-4/+40
* sudo responder: refresh expired rulesPavel Březina2012-06-291-31/+106
* sudo responder: update dp interfacePavel Březina2012-06-293-34/+72
* 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-293-13/+19
* sudo responder: discard in-memory cachePavel Březina2012-06-293-375/+0
* sudo responder: change protocol version to 1Pavel Březina2012-06-291-0/+9
* sudo api: send uid, username and domainnamePavel Březina2012-06-294-109/+102
* sudo responder: get rid of dctx where possiblePavel Březina2012-06-293-93/+102
* sudo responder: remove code duplication in commandsPavel Březina2012-06-294-277/+283
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-121-2/+2
* Modified responder_get_domain()Jan Zeleny2012-04-241-1/+1
* Potential NULL-dereference in sudosrv_cmd_get_sudorulesPavel Březina2012-03-091-14/+12
* Use of unininitialized value in sudosrv_cache_set_entry and sudosrv_cache_loo...Pavel Březina2012-03-091-0/+2
* Use the correct hash table for pending requestsSimo Sorce2012-03-081-1/+1
* Remove sysdb_get_ctx_from_list()Sumit Bose2012-02-291-7/+4
* Move sudo_dom_ctx.user to local variablePavel Březina2012-02-232-8/+8
* Honor case_sensitive option in sudo responderPavel Březina2012-02-234-21/+100
* Don't give memory context in confdb where not neededJan Zeleny2012-02-211-3/+3
* SUDO responder: check if the input is a UTF-8 stringPavel Březina2012-02-101-0/+7
* SUDO Integration - fix offline behaviourPavel Březina2012-02-061-2/+2
* SUDO Integration - responder 'sudo_timed' optionPavel Březina2012-02-043-1/+32
* SUDO Integration - in-memory cache in responderPavel Březina2012-02-045-9/+415
* Fix sudo compilation on RHEL5Jakub Hrozek2012-01-301-0/+2
* SUDO Integration - responder command for cn=defaultsPavel Březina2012-01-274-18/+93
* SUDO Integration - prepare data provider for new responder commandsPavel Březina2012-01-271-1/+1
* SUDO Integration - make sysdb_get_sudo_filter() more configurablePavel Březina2012-01-271-2/+5
* Rename sss_dp_type to sss_dp_sudo_typeStephen Gallagher2012-01-272-4/+4
* Use the new SUDO request in DP and sudo responderJakub Hrozek2012-01-273-216/+67
* SUDO: Provide a sudo DP request based on the internal_reqJakub Hrozek2012-01-272-0/+144
* DP: Fix bugs in sss_dp_get_account_intStephen Gallagher2012-01-231-0/+1