Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-29 | sudo responder: schedule OOB full refresh when expired rule is deleted | Pavel Březina | 1 | -0/+2 | |
2012-06-29 | sudo responder: update dp interface | Pavel Březina | 1 | -3/+5 | |
2012-06-29 | sudo responder: new request enum type | Pavel Březina | 1 | -1/+6 | |
sss_sudo_type represents query type that comes to the responder sss_dp_sudo_type represents query type to DP that is issued by the responder I'm leaving current values of sss_dp_sudo_type untouched so the compilation is not broken. Hovewer, they will be changed to new DP types once the DP interface is updated. | |||||
2012-06-29 | sudo responder: discard in-memory cache | Pavel Březina | 1 | -28/+0 | |
2012-06-29 | sudo api: send uid, username and domainname | Pavel Březina | 1 | -0/+3 | |
https://fedorahosted.org/sssd/ticket/1239 Test client was changed accordingly. The new usage is: sss_sudo_cli username [uid] If uid is not set, getpwnam(username) is called. It will retrieve both default options and rules. | |||||
2012-06-29 | sudo responder: get rid of dctx where possible | Pavel Březina | 1 | -8/+12 | |
2012-06-29 | sudo responder: remove code duplication in commands | Pavel Březina | 1 | -34/+13 | |
2012-02-23 | Move sudo_dom_ctx.user to local variable | Pavel Březina | 1 | -1/+0 | |
2012-02-23 | Honor case_sensitive option in sudo responder | Pavel Březina | 1 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/1205 | |||||
2012-02-04 | SUDO Integration - responder 'sudo_timed' option | Pavel Březina | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/1116 | |||||
2012-02-04 | SUDO Integration - in-memory cache in responder | Pavel Březina | 1 | -0/+33 | |
New sudo responder option: cache_timeout https://fedorahosted.org/sssd/ticket/1111 | |||||
2012-01-27 | SUDO Integration - responder command for cn=defaults | Pavel Březina | 1 | -4/+8 | |
https://fedorahosted.org/sssd/ticket/1143 | |||||
2012-01-27 | Rename sss_dp_type to sss_dp_sudo_type | Stephen Gallagher | 1 | -2/+2 | |
I pushed an older version of this patch that had the incorrect name. This is the interdiff. | |||||
2012-01-27 | Use the new SUDO request in DP and sudo responder | Jakub Hrozek | 1 | -8/+0 | |
Also remove the old request implementation https://fedorahosted.org/sssd/ticket/1115 | |||||
2012-01-27 | SUDO: Provide a sudo DP request based on the internal_req | Jakub Hrozek | 1 | -0/+19 | |
2011-12-16 | SUDO Integration - responder | Pavel Březina | 1 | -0/+109 | |