summaryrefslogtreecommitdiff
path: root/src/providers/proxy/proxy_init.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-11Fix formating of variables with type: id_tLukas Slebodnik1-0/+2
2013-09-11Fix formating of variables with type defined in stdint.hLukas Slebodnik1-1/+2
2013-01-21Add be_req_get_be_ctx() helper.Simo Sorce1-1/+2
In preparation for making be_req opaque
2013-01-21Introduce be_req_terminate() helperSimo Sorce1-2/+2
Call it everywhere instead of directly dereferencing be_req->fn This is in preparation of making be_req opaque.
2012-04-20proxy: new option proxy_fast_aliasJakub Hrozek1-0/+4
2012-02-04NSS: Add individual timeouts for entry typesStephen Gallagher1-5/+0
https://fedorahosted.org/sssd/ticket/1016
2012-01-27PROXY: add support for enumerating servicesStephen Gallagher1-0/+33
2012-01-27PROXY: add support for service lookups (non-enumeration)Stephen Gallagher1-0/+22
2011-10-13Append PID to sbus server socket name, let clients use a symlinkJakub Hrozek1-1/+1
https://fedorahosted.org/sssd/ticket/1034
2010-12-15Fix memory leak of library handle in proxySumit Bose1-18/+25
https://fedorahosted.org/sssd/ticket/733
2010-12-01Run checks before resetting offline stateSumit Bose1-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.
2010-10-25Add netgroups infrastructure to proxy providerSumit Bose1-0/+22
2010-06-30Split proxy.c into smaller filesStephen Gallagher1-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