summaryrefslogtreecommitdiffstats
path: root/src/providers/simple
Commit message (Expand)AuthorAgeFilesLines
* UTIL: rename find_subdomain_by_object_namePavel Reichl2014-07-221-9/+9
* UTIL: rename find_subdomain_by_sidPavel Reichl2014-07-221-1/+1
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-122-74/+74
* simple access: refresh master domain infoPavel Reichl2014-01-152-45/+92
* simple access: match objects using flat namePavel Reichl2014-01-151-1/+3
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-1/+1
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-151-6/+5
* simple provider: obey case sensitivity for subdomain users and groupsPavel Březina2013-09-171-7/+43
* simple provider: support subdomain groupsPavel Březina2013-09-171-23/+64
* simple provider: support subdomain usersPavel Březina2013-09-171-5/+10
* Fix formating of variables with type: gid_tLukas Slebodnik2013-09-111-4/+4
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-2/+2
* simple access provider: allow fully qualified namesPavel Březina2013-08-071-46/+95
* Convert the simple access check to new error codesJakub Hrozek2013-04-191-9/+17
* Fix simple access group control in case-insensitive domainsJakub Hrozek2013-04-151-16/+9
* Resolve GIDs in the simple access providerJakub Hrozek2013-03-193-122/+655
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-211-1/+1
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-211-1/+2
* Introduce be_req_terminate() helperSimo Sorce2013-01-211-1/+1
* Split simple_access_check function outSimo Sorce2013-01-213-206/+225
* Remove sysdb as a be context structure memberSimo Sorce2013-01-212-5/+3
* Add domain to sysdb_search_group_by_gid()Simo Sorce2013-01-151-1/+1
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-151-1/+1
* Move some debug lines to new debug log levelsStef Walter2012-06-201-2/+2
* Make the string_equal() function publicJakub Hrozek2012-03-211-13/+4
* Use the case sensitivity flag in the simple access providerJakub Hrozek2011-12-161-4/+15
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-2/+2
* simple provider: Don't treat primary GID lookup failures as fatalStephen Gallagher2011-04-271-13/+19
* Add group support to the simple access providerStephen Gallagher2010-12-132-14/+215
* Add simple access providerSumit Bose2010-03-082-0/+196