summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2013-04-10Allow using flatname for subdomain home dir templateJakub Hrozek1-1/+2
2013-04-09LDAP: Always fail if a map can't be foundJakub Hrozek1-4/+2
2013-04-05Check for the correct variablesJakub Hrozek1-2/+2
2013-04-05Further restrict become_user drop of privileges.Simo Sorce1-15/+18
2013-04-04dyndns: Fix initializing sdap_id_ctxJakub Hrozek1-1/+1
2013-04-04LDAP: Fix value initialization warningsLukas Slebodnik2-2/+2
2013-04-03Centralize resolv_init, remove resolv context listJakub Hrozek3-25/+4
2013-04-03Init failover with be_res optionsJakub Hrozek5-81/+124
2013-04-03Allow setting krb5_renew_interval with a delimiterAriel Barria5-8/+32
2013-04-03Check for correct variable nameJakub Hrozek2-5/+1
2013-04-03krb5 child: Use the correct type when processing OTPJakub Hrozek1-1/+1
2013-04-02Making the authtok structure really opaque.Lukas Slebodnik14-78/+115
2013-04-02Reusing create_pam_data() on the other places.Lukas Slebodnik2-1/+13
2013-04-02refactor nested group processing: replace old codePavel Březina2-1721/+21
2013-04-02refactor nested group processing: add new codePavel Březina1-0/+2229
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