summaryrefslogtreecommitdiffstats
path: root/src/providers/proxy/proxy_id.c
Commit message (Expand)AuthorAgeFilesLines
* PROXY: Remove duplicit users from groupPetr Čech2017-03-151-4/+149
* Suppres implicit-fallthrough from gcc 7Lukas Slebodnik2017-02-011-0/+1
* DP: Remove unused attr_type from struct dp_id_dataLukas Slebodnik2017-01-161-6/+0
* 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
* DP: rename be_acct_req to dp_id_dataPavel Březina2016-07-151-2/+2
* PROXY: Use fully qualified names internallyJakub Hrozek2016-07-071-42/+130
* DP: Switch to new interfacePavel Březina2016-06-201-72/+129
* PROXY: add missing space in debug messagePavel Reichl2015-02-271-2/+2
* proxy: Do not try to store same alias twiceMichal Zidek2014-11-131-28/+49
* Remove DEBUG macro support for old debug levelsNikolai Kondrashov2014-02-121-1/+1
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-3/+4
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-118/+118
* Use sysdb_attrs_add_lc_name_alias to add case-insensitive aliasSumit Bose2013-12-191-18/+2
* Remove unused memory context in proxyLukas Slebodnik2013-11-271-9/+6
* Remove unused parameter from save_netgroupLukas Slebodnik2013-11-271-1/+1
* 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-151-5/+5
* 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-151-2/+2
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-151-3/+3
* 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
* PROXY: Handle empty GECOSJakub Hrozek2013-09-031-1/+8
* proxy: Allow initgroup to return NOTFOUNDSimo Sorce2013-08-221-0/+16
* Add secid filter to responder-dp protocolSumit Bose2013-05-021-0/+6
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-211-1/+1
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-211-5/+6
* Introduce be_req_terminate() helperSimo Sorce2013-01-211-17/+17
* Remove sysdb as a be context structure memberSimo Sorce2013-01-211-1/+1
* 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_store_group()Simo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_store_user()Simo Sorce2013-01-151-9/+9
* 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
* 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
* Unify usage of sysdb transactionsMichal Zidek2012-08-231-4/+30
* Backward GOTOs rewritten into do-while loops.Ondrej Kos2012-08-091-156/+175
* 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