summaryrefslogtreecommitdiff
path: root/src/providers/proxy/proxy_id.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Fix formating of variables with type: gid_tLukas Slebodnik1-10/+11
2013-09-11Fix formating of variables with type: uid_tLukas Slebodnik1-4/+7
2013-09-03PROXY: Handle empty GECOSJakub Hrozek1-1/+8
2013-08-22proxy: Allow initgroup to return NOTFOUNDSimo Sorce1-0/+16
2013-05-02Add secid filter to responder-dp protocolSumit Bose1-0/+6
2013-01-21Add be_req_get_data() helper funciton.Simo Sorce1-1/+1
2013-01-21Add be_req_get_be_ctx() helper.Simo Sorce1-5/+6
2013-01-21Introduce be_req_terminate() helperSimo Sorce1-17/+17
2013-01-21Remove sysdb as a be context structure memberSimo Sorce1-1/+1
2013-01-15Add domain argument to sysdb_delete_group()Simo Sorce1-2/+2
2013-01-15Add domain argument to sysdb_delete_user()Simo Sorce1-8/+12
2013-01-15Add domain argument to sysdb_store_group()Simo Sorce1-1/+1
2013-01-15Add domain argument to sysdb_store_user()Simo Sorce1-9/+9
2013-01-15Add domain to sysdb_search_user_by_name()Simo Sorce1-3/+5
2013-01-15Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce1-3/+3
2012-12-17PROXY: fix groups cachingOndrej Kos1-0/+6
2012-12-10PROXY: fix negative cacheOndrej Kos1-20/+24
2012-12-04Use an entry type mask macro to filter entry typesSimo Sorce1-1/+1
2012-11-20LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek1-0/+1
2012-08-23Unify usage of sysdb transactionsMichal Zidek1-4/+30
2012-08-09Backward GOTOs rewritten into do-while loops.Ondrej Kos1-156/+175
2012-08-06Removed unused variable assignmentOndrej Kos1-2/+0
2012-05-31Ghost members - support in proxy providerJan Zeleny1-6/+8
2012-05-14Potential NULL dereference in proxy providerAriel Barria1-1/+1
2012-05-03PROXY: return correct return codesJakub Hrozek1-7/+9
2012-04-20proxy: new option proxy_fast_aliasJakub Hrozek1-43/+118
2012-04-20proxy: Canonicalize user and group namesJakub Hrozek1-312/+354
2012-03-09PROXY: Create fake user entries for group lookupsStephen Gallagher1-3/+85
2012-02-13Fix uninitialized value error in proxy providerStephen Gallagher1-1/+1
2012-02-04NSS: Add individual timeouts for entry typesStephen Gallagher1-7/+7
2012-01-27PROXY: add support for enumerating servicesStephen Gallagher1-0/+7
2012-01-27PROXY: add support for service lookups (non-enumeration)Stephen Gallagher1-0/+28
2011-12-16Use the case sensitivity flag in the proxy providerJakub Hrozek1-150/+144
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-1/+1
2011-11-07Fixed empty loginShell in proxy providerJan Zeleny1-4/+32
2011-10-13SysDB commands that save lastUpdate allows this value to be passed inPavel Březina1-10/+20
2011-10-03Use explicit base 10 for converting strings to integersJakub Hrozek1-2/+2
2011-08-25New DEBUG facility - conversionPavel Březina1-1/+1
2011-08-15sysdb refactoring: memory context deletedJan Zeleny1-9/+9
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-9/+9
2011-06-15Fix proxy provider return code for secondary missing groupsSumit Bose1-1/+3
2011-01-21Delete attributes that are removed from LDAPStephen Gallagher1-4/+8
2010-12-02Add a special filter type to handle enumerationsSumit Bose1-32/+16
2010-11-15Fix const cast issue with sysdb_attrs_users_from_str_listStephen Gallagher1-9/+9
2010-10-26Always use uint32_t for UID/GID numbersJakub Hrozek1-4/+3
2010-10-25Implement netgroups for proxy providerSumit Bose1-2/+2
2010-10-25Add netgroups infrastructure to proxy providerSumit Bose1-0/+14
2010-10-18Use unsigned long for conversion to id_tJakub Hrozek1-2/+2
2010-09-08Dead assignments cleanup in providers codeJan Zeleny1-2/+0
2010-09-02Fixed uninialized value in proxy_id providerJan Zeleny1-0/+2