summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_netgroups.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed some sysdb constants for their wider usageJan Zeleny2012-02-061-4/+4
|
* NSS: Add individual timeouts for entry typesStephen Gallagher2012-02-041-5/+7
| | | | https://fedorahosted.org/sssd/ticket/1016
* LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher2012-02-041-0/+7
| | | | https://fedorahosted.org/sssd/ticket/1152
* IPA netgroups: Do not reuse loop iterator variableJakub Hrozek2012-01-061-3/+3
|
* Fix uninitialized value error in ipa_netgroups.cStephen Gallagher2011-12-121-0/+1
| | | | | | | DEBUG message can print an unitialized value if the first netgroup has no members. Coverity 12382
* Fixed IPA netgroup processingJan Zeleny2011-12-091-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.
* Fixed logically dead code in netgroup processingJan Zeleny2011-11-281-1/+1
|
* Fixed uninitialized pointer read in netgroups processingJan Zeleny2011-11-281-0/+6
|
* Added support for fetching netgroups in IPA providerJan Zeleny2011-11-231-0/+992