summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2009-12-09Add German translationFabian Affolter2-0/+656
2009-12-09Add missing options to sssd-ipa configuraionStephen Gallagher1-0/+72
2009-12-09Properly deny id_provider=filesStephen Gallagher2-6/+7
2009-12-09Correctly restart server status after the timeoutMartin Nagy1-1/+1
2009-12-09Add some debugging statements to fail_over and resolverMartin Nagy2-5/+69
2009-12-09Ensure that list_active_domains returns the real valueStephen Gallagher1-4/+16
2009-12-09SSSDConfig.get_domain() should properly detect active stateStephen Gallagher2-0/+30
2009-12-09Don't build the SRV and TXT parsing code except for testsJakub Hrozek2-8/+18
2009-12-09Import ares 1.7.0 helpersJakub Hrozek10-116/+374
2009-12-09Change ares usage to be c-ares 1.7.0 compatibleJakub Hrozek3-87/+102
2009-12-09SSSDConfig API: fix deactivate_domain()Stephen Gallagher2-2/+73
2009-12-09Reduce code duplication between LDAP child and Kerberos childJakub Hrozek4-234/+160
2009-12-08Do not start with provider=filesJakub Hrozek1-0/+6
2009-12-08Fix SSSDConfig API bugs around [de-]activation of domainsStephen Gallagher2-7/+152
2009-12-08Fix broken SSSDChangeConf.set() functionStephen Gallagher1-1/+1
2009-12-08Reduce the verbosity of the SSSDConfigTestStephen Gallagher1-4/+4
2009-12-08Add SSSDDomain.set_name() function to SSSDConfig APIStephen Gallagher2-3/+77
2009-12-08dhash: Add private pointer for delete callbackSimo Sorce2-2/+3
2009-12-08Add Spanish translationbeckerde1-166/+191
2009-12-08Add Portuguese translationruigo2-0/+654
2009-12-08Make SSSDDomain.remove_provider() remove configured optionsStephen Gallagher2-6/+54
2009-12-08SSSDDomain.remove_provider() requires only the provider typeStephen Gallagher2-12/+18
2009-12-08Fix potential uninitialized value error in responder_dp.cStephen Gallagher1-1/+1
2009-12-08Fix potential uninitialized value errors in nsssrv_cmd.cStephen Gallagher1-1/+2
2009-12-08Avoid returning uninitialized result.Stephen Gallagher1-0/+1
2009-12-08Add allocation error checkStephen Gallagher1-7/+10
2009-12-08Change dhash API to be talloc-friendlySimo Sorce1-16/+4
2009-12-08Add dummy credentials to an empty ccache fileSumit Bose1-2/+54
2009-12-08Fail on nonexistent input fileJakub Hrozek2-3/+12
2009-12-08Handle spaces in config parserJakub Hrozek3-2/+43
2009-12-07Fix bug #311, properly set callback attributeSimo Sorce1-0/+1
2009-12-07Allow nesting to fix #310Simo Sorce3-0/+5
2009-12-07Add offline support for ipa_accessSumit Bose2-17/+134
2009-12-07Add checks to test the memberuid handlingSumit Bose1-13/+495
2009-12-07Try to renew Kerberos credentialsSumit Bose5-2/+189
2009-12-07Add basic OS detectionSumit Bose4-2/+40
2009-12-07Fix nested group membershipsSimo Sorce6-221/+299
2009-12-07Make strdn build functions more availableSimo Sorce3-42/+58
2009-12-07Resolve nested groups also when rfc2307bis is usedSimo Sorce1-68/+2
2009-12-07Do not treat missing proc files as errors.Sumit Bose1-0/+10
2009-12-07Add sysdb_search_custom requestSumit Bose3-74/+206
2009-12-03Raise debug log level for LDB_DEBUG_WARNINGStephen Gallagher1-1/+1
2009-12-03Make debug log timestamps human-readableStephen Gallagher2-4/+13
2009-12-03Use the custom password field in groups too.Simo Sorce1-3/+5
2009-12-03Use memberuid and not member in group enumerationsSimo Sorce2-54/+9
2009-12-03Compute and save memberuid in cache as wellSimo Sorce1-108/+690
2009-12-03Fix memberof pluginSimo Sorce1-12/+15
2009-12-03Check LDAP structure before calling ldap_unbind_ext()Sumit Bose1-1/+3
2009-12-03Check the services started against a list of known servicesJakub Hrozek1-0/+29
2009-12-03Setup ldap child logging from IPA backendJakub Hrozek4-45/+54