summaryrefslogtreecommitdiffstats
path: root/src/providers/proxy
Commit message (Expand)AuthorAgeFilesLines
* PROXY: Remove duplicit users from groupPetr Čech2017-03-151-4/+149
* LDAP/proxy: tell frontend that Smartcard auth is not supportedSumit Bose2017-02-231-0/+8
* Suppres implicit-fallthrough from gcc 7Lukas Slebodnik2017-02-011-0/+1
* SBUS: Add destructor data to sbus_connectionFabiano Fidêncio2017-01-231-1/+1
* SBUS: Add a time_t pointer to the sbus_connectionFabiano Fidêncio2017-01-231-1/+1
* DP: Remove unused attr_type from struct dp_id_dataLukas Slebodnik2017-01-161-6/+0
* PROXY: Adding proxy_max_children optionPetr Cech2016-09-131-2/+20
* PROXY: Share common code of save_{group,user}()Fabiano Fidêncio2016-08-271-80/+65
* PROXY: Mention that save_user()'s parameters are already qualifiedFabiano Fidêncio2016-08-271-2/+3
* PROXY: Remove cache_timeout attribute from save_group()Fabiano Fidêncio2016-08-271-7/+5
* PROXY: Remove cache_timeout attribute from save_user()Fabiano Fidêncio2016-08-271-7/+7
* PROXY: Remove lowercase attribute from save_user()Fabiano Fidêncio2016-08-271-13/+9
* PROXY: Use the fqname when converting to lowercaseFabiano Fidêncio2016-08-241-1/+1
* PROXY: Do not abuse data provider interfacePavel Březina2016-08-167-121/+284
* DP: rename be_acct_req to dp_id_dataPavel Březina2016-07-153-4/+4
* PROXY: Use fully qualified names internallyJakub Hrozek2016-07-072-43/+137
* DP: Switch to new interfacePavel Březina2016-06-205-636/+735
* Rename dp_backend.h to backend.hPavel Březina2016-06-202-2/+2
* PROXY: fix minor memory leakPavel Reichl2015-10-021-2/+2
* PROXY: Do not register signal with SA_SIGINFOLukas Slebodnik2015-05-311-2/+2
* PROXY: proxy_child should work in non-root modeLukas Slebodnik2015-05-311-1/+1
* PROXY: add missing space in debug messagePavel Reichl2015-02-271-2/+2
* Fix warning: equality comparison with extraneous parenthesesLukas Slebodnik2015-02-111-3/+3
* PROXY: Fix use after freeLukas Slebodnik2015-01-291-2/+2
* sbus: add new iface via sbus_conn_register_iface()Pavel Březina2015-01-232-16/+3
* PROXY: Preserve service name in proxy providerMichal Zidek2014-11-131-1/+21
* proxy: Do not try to store same alias twiceMichal Zidek2014-11-131-28/+49
* SBUS: Chown the sbus socket if neededJakub Hrozek2014-10-221-1/+1
* SSSD: Add the options to specify a UID and GID to run asJakub Hrozek2014-10-201-1/+4
* sbus: Add the sbus_request_parse_or_finish() methodStef Walter2014-03-141-14/+5
* sbus: Refactor how we export DBus interfacesStef Walter2014-03-142-30/+24
* sbus: Add struct sbus_request to represent a DBus invocationStef Walter2014-03-142-32/+20
* sbus: Use constants to make dbus callsStef Walter2014-02-242-4/+4
* sbus: Rework sbus to use interface metadata and vtablesStef Walter2014-02-242-12/+20
* Remove DEBUG macro support for old debug levelsNikolai Kondrashov2014-02-121-1/+1
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-125-128/+183
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-126-319/+319
* Use sysdb_attrs_add_lc_name_alias to add case-insensitive aliasSumit Bose2013-12-192-27/+3
* Remove unused memory context in proxyLukas Slebodnik2013-11-271-9/+6
* Remove unused parameter from save_netgroupLukas Slebodnik2013-11-273-6/+3
* Remove unused parameter from save_userLukas Slebodnik2013-11-271-10/+8
* Remove unused parameter from delete_userLukas Slebodnik2013-11-271-9/+7
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-153-15/+14
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-151-2/+2
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_services moduleMichal Zidek2013-11-153-21/+16
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-151-3/+3
* Include external headers with #include <foo.h>Jakub Hrozek2013-10-221-2/+2
* PROXY: Fix memory hierarchy when enumerating servicesJakub Hrozek2013-10-211-1/+7
* Fix formating of variables with type: gid_tLukas Slebodnik2013-09-111-10/+11
* Fix formating of variables with type: uid_tLukas Slebodnik2013-09-111-4/+7