summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_hbac.h
Commit message (Collapse)AuthorAgeFilesLines
* IPA_HBAC: Explicitelly include header file time.hLukas Slebodnik2013-08-281-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.
* Fix minor typosYuri Chornoivan2013-06-121-1/+1
|
* Improve documentation of libipa_hbacStephen Gallagher2011-09-081-21/+159
|
* Add rule validator to libipa_hbacStephen Gallagher2011-08-011-0/+23
| | | | https://fedorahosted.org/sssd/ticket/943
* Add HBAC evaluator and testsStephen Gallagher2011-07-081-0/+154