summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_netgroups.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-06Renamed some sysdb constants for their wider usageJan Zeleny1-4/+4
2012-02-04NSS: Add individual timeouts for entry typesStephen Gallagher1-5/+7
https://fedorahosted.org/sssd/ticket/1016
2012-02-04LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher1-0/+7
https://fedorahosted.org/sssd/ticket/1152
2012-01-06IPA netgroups: Do not reuse loop iterator variableJakub Hrozek1-3/+3
2011-12-12Fix uninitialized value error in ipa_netgroups.cStephen Gallagher1-0/+1
DEBUG message can print an unitialized value if the first netgroup has no members. Coverity 12382
2011-12-09Fixed IPA netgroup processingJan Zeleny1-2/+5
In case IPA netgroup had indirect member hosts, they wouldn't be detected. This patch also modifies debug messages for easier debugging in the future.
2011-11-28Fixed logically dead code in netgroup processingJan Zeleny1-1/+1
2011-11-28Fixed uninitialized pointer read in netgroups processingJan Zeleny1-0/+6
2011-11-23Added support for fetching netgroups in IPA providerJan Zeleny1-0/+992