summaryrefslogtreecommitdiffstats
path: root/src/providers/proxy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add domain arguments to sysdb services functionsSimo Sorce2013-01-151-2/+2
* Add domain argument to sysdb_remove_attrs()Simo Sorce2013-01-151-4/+5
* Add domain arg to sysdb_search/delete_netgroup()Simo Sorce2013-01-151-6/+6
* Add domain argument to sysdb_delete_group()Simo Sorce2013-01-151-2/+2
* Add domain argument to sysdb_delete_user()Simo Sorce2013-01-151-8/+12
* Add domain argument to sysdb_cache_password()Simo Sorce2013-01-151-0/+1
* Add domain argument to sysdb_store_group()Simo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_store_user()Simo Sorce2013-01-151-9/+9
* Add domain arguments to sysdb_add_inetgroup fns.Simo Sorce2013-01-151-2/+4
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-151-3/+5