Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-21 | Remove sysdb arg from ipa_hbac_service_info_send() | Simo Sorce | 1 | -3/+0 | |
2013-01-21 | Remove sysdb arg from hbac_service_attrs_to_rule() | Simo Sorce | 1 | -3/+2 | |
2013-01-15 | Add domain argument to sysdb_search_custom() | Simo Sorce | 1 | -2/+3 | |
Also changes sysdb_search_custom_by_name() | |||||
2012-04-18 | Prevent printing NULL from DEBUG messages | Jakub Hrozek | 1 | -2/+2 | |
2012-02-24 | LDAP: Only use paging control on requests for multiple entries | Stephen Gallagher | 1 | -2/+4 | |
The paging control can cause issues on servers that put limits on how many paging controls can be active at one time (on some servers, it is limited to one per connection). We need to reduce our usage so that we only activate the paging control when making a request that may return an arbitrary number of results. https://fedorahosted.org/sssd/ticket/1202 phase one | |||||
2012-02-06 | Implemented support for multiple search bases in HBAC rules and services | Jan Zeleny | 1 | -37/+162 | |
2011-11-22 | Cleanup: Remove unused parameters | Jakub Hrozek | 1 | -4/+0 | |
2011-10-14 | HBAC: Use originalMember for identifying servicegroups | Stephen Gallagher | 1 | -0/+109 | |
2011-08-15 | sysdb refactoring: deleted domain variables in sysdb API | Jan Zeleny | 1 | -2/+2 | |
The patch also updates code using modified functions. Tests have also been adjusted. | |||||
2011-07-08 | Add helper functions for looking up HBAC rule components | Stephen Gallagher | 1 | -0/+451 | |