summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_hbac_common.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-15sysdb refactoring: memory context deletedJan Zeleny1-2/+2
This patch deletes memory context parameter in those places in sysdb where it is not necessary. The code using modified functions has been updated. Tests updated as well.
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-7/+5
The patch also updates code using modified functions. Tests have also been adjusted.
2011-07-29Fix incorrect NULL check in ipa_hbac_common.cStephen Gallagher1-1/+1
https://fedorahosted.org/sssd/ticket/936
2011-07-08Treat NULL or empty rhost as unknownStephen Gallagher1-9/+21
Previously, we were assuming this meant it was coming from the localhost, but this is not a safe assumption. We will now treat it as unknown and it will fail to match any rule that requires a specified srchost or group of srchosts.
2011-07-08Add helper functions for looking up HBAC rule componentsStephen Gallagher1-0/+871