summaryrefslogtreecommitdiff
path: root/src/util/usertools.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-21UTILS: Fix segfault due to sss_parse_name_for_domainsStephen Gallagher1-7/+10
The recent fixes for per-domain parsing can cause a segfault in the netgroup processing if the domain isn't set to NULL when it's parsed as "any domain". https://fedorahosted.org/sssd/ticket/1383
2012-06-13sss_names_init: Report correct error code if allocation failedJakub Hrozek1-1/+4
2012-06-12Make re_expression and full_name_format per domain optionsStef Walter1-7/+138
* Allows different user/domain qualified names for different domains. For example Domain\User or user@domain. * The global re_expression and full_name_format options remain as defaults for the domains. * Subdomains get the re_expression and full_name_format of their parent domain. https://bugzilla.redhat.com/show_bug.cgi?id=811663
2012-03-29Add sss_get_cased_name_list utility functionJakub Hrozek1-0/+37
2011-12-21sss_get_cased_name utility functionJakub Hrozek1-0/+9
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+175
Also update BUILD.txt