Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RESPONDER: Add a helper function sss_resp_create_fqname | Jakub Hrozek | 2016-07-07 | 1 | -0/+44 |
| | | | | | | | | | | | | | When looking up entries in the responders that have not been yet converted to the cache_req API, we need to perform some common operations all the time. These include converting the name to the right case, reverse-replacing whitespace and converting the name to the qualified format for that domain. This patch adds a function that performs these steps to avoid code duplication. Reviewed-by: Sumit Bose <sbose@redhat.com> | ||||
* | Add parse_attr_list_ex() helper function | Sumit Bose | 2014-11-05 | 1 | -0/+151 |
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |