summaryrefslogtreecommitdiff
path: root/src/providers/proxy/proxy_common.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-16Remove outdated code.Simo Sorce1-10/+0
This code should not be necessary anymore since June 2010 with commit: 90acbcf20b5f896ca8f631923afe946c90d90de7
2010-06-30Split proxy.c into smaller filesStephen Gallagher1-0/+41
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