Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-22 | sudo responder: change num_rules type from size_t to uint32_t | Pavel Březina | 1 | -5/+5 | |
https://fedorahosted.org/sssd/ticket/1779 2^32 should be enough to store sudo rules. size_t type was causing troubles on big endian architectures, because it wasn't used correctly in combination with D-Bus. | |||||
2012-07-18 | Fix uninitialized values | Nick Guay | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1379 | |||||
2012-06-29 | sudo responder: update dp interface | Pavel Březina | 1 | -30/+65 | |
2012-01-27 | SUDO Integration - responder command for cn=defaults | Pavel Březina | 1 | -1/+14 | |
https://fedorahosted.org/sssd/ticket/1143 | |||||
2012-01-27 | SUDO Integration - prepare data provider for new responder commands | Pavel Březina | 1 | -1/+1 | |
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 | -191/+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/+125 | |
2012-01-17 | SUDO Integration review issues | Pavel Březina | 1 | -0/+2 | |
2011-12-16 | SUDO Integration - responder | Pavel Březina | 1 | -0/+220 | |