summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2012-05-03LDAP: Add ID mapping range settingsStephen Gallagher3-0/+9
2012-05-03LDAP: Add helper routines for ID-mappingStephen Gallagher2-0/+334
2012-05-03LDAP: Add id-mapping optionStephen Gallagher3-0/+3
2012-05-03LDAP: Add objectSID config optionStephen Gallagher3-0/+10
2012-05-03Read sysdb attribute name, not LDAP attribute map nameJakub Hrozek1-2/+2
2012-05-03SSH: Add dp_get_host_send to common responder codeJakub Hrozek3-30/+24
2012-05-03Rename split_service_name_filterJakub Hrozek1-16/+16
2012-05-03IPA: Check return valuesJakub Hrozek2-2/+12
2012-05-03PROXY: return correct return codesJakub Hrozek1-7/+9
2012-05-02DP: return correct error message when subdomains back end target is not confi...Jakub Hrozek1-1/+1
2012-05-02HBAC: Prevent NULL dereference in hbac_evaluateJakub Hrozek1-2/+4
2012-05-02ipa_get_config_send: remove unused assignmentJakub Hrozek1-1/+0
2012-05-02IPA netgroups: return EOK when there are no netgroups to processJakub Hrozek1-0/+1
2012-05-02LDAP: check return value of sysdb_attrs_get_elJakub Hrozek1-0/+7
2012-05-01execv, excvp and exec_child never return EOKStef Walter2-10/+6
2012-04-24Utilize sysdb context within be_req in HBACJan Zeleny1-2/+2
2012-04-24Detect subdomain request in IPA access providerJan Zeleny1-0/+10
2012-04-24Accept be_req instead if be_ctx in LDAP access providerJan Zeleny3-15/+16
2012-04-24Carry sysdb context and domain info in be_req structureJan Zeleny2-0/+5
2012-04-24Basic support for subdomains in auth providerJan Zeleny3-3/+13
2012-04-24Add ID operations in subdomainsJan Zeleny3-0/+276
2012-04-24Add s2n extended operationSumit Bose2-0/+667
2012-04-24Add domain name to get_account_info requestSumit Bose2-0/+10
2012-04-24IPA: Add get-domains targetSumit Bose6-0/+425
2012-04-24data provider: added subdomainsSumit Bose3-2/+167
2012-04-24Responder part of the subdomain retrieval workJan Zeleny1-0/+1
2012-04-20Get the RootDSE after binding if not successfull beforeJakub Hrozek1-26/+104
2012-04-20Convert read and write operations to sss_atomic_readJakub Hrozek3-78/+52
2012-04-20sdap_check_aliases must not error when detects the same userJakub Hrozek1-13/+31
2012-04-20Free controls in sdap_rebind_procJakub Hrozek1-4/+6
2012-04-20proxy: new option proxy_fast_aliasJakub Hrozek3-43/+123
2012-04-20proxy: Canonicalize user and group namesJakub Hrozek1-312/+354
2012-04-18Fixed minor memory leak in ldap providerJan Zeleny1-0/+1
2012-04-18Fixed memory context in sdap_fill_memberships()Jan Zeleny1-1/+1
2012-04-18Removed unused block of code is sdap_fill_memberships()Jan Zeleny1-57/+29
2012-04-18Removed a block of dead code in sdap_async_groups.cJan Zeleny1-20/+1
2012-04-18Do not call sdap_auth if not neededJakub Hrozek1-7/+11
2012-04-18Prevent printing NULL from DEBUG messagesJakub Hrozek7-50/+67
2012-04-16autofs: load the correct optionJakub Hrozek1-1/+1
2012-04-13Remove forgotten DEBUG messageJakub Hrozek1-2/+0
2012-04-05Clean up log messages about keytab_nameStephen Gallagher2-9/+16
2012-04-05Use HTML_TIMESTAMP instead of HTML_FOOTER_DESCRIPTIONJakub Hrozek1-3/+4
2012-04-05Catch cases where D-Bus connection is NULLJakub Hrozek1-0/+20
2012-03-29Proxy services: Save lowercased protocol names and aliases in case-insensitiv...Jakub Hrozek1-57/+17
2012-03-29LDAP services: Save lowercased protocol names in case-insensitive domainsJakub Hrozek1-1/+17
2012-03-29Return correct resolv_status on resolver timeoutJakub Hrozek2-12/+17
2012-03-28Remove old compatibility testsStephen Gallagher2-31/+0
2012-03-28Add terminator for sdap_attr_mapStephen Gallagher3-22/+49
2012-03-28Add terminator for dp_optionStephen Gallagher4-5/+12
2012-03-28Put dp_option maps in their own fileStephen Gallagher6-512/+610