summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_hostid.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-21Add be_req_get_data() helper funciton.Simo Sorce1-1/+1
In preparation for making struct be_req opaque.
2013-01-21Add be_req_get_be_ctx() helper.Simo Sorce1-2/+4
In preparation for making be_req opaque
2013-01-21Remove sysdb argument from ipa_host_info_send()Simo Sorce1-4/+2
2013-01-21Remove sysdb as a be context structure memberSimo Sorce1-1/+1
The sysdb context is already available through the 'domain' structure.
2013-01-15Add domain arguments to sysdb ssh functionsSimo Sorce1-1/+2
2012-10-05SSH: Refactor sysdb and related codeJan Cholasta1-2/+16
2012-05-03SSH: Add dp_get_host_send to common responder codeJakub Hrozek1-9/+6
Instead of using account_info request, creates a new ssh specific request. This improves code readability and will make the code more flexible in the future. https://fedorahosted.org/sssd/ticket/1176
2012-02-26SSH: Save SSH host name aliasesJan Cholasta1-29/+8
2012-02-24IPA hosts refactoringJan Zeleny1-10/+3
2012-02-07IPA: Add host info handlerJan Cholasta1-0/+345