summaryrefslogtreecommitdiffstats
path: root/src/providers/proxy/proxy_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leak of library handle in proxySumit Bose2010-12-151-18/+25
| | | | https://fedorahosted.org/sssd/ticket/733
* Run checks before resetting offline stateSumit Bose2010-12-011-1/+2
| | | | | | | | | | | | Before setting the backend to online during a reset offline request the check_online method if the ID provider is called. If the check_online method returns that the ID provider is still not reachable the backend stays offline. Otherwise the backend is switched to online and the related callbacks are run. Additionally the check online test is called during the res_init request because a change in /etc/resolve.conf might also make a server reachable which was assumed offline before.
* Add netgroups infrastructure to proxy providerSumit Bose2010-10-251-0/+22
|
* Split proxy.c into smaller filesStephen Gallagher2010-06-301-0/+482
proxy.c was growing too large to manage (and some graphical development tools could no longer open it because of memory limitations). This patch splits proxy.c into the following files: proxy_init.c: Setup routines for the plugin proxy_id.c: Functions to handle user and group lookups proxy_auth.c: Functions to handle PAM interactions proxy_common.c: Common utility routines