summaryrefslogtreecommitdiffstats
path: root/src/providers/proxy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix formating of variables with type: id_tLukas Slebodnik2013-09-111-0/+2
* Fix formating of variables with type defined in stdint.hLukas Slebodnik2013-09-112-3/+4
* Fix formating of variables with type: unsigned longLukas Slebodnik2013-09-111-1/+1
* PROXY: Handle empty GECOSJakub Hrozek2013-09-031-1/+8
* proxy: Allow initgroup to return NOTFOUNDSimo Sorce2013-08-221-0/+16
* Remove include recursionLukas Slebodnik2013-08-191-1/+0
* proxy: Alocate auth tokens in struct authtok_convLukas Slebodnik2013-08-191-0/+20
* Add secid filter to responder-dp protocolSumit Bose2013-05-021-0/+6
* Check for correct variable nameJakub Hrozek2013-04-031-1/+1
* Making the authtok structure really opaque.Lukas Slebodnik2013-04-023-14/+10
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-212-3/+3
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-213-16/+17
* Introduce be_req_terminate() helperSimo Sorce2013-01-215-60/+25
* Remove sysdb as a be context structure memberSimo Sorce2013-01-212-2/+2
* Remove outdated code.Simo Sorce2013-01-161-10/+0