summaryrefslogtreecommitdiffstats
path: root/src/tools/tools_util.c
Commit message (Collapse)AuthorAgeFilesLines
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-121-1/+1
| | | | | | | | | | | * 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
* Keep sysdb context in domain info structSumit Bose2012-02-291-8/+2
|
* pam_sss: keep selinux optionalSimo Sorce2012-02-231-3/+0
| | | | Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-3/+1
|
* Fixed possible resource leak in create_mail_spool()Jan Zeleny2011-11-071-9/+9
| | | | https://fedorahosted.org/sssd/ticket/1071
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-1/+0
| | | | | The patch also updates code using modified functions. Tests have also been adjusted.
* Fix assorted minor bugs in sss_ toolsJakub Hrozek2010-09-081-0/+5
| | | | Fixes: #585
* tools: remove creation of event_contextSimo Sorce2010-04-121-8/+0
| | | | | Since the sysdb is now synchronous and creates its own event context we don't need an explicit event context anymore in the tools.
* sysydb: Finally stop using a common event contextSimo Sorce2010-04-121-1/+1
| | | | This commit completes the migration to a synchronous sysdb
* sysdb: convert sysdb_getgrnamSimo Sorce2010-04-121-1/+1
|
* Add userdel_cmd paramJakub Hrozek2010-04-061-0/+75
| | | | Fixes: #231
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+520
Also update BUILD.txt