summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_hostid.c
Commit message (Collapse)AuthorAgeFilesLines
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-211-1/+1
| | | | In preparation for making struct be_req opaque.
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-211-2/+4
| | | | In preparation for making be_req opaque
* Remove sysdb argument from ipa_host_info_send()Simo Sorce2013-01-211-4/+2
|
* Remove sysdb as a be context structure memberSimo Sorce2013-01-211-1/+1
| | | | The sysdb context is already available through the 'domain' structure.
* Add domain arguments to sysdb ssh functionsSimo Sorce2013-01-151-1/+2
|
* SSH: Refactor sysdb and related codeJan Cholasta2012-10-051-2/+16
|
* SSH: Add dp_get_host_send to common responder codeJakub Hrozek2012-05-031-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
* SSH: Save SSH host name aliasesJan Cholasta2012-02-261-29/+8
|
* IPA hosts refactoringJan Zeleny2012-02-241-10/+3
|
* IPA: Add host info handlerJan Cholasta2012-02-071-0/+345