Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-28 | IPA_HBAC: Explicitelly include header file time.h | Lukas Slebodnik | 1 | -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-12 | Fix minor typos | Yuri Chornoivan | 1 | -1/+1 | |
2011-09-08 | Improve documentation of libipa_hbac | Stephen Gallagher | 1 | -21/+159 | |
2011-08-01 | Add rule validator to libipa_hbac | Stephen Gallagher | 1 | -0/+23 | |
https://fedorahosted.org/sssd/ticket/943 | |||||
2011-07-08 | Add HBAC evaluator and tests | Stephen Gallagher | 1 | -0/+154 | |