summaryrefslogtreecommitdiff
path: root/server/providers
AgeCommit message (Expand)AuthorFilesLines
2010-02-18Rename server/ directory to src/Stephen Gallagher48-24031/+0
2010-02-18Eliminate separate build tree for sss_clientStephen Gallagher1-1/+1
2010-02-18Use macros to hide memcpy callsJakub Hrozek4-149/+49
2010-02-18Supress warnings with -O2Jakub Hrozek1-4/+3
2010-02-16Add test for number of options in IPA and LDAP backendsJakub Hrozek2-5/+5
2010-02-16Synchronize IPA and LDAP optionsJakub Hrozek1-2/+4
2010-02-15Make PAM responses more compatible with D-BUS specStephen Gallagher2-34/+108
2010-02-15Make attr_type an integerStephen Gallagher1-17/+11
2010-02-12Make change password errors more transparentSumit Bose4-23/+96
2010-02-12Don't pass a variable as format to talloc_asprintf()Martin Nagy2-2/+2
2010-02-10Fix other memory alignment issuesJakub Hrozek4-42/+55
2010-02-10Make return values more specific during password changeSumit Bose2-3/+6
2010-02-05Document when LDAP referral chasing is availableSumit Bose1-0/+12
2010-02-05Reactivate old fd handling conditionallySumit Bose4-1/+78
2010-02-05Internationalize the command-line help messageStephen Gallagher3-7/+7
2010-02-05Enable debug_timestamps by defaultStephen Gallagher3-5/+5
2010-02-02Add new option ldap_referralsSumit Bose3-1/+14
2010-02-02Use ldap connection callbacks to get file descriptorsSumit Bose4-43/+121
2010-02-01Force offline operation with SIGUSR1Stephen Gallagher1-0/+32
2010-02-01Avoid 'PAM' at the beginning of define and enum namesSumit Bose3-8/+9
2010-02-01Rename PAM_USER_INFO to PAM_SYSTEM_INFOSumit Bose2-3/+3
2010-01-22Handle IPv6 addresses with the async resolverStephen Gallagher1-2/+1
2010-01-14Explicitly set async DNS timeoutStephen Gallagher1-1/+1
2010-01-12Re-create c-ares channels if /etc/resolv.conf is modifiedMartin Nagy1-1/+11
2010-01-11Fix return value when offline and TGT is validSumit Bose1-1/+1
2010-01-05Return an error for an unknown PAM requestSumit Bose4-12/+41
2009-12-18Do not blindly accept zero-length passwordsStephen Gallagher2-8/+17
2009-12-18Fix ldap child memory hierarchy and other issuesSimo Sorce8-306/+482
2009-12-18Fix for #344Sumit Bose1-13/+11
2009-12-18Do not overwrite valid TGTs when offlineSumit Bose2-42/+88
2009-12-18Handle chauthtok with PAM_PRELIM_CHECK separatelySumit Bose5-21/+69
2009-12-17disable password migration codeSumit Bose1-2/+2
2009-12-17Raise DEBUG level of sdap_get_generic_done()Stephen Gallagher1-1/+1
2009-12-15fail over: Change the first server pick logicMartin Nagy1-5/+26
2009-12-15Don't consider one address with different port numbers as the sameMartin Nagy6-21/+38
2009-12-10Consolidate code for splitting strings by separatorJakub Hrozek3-11/+7
2009-12-09Correctly restart server status after the timeoutMartin Nagy1-1/+1
2009-12-09Add some debugging statements to fail_over and resolverMartin Nagy1-2/+60
2009-12-09Reduce code duplication between LDAP child and Kerberos childJakub Hrozek4-234/+160
2009-12-08Add dummy credentials to an empty ccache fileSumit Bose1-2/+54
2009-12-07Fix bug #311, properly set callback attributeSimo Sorce1-0/+1
2009-12-07Allow nesting to fix #310Simo Sorce1-0/+1
2009-12-07Add offline support for ipa_accessSumit Bose2-17/+134
2009-12-07Try to renew Kerberos credentialsSumit Bose5-2/+189
2009-12-07Fix nested group membershipsSimo Sorce2-154/+189
2009-12-07Resolve nested groups also when rfc2307bis is usedSimo Sorce1-68/+2
2009-12-03Check LDAP structure before calling ldap_unbind_ext()Sumit Bose1-1/+3
2009-12-03Setup ldap child logging from IPA backendJakub Hrozek4-45/+54
2009-12-01Immediately return a krb5 change password request when offlineSumit Bose1-0/+7
2009-11-25Remove unneeded debugging codeSumit Bose1-9/+0