summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_hbac.h
AgeCommit message (Collapse)AuthorFilesLines
2013-08-28IPA_HBAC: Explicitelly include header file time.hLukas Slebodnik1-0/+1
struct hbac_eval_req is defined in header file and it has attribute request_time with type time_t, but header file "time.h" was not included. It was not problem, because time.h was indirectly included by stdlib.h (stdlib.h -> sys/types.h -> time.h) in implementation files, but other platforms can have other dependencies among header files.
2013-06-12Fix minor typosYuri Chornoivan1-1/+1
2011-09-08Improve documentation of libipa_hbacStephen Gallagher1-21/+159
2011-08-01Add rule validator to libipa_hbacStephen Gallagher1-0/+23
https://fedorahosted.org/sssd/ticket/943
2011-07-08Add HBAC evaluator and testsStephen Gallagher1-0/+154