summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Updating to version 0.99.1sssd-0_99_1Stephen Gallagher2009-12-118-412/+408
* Fix stupid copy-paste errorStephen Gallagher2009-12-101-1/+0
* Fix DEBUG message for sysdb_initSumit Bose2009-12-101-2/+2
* Fix for #322, update from old database versions.Simo Sorce2009-12-101-1/+14
* Run SSSDConfig tests during 'make check'Stephen Gallagher2009-12-102-89/+108
* Remove default for ldap_use_start_tls in IPA providersStephen Gallagher2009-12-101-1/+1
* Add 'permit' and 'deny' access providers to SSSDConfig APIStephen Gallagher2009-12-102-5/+16
* Consolidate code for splitting strings by separatorJakub Hrozek2009-12-106-163/+107
* Fix for #316Simo Sorce2009-12-101-3/+3
* Add Swedish translation for SSSD serverGöran Uddeborg2009-12-102-0/+628
* Fix processing of Boolean values in SSSDConfigStephen Gallagher2009-12-104-23/+169
* Add missing SSSDConfig file for IPA for make installStephen Gallagher2009-12-102-0/+2
* Document the failover feature in manpagesJakub Hrozek2009-12-104-4/+61
* Handle the special 02 upgrade case for 04->05Simo Sorce2009-12-101-0/+7
* Add rebuild task to memberof pluginSimo Sorce2009-12-105-8/+858
* Always update sysdb to the latest versionSumit Bose2009-12-101-3/+11
* Add German translationFabian Affolter2009-12-092-0/+656
* Add missing options to sssd-ipa configuraionStephen Gallagher2009-12-091-0/+72
* Properly deny id_provider=filesStephen Gallagher2009-12-092-6/+7
* Correctly restart server status after the timeoutMartin Nagy2009-12-091-1/+1
* Add some debugging statements to fail_over and resolverMartin Nagy2009-12-092-5/+69
* Ensure that list_active_domains returns the real valueStephen Gallagher2009-12-091-4/+16
* SSSDConfig.get_domain() should properly detect active stateStephen Gallagher2009-12-092-0/+30
* Don't build the SRV and TXT parsing code except for testsJakub Hrozek2009-12-092-8/+18
* Import ares 1.7.0 helpersJakub Hrozek2009-12-0910-116/+374
* Change ares usage to be c-ares 1.7.0 compatibleJakub Hrozek2009-12-093-87/+102
* SSSDConfig API: fix deactivate_domain()Stephen Gallagher2009-12-092-2/+73
* Reduce code duplication between LDAP child and Kerberos childJakub Hrozek2009-12-094-234/+160
* Do not start with provider=filesJakub Hrozek2009-12-081-0/+6
* Fix SSSDConfig API bugs around [de-]activation of domainsStephen Gallagher2009-12-082-7/+152
* Fix broken SSSDChangeConf.set() functionStephen Gallagher2009-12-081-1/+1
* Reduce the verbosity of the SSSDConfigTestStephen Gallagher2009-12-081-4/+4
* Add SSSDDomain.set_name() function to SSSDConfig APIStephen Gallagher2009-12-082-3/+77
* dhash: Add private pointer for delete callbackSimo Sorce2009-12-082-2/+3
* Add Spanish translationbeckerde2009-12-081-166/+191
* Add Portuguese translationruigo2009-12-082-0/+654
* Make SSSDDomain.remove_provider() remove configured optionsStephen Gallagher2009-12-082-6/+54
* SSSDDomain.remove_provider() requires only the provider typeStephen Gallagher2009-12-082-12/+18
* Fix potential uninitialized value error in responder_dp.cStephen Gallagher2009-12-081-1/+1
* Fix potential uninitialized value errors in nsssrv_cmd.cStephen Gallagher2009-12-081-1/+2
* Avoid returning uninitialized result.Stephen Gallagher2009-12-081-0/+1
* Add allocation error checkStephen Gallagher2009-12-081-7/+10
* Change dhash API to be talloc-friendlySimo Sorce2009-12-081-16/+4
* Add dummy credentials to an empty ccache fileSumit Bose2009-12-081-2/+54
* Fail on nonexistent input fileJakub Hrozek2009-12-082-3/+12
* Handle spaces in config parserJakub Hrozek2009-12-083-2/+43
* Fix bug #311, properly set callback attributeSimo Sorce2009-12-071-0/+1
* Allow nesting to fix #310Simo Sorce2009-12-073-0/+5
* Add offline support for ipa_accessSumit Bose2009-12-072-17/+134
* Add checks to test the memberuid handlingSumit Bose2009-12-071-13/+495