e0c86d21388bffe2e3919e780780c40d96186abb |
|
12-Mar-2016 |
Jakub Hrozek <jhrozek@redhat.com> |
libipa_hbac: Move the library to src/lib/ipa_hbac
Moving the library to the lib directory will force maintainers to think
twice about changes, because it would be obvious this is a library.
Also don't use includes from sssd source tree paths, but add the util
path to Makefile's CFLAGS so that other projects can copy the
hbac_evaluator.c file verbatim.
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |
e1622d0d430a2ae4fca4fe4f9a83caf95500a853 |
|
01-Oct-2015 |
Petr Cech <pcech@redhat.com> |
TESTS: Fixing of uninitialized pointer.
There was a bug with uninitialized pointer during solving ticket 2703.
More details:
rules[0]->services->names[1] is initialized on line 361, but
initializing of rules[0]->srchosts->names[1] was missing.
Resolves:
https://fedorahosted.org/sssd/ticket/2703
Reviewed-by: Pavel Reichl <preichl@redhat.com>
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Reviewed-by: Michal Židek <mzidek@redhat.com> |
fa580a250eda739500e4a45a158ea73b5d4094ab |
|
16-Sep-2014 |
Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> |
TESTS: Free hbac_info
Free hbac_info structs after use in ipa_hbac-tests.
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
e504025b074f3e13bbb888272ea1fe11d2bbb8bc |
|
23-Jun-2014 |
Lukas Slebodnik <lslebodn@redhat.com> |
TESTS: Fix format string in check macros
Reviewed-by: Pavel Reichl <preichl@redhat.com> |
05d7defd242466f376af8eb0d06ea49fb8320224 |
|
12-Mar-2014 |
Lukas Slebodnik <lslebodn@redhat.com> |
hbac-test: Use defined macros instead of strings
Macro HBAC_TEST_SRCHOSTGROUP2 was defined but it was not used anywhere.
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
4139a7a731f2831963a42b26aac111422be28792 |
|
17-Apr-2013 |
Jakub Hrozek <jhrozek@redhat.com> |
Make leak checks usable in tests that do not utilize check
* Remove check-specific failure reporting from common_check.c
* Check-specific abstraction over memleak checks
* Rename common_check.c to leak_check.c |
a72e9289fe001c85a17acd667ca31d692fd99605 |
|
01-Aug-2011 |
Stephen Gallagher <sgallagh@redhat.com> |
Add rule validator to libipa_hbac
https://fedorahosted.org/sssd/ticket/943 |
3654a0c49e5ef3f24e2af29b34a13ff651a94c3d |
|
29-Jul-2011 |
Jakub Hrozek <jhrozek@redhat.com> |
UTF8 HBAC test |
4dd615c01357b8715711aad6820ba9595d3ad377 |
|
08-Jul-2011 |
Stephen Gallagher <sgallagh@redhat.com> |
Add HBAC evaluator and tests |