summaryrefslogtreecommitdiff
path: root/src/providers/simple
AgeCommit message (Expand)AuthorFilesLines
2013-09-17simple provider: obey case sensitivity for subdomain users and groupsPavel Březina1-7/+43
2013-09-17simple provider: support subdomain groupsPavel Březina1-23/+64
2013-09-17simple provider: support subdomain usersPavel Březina1-5/+10
2013-09-11Fix formating of variables with type: gid_tLukas Slebodnik1-4/+4
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik1-2/+2
2013-08-07simple access provider: allow fully qualified namesPavel Březina1-46/+95
2013-04-19Convert the simple access check to new error codesJakub Hrozek1-9/+17
2013-04-15Fix simple access group control in case-insensitive domainsJakub Hrozek1-16/+9
2013-03-19Resolve GIDs in the simple access providerJakub Hrozek3-122/+655
2013-01-21Add be_req_get_data() helper funciton.Simo Sorce1-1/+1
2013-01-21Add be_req_get_be_ctx() helper.Simo Sorce1-1/+2
2013-01-21Introduce be_req_terminate() helperSimo Sorce1-1/+1
2013-01-21Split simple_access_check function outSimo Sorce3-206/+225
2013-01-21Remove sysdb as a be context structure memberSimo Sorce2-5/+3
2013-01-15Add domain to sysdb_search_group_by_gid()Simo Sorce1-1/+1
2013-01-15Add domain to sysdb_search_user_by_name()Simo Sorce1-1/+1
2012-06-20Move some debug lines to new debug log levelsStef Walter1-2/+2
2012-03-21Make the string_equal() function publicJakub Hrozek1-13/+4
2011-12-16Use the case sensitivity flag in the simple access providerJakub Hrozek1-4/+15
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-2/+2
2011-04-27simple provider: Don't treat primary GID lookup failures as fatalStephen Gallagher1-13/+19
2010-12-13Add group support to the simple access providerStephen Gallagher2-14/+215
2010-03-08Add simple access providerSumit Bose2-0/+196