summaryrefslogtreecommitdiffstats
path: root/server/providers
Commit message (Expand)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-1848-24031/+0
* Eliminate separate build tree for sss_clientStephen Gallagher2010-02-181-1/+1
* Use macros to hide memcpy callsJakub Hrozek2010-02-184-149/+49
* Supress warnings with -O2Jakub Hrozek2010-02-181-4/+3
* Add test for number of options in IPA and LDAP backendsJakub Hrozek2010-02-162-5/+5
* Synchronize IPA and LDAP optionsJakub Hrozek2010-02-161-2/+4
* Make PAM responses more compatible with D-BUS specStephen Gallagher2010-02-152-34/+108
* Make attr_type an integerStephen Gallagher2010-02-151-17/+11
* Make change password errors more transparentSumit Bose2010-02-124-23/+96
* Don't pass a variable as format to talloc_asprintf()Martin Nagy2010-02-122-2/+2
* Fix other memory alignment issuesJakub Hrozek2010-02-104-42/+55
* Make return values more specific during password changeSumit Bose2010-02-102-3/+6
* Document when LDAP referral chasing is availableSumit Bose2010-02-051-0/+12
* Reactivate old fd handling conditionallySumit Bose2010-02-054-1/+78
* Internationalize the command-line help messageStephen Gallagher2010-02-053-7/+7
* Enable debug_timestamps by defaultStephen Gallagher2010-02-053-5/+5
* Add new option ldap_referralsSumit Bose2010-02-023-1/+14
* Use ldap connection callbacks to get file descriptorsSumit Bose2010-02-024-43/+121
* Force offline operation with SIGUSR1Stephen Gallagher2010-02-011-0/+32
* Avoid 'PAM' at the beginning of define and enum namesSumit Bose2010-02-013-8/+9
* Rename PAM_USER_INFO to PAM_SYSTEM_INFOSumit Bose2010-02-012-3/+3
* Handle IPv6 addresses with the async resolverStephen Gallagher2010-01-221-2/+1
* Explicitly set async DNS timeoutStephen Gallagher2010-01-141-1/+1
* Re-create c-ares channels if /etc/resolv.conf is modifiedMartin Nagy2010-01-121-1/+11
* Fix return value when offline and TGT is validSumit Bose2010-01-111-1/+1
* Return an error for an unknown PAM requestSumit Bose2010-01-054-12/+41
* Do not blindly accept zero-length passwordsStephen Gallagher2009-12-182-8/+17
* Fix ldap child memory hierarchy and other issuesSimo Sorce2009-12-188-306/+482
* Fix for #344Sumit Bose2009-12-181-13/+11
* Do not overwrite valid TGTs when offlineSumit Bose2009-12-182-42/+88
* Handle chauthtok with PAM_PRELIM_CHECK separatelySumit Bose2009-12-185-21/+69
* disable password migration codeSumit Bose2009-12-171-2/+2
* Raise DEBUG level of sdap_get_generic_done()Stephen Gallagher2009-12-171-1/+1
* fail over: Change the first server pick logicMartin Nagy2009-12-151-5/+26
* Don't consider one address with different port numbers as the sameMartin Nagy2009-12-156-21/+38
* Consolidate code for splitting strings by separatorJakub Hrozek2009-12-103-11/+7
* Correctly restart server status after the timeoutMartin Nagy2009-12-091-1/+1
* Add some debugging statements to fail_over and resolverMartin Nagy2009-12-091-2/+60
* Reduce code duplication between LDAP child and Kerberos childJakub Hrozek2009-12-094-234/+160
* Add dummy credentials to an empty ccache fileSumit Bose2009-12-081-2/+54
* Fix bug #311, properly set callback attributeSimo Sorce2009-12-071-0/+1
* Allow nesting to fix #310Simo Sorce2009-12-071-0/+1
* Add offline support for ipa_accessSumit Bose2009-12-072-17/+134
* Try to renew Kerberos credentialsSumit Bose2009-12-075-2/+189
* Fix nested group membershipsSimo Sorce2009-12-072-154/+189
* Resolve nested groups also when rfc2307bis is usedSimo Sorce2009-12-071-68/+2
* Check LDAP structure before calling ldap_unbind_ext()Sumit Bose2009-12-031-1/+3
* Setup ldap child logging from IPA backendJakub Hrozek2009-12-034-45/+54
* Immediately return a krb5 change password request when offlineSumit Bose2009-12-011-0/+7
* Remove unneeded debugging codeSumit Bose2009-11-251-9/+0