summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2013-03-27selinux: Remove unused parameterJakub Hrozek1-1/+0
2013-03-27LDAP: Fix value initializationOndrej Kos1-1/+1
2013-03-21LDAP: If deref search fails, try again without derefJan Cholasta5-4/+50
2013-03-20Return error code from ipa_subdom_storeJakub Hrozek1-5/+13
2013-03-20ldap: Fallback option for rfc2307 schemaSimo Sorce9-11/+193
2013-03-19Convert sdap_access to new error codesSimo Sorce5-480/+212
2013-03-19Resolve GIDs in the simple access providerJakub Hrozek3-122/+655
2013-03-19Do not compile main() in DP if UNIT_TESTING is definedJakub Hrozek1-0/+2
2013-03-19Provide a be_get_account_info_send functionJakub Hrozek2-19/+144
2013-03-19Make the SELinux refresh time configurable.Michal Zidek3-2/+5
2013-03-19Reuse cached SELinux mappings.Michal Zidek2-3/+29
2013-03-19Move SELinux processing to provider.Michal Zidek2-31/+388
2013-03-19Removing unused declaration of functions and variable.Lukas Slebodnik2-12/+2
2013-03-19Use common error facility instead of sdap_resultSimo Sorce7-347/+229
2013-03-18Decrease krb5_auth_timeout defaultOndrej Kos3-3/+3
2013-03-18Retry the correct service on krb5 child timeoutJakub Hrozek1-1/+1
2013-03-13Fix initialization of multiple variablesOndrej Kos6-8/+7
2013-03-13Removing unused header file providers.hLukas Slebodnik1-24/+0
2013-03-13More generalized function open_debug_file_ex()Lukas Slebodnik2-10/+2
2013-03-08Add support for krb5 1.11's responder callback.Nathaniel McCallum4-1/+232
2013-03-07Fixed typo in debug message.Lukas Slebodnik1-3/+5
2013-03-06Updated Doxygen configuration to 1.8.1Thorsten Scherf1-134/+478
2013-03-05Check the return value of sysdb_search_servicesJakub Hrozek1-0/+6
2013-03-04Cleanup error message handling for krb5 childSimo Sorce2-296/+240
2013-03-04krb5_child: fix value type and initializationOndrej Kos1-1/+2
2013-03-04Use the correct memory context in be_req_createJakub Hrozek1-1/+1
2013-02-28Refactor krb5 childSimo Sorce1-288/+210
2013-02-28krb5_child style fixSimo Sorce1-11/+11
2013-02-27sdap_fill_memberships: continue if a member is not foud in sysdbPavel Březina1-3/+7
2013-02-26Do not process success case in an elseJakub Hrozek1-24/+24
2013-02-26sysdb: try dealing with binary-content attributesJan Engelhardt2-7/+5
2013-02-14subdomains: replace invalid characters with underscore in krb5 mapping file namePavel Březina1-1/+26
2013-02-12Filter out multicast addresses from IPA DNS updatesJakub Hrozek1-1/+1
2013-02-11LDAP: Check for authtok validityJakub Hrozek1-7/+9
2013-02-10Introduce IS_SUBDOMAIN() macroSimo Sorce1-2/+2
2013-02-10Change the way domains are linked.Simo Sorce1-107/+45
2013-02-10Remove sysdb_subdom completelySimo Sorce1-52/+58
2013-02-10Refactor sysdb_master_domain_add_info()Simo Sorce1-24/+6
2013-02-10Update main domain info in placeSimo Sorce1-5/+4
2013-02-10Avoid sysdb_subdom in sysdb_get_subdomains()Simo Sorce1-3/+1
2013-02-10Add realm info to sss_domain_infoSimo Sorce5-6/+8
2013-02-10NSS: Add original homedir to home directory template optionsStephen Gallagher1-0/+1
2013-02-01dp: check whether hostid backend is configured before filing be requestPavel Březina1-0/+8
2013-01-30Fix minor grammar error in logStephen Gallagher1-1/+1
2013-01-30krb: recreate ccache if it was deletedPavel Březina1-1/+8
2013-01-28nested groups: fix group lookup hangs if member dn is incorrectPavel Březina1-0/+24
2013-01-25Possible null derefence in ipa_subdomains.c.Michal Zidek1-0/+4
2013-01-22fix backend callbacks: remove callback properly from dlistPavel Březina1-6/+18
2013-01-22Fix code styleJakub Hrozek1-1/+2
2013-01-21Make struct be_req opaqueSimo Sorce2-18/+18