summaryrefslogtreecommitdiffstats
path: root/src/providers/proxy
Commit message (Expand)AuthorAgeFilesLines
* Use unsigned long for conversion to id_tJakub Hrozek2010-10-181-2/+2
* Suppress some 'may be used uninitialized' warningsSumit Bose2010-09-281-1/+1
* Dead assignments cleanup in providers codeJan Zeleny2010-09-081-2/+0
* Fixed uninialized value in proxy_id providerJan Zeleny2010-09-021-0/+2
* Split proxy.c into smaller filesStephen Gallagher2010-06-307-2518/+2599
* Rename proxy_ctx to proxy_id_ctx for clarityStephen Gallagher2010-06-301-14/+15
* Eliminate unused variable from pc_init_timeout()Stephen Gallagher2010-06-101-4/+0
* Check return code of hash_delete in proxy_child_destructorStephen Gallagher2010-06-101-1/+7
* Don't return uninitialized value in proxy providerJakub Hrozek2010-06-061-1/+4
* Support password changes in chpass_provider = proxyStephen Gallagher2010-05-271-5/+73
* Proxy provider PAM handling in child processStephen Gallagher2010-05-273-0/+3039