57c5ea8825c7179fd93382dbcbb07e828e5aec19 |
|
29-Jan-2018 |
René Genz <liebundartig@freenet.de> |
Fix minor spelling mistakes in tests/cmocka/*
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |
11a030ac6e064c50759b5397e1f4d0289f87f64a |
|
20-Sep-2017 |
Sumit Bose <sbose@redhat.com> |
IDMAP: add a unit test
A unit test for the recent changes from
0526dde7f3d4089617c0f4a6a85f83e9d266c9f1 is added.
Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com> |
c377d4d604f1e7b35c484711f1084b7a761772b6 |
|
24-Jul-2017 |
Sumit Bose <sbose@redhat.com> |
idmap_error_string: add missing descriptions
Related to https://pagure.io/SSSD/sssd/issue/1960
Related to https://pagure.io/SSSD/sssd/issue/1938
Related to https://pagure.io/SSSD/sssd/issue/1844
Related to https://pagure.io/SSSD/sssd/issue/1593
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |
9d17f436795a36b1b1126f444923aa847fd0f93a |
|
15-Feb-2016 |
Pavel Reichl <preichl@redhat.com> |
IDMAP: Add test to validate off by one bug
Resolves:
https://fedorahosted.org/sssd/ticket/2922
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Reviewed-by: Michal Židek <mzidek@redhat.com> |
8babbeee01e67893af4828ddfc922ecac0be4197 |
|
20-Jan-2016 |
Pavel Reichl <preichl@redhat.com> |
IDMAP: Add support for automatic adding of ranges
Resolves:
https://fedorahosted.org/sssd/ticket/2188
Reviewed-by: Sumit Bose <sbose@redhat.com> |
4e5e846de22407f825fe3b4040d79606818a2419 |
|
11-Mar-2015 |
Jakub Hrozek <jhrozek@redhat.com> |
tests: convert all unit tests to cmocka 1.0 or later
All tests now use the cmocka-1.0-compatible API.
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |
6b57784f0f175275fd900eca21c77415e3a5ea52 |
|
09-Jul-2014 |
Jakub Hrozek <jhrozek@redhat.com> |
TOOLS: Always debug to stderr
https://fedorahosted.org/sssd/ticket/2348
Programs that are supposed to only be executed on the foreground should
log to stderr automatically.
Reviewed-by: Michal Židek <mzidek@redhat.com> |
ff6e24f4474cca6226cd44c47ba2ec6ba6cf9a16 |
|
26-Feb-2014 |
Sumit Bose <sbose@redhat.com> |
IDMAP: add sss_idmap_check_collision(_ex)
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
4537e95f6741ae05ec620e5b46ca1d4a3a1ceae5 |
|
07-Nov-2013 |
Pavel Březina <pbrezina@redhat.com> |
free idmapped SIDs correctly
Resolves:
https://fedorahosted.org/sssd/ticket/2133 |
3cbbfb4b05d0eb0a0809704e83589d0075e117a0 |
|
25-Oct-2013 |
Sumit Bose <sbose@redhat.com> |
idmap: add sss_idmap_domain_by_name_has_algorithmic_mapping() |
d064fef06dcbcb5f6c1be03e286b1a3433d6dfd7 |
|
28-Jun-2013 |
Sumit Bose <sbose@redhat.com> |
Add cmocka based tests for libsss_idmap
This patch implements some unit tests for the recent enhancements to
libsss_idmap. |