summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_hosts.c
Commit message (Collapse)AuthorAgeFilesLines
* LDAP: If deref search fails, try again without derefJan Cholasta2013-03-211-0/+6
| | | | https://fedorahosted.org/sssd/ticket/1660
* Remove sysdb argument from ipa_host_info_send()Simo Sorce2013-01-211-2/+0
|
* Add support for filtering atributesJan Zeleny2012-05-311-2/+3
| | | | | This patch adds support for filtering attributes when constructing attribute list from a map for LDAP query.
* LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher2012-05-101-2/+3
| | | | | | | This is necessary because in several places in the code, we are appending to the attrs returned from this value, and if we relied on the map size macro, we would be appending after the NULL terminator if one or more attributes were defined as NULL.
* IPA: Check return valuesJakub Hrozek2012-05-031-0/+6
|
* IPA: Fix segfault with srchost functionality enabledStephen Gallagher2012-03-051-1/+1
| | | | https://fedorahosted.org/sssd/ticket/1215
* IPA hosts refactoringJan Zeleny2012-02-241-57/+44
|
* LDAP: Only use paging control on requests for multiple entriesStephen Gallagher2012-02-241-2/+4
| | | | | | | | | | The paging control can cause issues on servers that put limits on how many paging controls can be active at one time (on some servers, it is limited to one per connection). We need to reduce our usage so that we only activate the paging control when making a request that may return an arbitrary number of results. https://fedorahosted.org/sssd/ticket/1202 phase one
* IPA: Add host info handlerJan Cholasta2012-02-071-3/+10
|
* Separate the host-retrieval code from IPA HBAC to common IPA codeJan Zeleny2012-02-061-0/+449