b9941359b3181c42f415530d5ccad0f4664d85fa |
|
21-Sep-2016 |
Lukas Slebodnik <lslebodn@redhat.com> |
Remove double semicolon at the end of line
Reviewed-by: Pavel Březina <pbrezina@redhat.com> |
9602c7f43cae0b06c584fe64ced474ee76623d97 |
|
24-Apr-2013 |
Pavel Březina <pbrezina@redhat.com> |
sudo client: remove dead code
https://fedorahosted.org/sssd/ticket/1889
Fixes two minor coverity issues. |
32f763808dc741289ca03248b89fe526494b645a |
|
15-Nov-2012 |
Stephen Gallagher <sgallagh@redhat.com> |
SUDO: Remove unused variable
Eliminates a compiler warning |
7379170a0860790f2739e07fffe3d6ec85264566 |
|
14-Nov-2012 |
Pavel Březina <pbrezina@redhat.com> |
sudo: do not send domain name with username
This caused troubles with subdomain users and it is not really
necessary. This patch does not change the protocol itself, that
should be done on the earliest possible occasion.
Part of https://fedorahosted.org/sssd/ticket/1616 |
46d3d2c731e8c7e138462e5b60a39a279dc77d81 |
|
29-Jun-2012 |
Pavel Březina <pbrezina@redhat.com> |
sudo api: send uid, username and domainname
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. |
dc2750954d694eeef46ec9bf31c7f675b2b1fb27 |
|
18-Apr-2012 |
Pavel Březina <pbrezina@redhat.com> |
sudo api: check sss_status instead of errnop in sss_sudo_send_recv_generic() |
ea155efa0408f84171d28c1f733ea08888dfbe51 |
|
09-Mar-2012 |
Pavel Březina <pbrezina@redhat.com> |
Two memory leaks in sss_sudo_get_values
https://fedorahosted.org/sssd/ticket/1235 |
968e2bc3bb28458b25c3b19868ea50f0325d8b0a |
|
14-Feb-2012 |
Pavel Březina <pbrezina@redhat.com> |
Refactor sss_result into sss_sudo_result
https://fedorahosted.org/sssd/ticket/1159 |
9c6b680e55e00642bc3e644fd63e18e6c09ff110 |
|
27-Jan-2012 |
Pavel Březina <pbrezina@redhat.com> |
SUDO Integration - SUDO API can request only cn=defaults record
https://fedorahosted.org/sssd/ticket/1143 |
f643754db81eeade60485bbe3d80324d889cc4f3 |
|
17-Jan-2012 |
Pavel Březina <pbrezina@redhat.com> |
SUDO Integration review issues |
6f701a4dc295ddc997ba5190a3cd72d948d799dc |
|
16-Dec-2011 |
Pavel Březina <pbrezina@redhat.com> |
SUDO Integration - API for sudo |