summaryrefslogtreecommitdiffstats
path: root/src/providers/proxy
Commit message (Expand)AuthorAgeFilesLines
* sbus: Add the sbus_request_parse_or_finish() methodStef Walter2014-06-021-14/+5
* sbus: Refactor how we export DBus interfacesStef Walter2014-06-022-30/+24
* sbus: Add struct sbus_request to represent a DBus invocationStef Walter2014-06-022-32/+20
* sbus: Use constants to make dbus callsStef Walter2014-06-022-4/+4
* sbus: Rework sbus to use interface metadata and vtablesStef Walter2014-06-022-12/+20
* Remove DEBUG macro support for old debug levelsNikolai Kondrashov2014-05-021-1/+1
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-05-025-128/+183
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-05-026-319/+319
* Use sysdb_attrs_add_lc_name_alias to add case-insensitive aliasSumit Bose2013-12-192-27/+3
* PROXY: Fix memory hierarchy when enumerating servicesJakub Hrozek2013-10-221-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
* Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce2013-01-151-3/+3
* Change pam data auth tokens.Simo Sorce2013-01-103-33/+39
* PROXY: fix groups cachingOndrej Kos2012-12-171-0/+6
* PROXY: fix negative cacheOndrej Kos2012-12-101-20/+24
* Use an entry type mask macro to filter entry typesSimo Sorce2012-12-041-1/+1
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-201-0/+1
* Include talloc log in our debug facilityMichal Zidek2012-10-291-1/+1
* Unify usage of sysdb transactionsMichal Zidek2012-08-232-5/+35
* Backward GOTOs rewritten into do-while loops.Ondrej Kos2012-08-092-245/+271
* Removed unused variable assignmentOndrej Kos2012-08-061-2/+0
* Ghost members - support in proxy providerJan Zeleny2012-05-311-6/+8
* Potential NULL dereference in proxy providerAriel Barria2012-05-141-1/+1
* PROXY: return correct return codesJakub Hrozek2012-05-031-7/+9