summaryrefslogtreecommitdiff
path: root/src/responder/sudo
AgeCommit message (Expand)AuthorFilesLines
2012-07-09Fix potential NULL-dereferenceStephen Gallagher1-1/+3
2012-06-29sudo responder: schedule OOB full refresh when expired rule is deletedPavel Březina2-4/+40
2012-06-29sudo responder: refresh expired rulesPavel Březina1-31/+106
2012-06-29sudo responder: update dp interfacePavel Březina3-34/+72
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řezina3-13/+19
2012-06-29sudo responder: discard in-memory cachePavel Březina3-375/+0
2012-06-29sudo responder: change protocol version to 1Pavel Březina1-0/+9
2012-06-29sudo api: send uid, username and domainnamePavel Březina4-109/+102
2012-06-29sudo responder: get rid of dctx where possiblePavel Březina3-93/+102
2012-06-29sudo responder: remove code duplication in commandsPavel Březina4-277/+283
2012-06-12Make re_expression and full_name_format per domain optionsStef Walter1-2/+2
2012-04-24Modified responder_get_domain()Jan Zeleny1-1/+1
2012-03-09Potential NULL-dereference in sudosrv_cmd_get_sudorulesPavel Březina1-14/+12
2012-03-09Use of unininitialized value in sudosrv_cache_set_entry and sudosrv_cache_loo...Pavel Březina1-0/+2
2012-03-08Use the correct hash table for pending requestsSimo Sorce1-1/+1
2012-02-29Remove sysdb_get_ctx_from_list()Sumit Bose1-7/+4
2012-02-23Move sudo_dom_ctx.user to local variablePavel Březina2-8/+8
2012-02-23Honor case_sensitive option in sudo responderPavel Březina4-21/+100
2012-02-21Don't give memory context in confdb where not neededJan Zeleny1-3/+3
2012-02-10SUDO responder: check if the input is a UTF-8 stringPavel Březina1-0/+7
2012-02-06SUDO Integration - fix offline behaviourPavel Březina1-2/+2
2012-02-04SUDO Integration - responder 'sudo_timed' optionPavel Březina3-1/+32
2012-02-04SUDO Integration - in-memory cache in responderPavel Březina5-9/+415
2012-01-30Fix sudo compilation on RHEL5Jakub Hrozek1-0/+2
2012-01-27SUDO Integration - responder command for cn=defaultsPavel Březina4-18/+93
2012-01-27SUDO Integration - prepare data provider for new responder commandsPavel Březina1-1/+1
2012-01-27SUDO Integration - make sysdb_get_sudo_filter() more configurablePavel Březina1-2/+5
2012-01-27Rename sss_dp_type to sss_dp_sudo_typeStephen Gallagher2-4/+4
2012-01-27Use the new SUDO request in DP and sudo responderJakub Hrozek3-216/+67
2012-01-27SUDO: Provide a sudo DP request based on the internal_reqJakub Hrozek2-0/+144
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řezina2-1/+4
2011-12-16SUDO Integration - responder - get sudo rules logicJakub Hrozek1-2/+444
2011-12-16SUDO Integration - responderPavel Březina6-0/+1041