summaryrefslogtreecommitdiffstats
path: root/src/providers/proxy
Commit message (Expand)AuthorAgeFilesLines
* Delete attributes that are removed from LDAPStephen Gallagher2011-01-211-4/+8
* Fix memory leak of library handle in proxySumit Bose2010-12-152-18/+26
* Add a special filter type to handle enumerationsSumit Bose2010-12-021-32/+16
* Run checks before resetting offline stateSumit Bose2010-12-011-1/+2
* Fix authentication queue code for proxy authStephen Gallagher2010-11-181-12/+19
* Fix const cast issue with sysdb_attrs_users_from_str_listStephen Gallagher2010-11-151-9/+9
* Always use uint32_t for UID/GID numbersJakub Hrozek2010-10-261-4/+3
* Implement netgroups for proxy providerSumit Bose2010-10-253-2/+143
* Add netgroups infrastructure to proxy providerSumit Bose2010-10-253-0/+42
* 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