summaryrefslogtreecommitdiffstats
path: root/src/responder/sudo/sudosrv_cmd.c
Commit message (Collapse)AuthorAgeFilesLines
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-121-2/+2
| | | | | | | | | | | * Allows different user/domain qualified names for different domains. For example Domain\User or user@domain. * The global re_expression and full_name_format options remain as defaults for the domains. * Subdomains get the re_expression and full_name_format of their parent domain. https://bugzilla.redhat.com/show_bug.cgi?id=811663
* Modified responder_get_domain()Jan Zeleny2012-04-241-1/+1
| | | | Now it checks for subdomains as well as for the domain itself
* Potential NULL-dereference in sudosrv_cmd_get_sudorulesPavel Březina2012-03-091-14/+12
| | | | https://fedorahosted.org/sssd/ticket/1236
* Honor case_sensitive option in sudo responderPavel Březina2012-02-231-0/+4
| | | | https://fedorahosted.org/sssd/ticket/1205
* SUDO responder: check if the input is a UTF-8 stringPavel Březina2012-02-101-0/+7
| | | | https://fedorahosted.org/sssd/ticket/1171
* SUDO Integration - responder 'sudo_timed' optionPavel Březina2012-02-041-1/+20
| | | | https://fedorahosted.org/sssd/ticket/1116
* SUDO Integration - in-memory cache in responderPavel Březina2012-02-041-4/+42
| | | | | | New sudo responder option: cache_timeout https://fedorahosted.org/sssd/ticket/1111
* SUDO Integration - responder command for cn=defaultsPavel Březina2012-01-271-0/+47
| | | | https://fedorahosted.org/sssd/ticket/1143
* SUDO Integration - responderPavel Březina2011-12-161-0/+227