c6cf752337f5977ce3753b7113dc1a2342c86319 |
|
21-Nov-2017 |
Pavel Březina <pbrezina@redhat.com> |
ifp: add method to refresh access control rules in domain
Related:
https://pagure.io/SSSD/sssd/issue/2840
Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
bd4c2ed5aec7f57ea04500f0e43f151eedfdde45 |
|
16-Aug-2016 |
Pavel Březina <pbrezina@redhat.com> |
sssctl: print active server and server list
Resolves:
https://fedorahosted.org/sssd/ticket/3069
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
9e9ad4cb181c6c0ec70caacfb31319753f889e98 |
|
27-Jun-2016 |
Pavel Březina <pbrezina@redhat.com> |
IFP: Provide domain and failover status
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98f |
|
27-Jun-2016 |
Pavel Březina <pbrezina@redhat.com> |
IFP: new header file that contains interface definitions
To be shared across tools and libs.
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
e3a7f7ee06cf0764838c45419bed97eb4cdf00f1 |
|
17-Feb-2015 |
Pavel Březina <pbrezina@redhat.com> |
sbus: add constant to represent subtree
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
62ebed8582285bd24efba92b9a06366511507946 |
|
17-Feb-2015 |
Pavel Březina <pbrezina@redhat.com> |
IFP: simplify object path constant names
The number of interfaces will grow and in order to keep names of
object path constant consistent it means that also their names
will grow. The new naming schema is:
/org/freedesktop/sssd/infopipe -> IFP_PATH_
/ -> _
everything uppercase
Example:
/org/freedesktop/sssd/infopipe/Components/Responders
-> IFP_PATH_COMPONENTS_RESPONDERS
If the path contains a _TREE suffix, it represents the whole
subtree. For example:
IFP_PATH_DOMAINS_TREE is /org/freedesktop/sssd/infopipe/Domains/*
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
894f09f146f0c9cda9e0f7dfe1916519d73dde72 |
|
23-Jan-2015 |
Pavel Březina <pbrezina@redhat.com> |
sbus: use 'path/*' to represent a D-Bus fallback
Use 'path/*' instead of 'path*' since it better describes what
we are actually doing i.e. registering a message handler for a
subtree.
Although D-Bus fallback will invoke a message handler for both
'path' and 'path/subtree' object paths it does not make usually
sence to support the same interfaces for both parent and it
children.
This commit also renames related functions to better describe
what are they doing.
Note: the tilda in comments is used to suppress -Wcomment warning
Preparation for:
https://fedorahosted.org/sssd/ticket/2339
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
d387c4608dbd3ca056e18e85313ef51aac146fd2 |
|
28-May-2014 |
Pavel Březina <pbrezina@redhat.com> |
IFP: Implement domain getters
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
590582be38cdbfde387fcc57df92903d48c5a083 |
|
28-May-2014 |
Jakub Hrozek <jhrozek@redhat.com> |
IFP: Add ListDomains and FindDomainByName
Reviewed-by: Pavel Březina <pbrezina@redhat.com> |