summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-26LDAP: Fix memory leaks in synchronous_tls_setupStephen Gallagher1-8/+10
2012-03-26LDAP services: Keep the protocol aroundJakub Hrozek1-0/+1
2012-03-21LDAP: Add better error logging when ldap_result() failsStephen Gallagher1-1/+3
2012-03-21Make the string_equal() function publicJakub Hrozek1-13/+4
2012-03-16LDAP: Errors retrieving the RootDSE should not be fatalStephen Gallagher1-15/+8
2012-03-16Fix uninitialized variableJakub Hrozek1-1/+1
2012-03-16IPA: Allow service lookupsStephen Gallagher1-0/+1
2012-03-14LDAP: Add AD 2008r2 schemaStephen Gallagher1-2/+49
2012-03-12IPA: Initialize hbac_ctx to NULLStephen Gallagher1-1/+1
2012-03-09Handle empty elements in proxy netgroups:Jakub Hrozek1-3/+6
2012-03-09Fix netgroup error handlingJakub Hrozek1-17/+59
2012-03-09PROXY: Create fake user entries for group lookupsStephen Gallagher1-3/+85
2012-03-09Missing debug message if sdap_sudo_refresh_set_timer failsPavel Březina1-1/+5
2012-03-09IPA: Check nsAccountLock during PAM_ACCT_MGMTStephen Gallagher4-1/+69
2012-03-09LDAP: Make sdap_access_send/recv publicStephen Gallagher2-12/+17
2012-03-08Fix nested groups processingJakub Hrozek1-26/+60
2012-03-08Detect cycle in the fail over on subsequent resolve requests onlyJakub Hrozek5-23/+28
2012-03-06krb5_child: set debugging soonerJakub Hrozek2-23/+35
2012-03-06Only do one cycle when resolving a serverJakub Hrozek7-37/+105
2012-03-05Use proper errno codeJakub Hrozek1-1/+1
2012-03-05DP: Reorganize memory hierarchy of requestsStephen Gallagher1-24/+108
2012-03-05IPA: Fix segfault with srchost functionality enabledStephen Gallagher1-1/+1
2012-03-01IPA: Set the DNS discovery domain to match ipa_domainStephen Gallagher5-8/+17
2012-02-29Keep sysdb context in domain info structSumit Bose1-8/+2
2012-02-27PAM: Don't send PAM_SYSTEM_INFO message if module unsetStephen Gallagher1-7/+3
2012-02-26LDAP: Remove unnecessary filter sanitizeStephen Gallagher1-11/+5
2012-02-26SSH: Save SSH host name aliasesJan Cholasta2-30/+11