summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_async_services.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-24Modifications to simplify list_missing_attrsJan Zeleny1-7/+2
2012-02-24LDAP: Only use paging control on requests for multiple entriesStephen Gallagher1-1/+2
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
2012-02-14Fix memory hierarchy when processing nested group membershipsJakub Hrozek1-2/+2
https://fedorahosted.org/sssd/ticket/1186
2012-02-13Fix uninitialized in_transactionStephen Gallagher1-1/+1
Coverity #12521 and #12491
2012-02-04NSS: Add individual timeouts for entry typesStephen Gallagher1-1/+1
https://fedorahosted.org/sssd/ticket/1016
2012-02-04LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher1-0/+9
https://fedorahosted.org/sssd/ticket/1152
2012-01-31LDAP: Add enumeration support for servicesStephen Gallagher1-0/+138
2012-01-31LDAP: Add support for service lookups (non-enum)Stephen Gallagher1-0/+485