summaryrefslogtreecommitdiff
path: root/src/providers/proxy
AgeCommit message (Expand)AuthorFilesLines
2011-01-21Delete attributes that are removed from LDAPStephen Gallagher1-4/+8
2010-12-15Fix memory leak of library handle in proxySumit Bose2-18/+26
2010-12-02Add a special filter type to handle enumerationsSumit Bose1-32/+16
2010-12-01Run checks before resetting offline stateSumit Bose1-1/+2
2010-11-18Fix authentication queue code for proxy authStephen Gallagher1-12/+19
2010-11-15Fix const cast issue with sysdb_attrs_users_from_str_listStephen Gallagher1-9/+9
2010-10-26Always use uint32_t for UID/GID numbersJakub Hrozek1-4/+3
2010-10-25Implement netgroups for proxy providerSumit Bose3-2/+143
2010-10-25Add netgroups infrastructure to proxy providerSumit Bose3-0/+42
2010-10-18Use unsigned long for conversion to id_tJakub Hrozek1-2/+2
2010-09-28Suppress some 'may be used uninitialized' warningsSumit Bose1-1/+1
2010-09-08Dead assignments cleanup in providers codeJan Zeleny1-2/+0
2010-09-02Fixed uninialized value in proxy_id providerJan Zeleny1-0/+2
2010-06-30Split proxy.c into smaller filesStephen Gallagher7-2518/+2599
2010-06-30Rename proxy_ctx to proxy_id_ctx for clarityStephen Gallagher1-14/+15
2010-06-10Eliminate unused variable from pc_init_timeout()Stephen Gallagher1-4/+0
2010-06-10Check return code of hash_delete in proxy_child_destructorStephen Gallagher1-1/+7
2010-06-06Don't return uninitialized value in proxy providerJakub Hrozek1-1/+4
2010-05-27Support password changes in chpass_provider = proxyStephen Gallagher1-5/+73
2010-05-27Proxy provider PAM handling in child processStephen Gallagher3-0/+3039