summaryrefslogtreecommitdiff
path: root/src/providers/ipa/hbac_evaluator.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-02HBAC: Prevent NULL dereference in hbac_evaluateJakub Hrozek1-2/+4
'info' is optional parameter and can be set to NULL
2011-12-05Allow using Glib for UTF8 supportStephen Gallagher1-33/+11
2011-08-01Add rule validator to libipa_hbacStephen Gallagher1-0/+51
https://fedorahosted.org/sssd/ticket/943
2011-07-29libipa_hbac: Support case-insensitive comparisons with UTF8Stephen Gallagher1-16/+98
2011-07-08Treat NULL or empty rhost as unknownStephen Gallagher1-2/+4
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 HBAC evaluator and testsStephen Gallagher1-0/+221