summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2009-11-23Read KDC info from file instead from environmentSumit Bose12-74/+474
2009-11-23Speed up user requests while offlineStephen Gallagher6-52/+102
2009-11-23Make backend request type a bitfieldStephen Gallagher3-5/+5
2009-11-23Update PL translationStephen Gallagher1-79/+80
2009-11-23Add ldap_pwd_policy optionSumit Bose7-45/+129
2009-11-20Add initial failover support for ldap and ipaSimo Sorce22-69/+938
2009-11-20Raise some timeoutsSimo Sorce2-3/+3
2009-11-20Filter by id range before actually storing entries.Simo Sorce4-31/+89
2009-11-20Optimize sysdb_enumgrentSimo Sorce3-504/+203
2009-11-20Only display errors in unit testsStephen Gallagher10-11/+21
2009-11-20Enhance check for remote hostsSumit Bose2-55/+97
2009-11-20Add ipa_authSumit Bose5-1/+352
2009-11-20Add reference to sssd-krb5 man page.Simo Sorce1-0/+3
2009-11-20Improve handling of ccache filesSumit Bose8-206/+1081
2009-11-20Correctly escape DN value.Simo Sorce1-6/+42
2009-11-20Better behavior on cleanupSimo Sorce4-20/+44
2009-11-20Add empty NL translationStephen Gallagher2-0/+614
2009-11-20Validate Kerberos credentials with local keytabSumit Bose16-43/+326
2009-11-20upgrade_config fixes for SSSD 0.6 and laterJakub Hrozek1-1/+19
2009-11-20SSSDConfigAPI fixesJakub Hrozek2-399/+133
2009-11-20Convert SSSDConfig API to ipachangeconfJakub Hrozek3-59/+70
2009-11-20Change the upgrade script to use ipachangeconfJakub Hrozek2-189/+165
2009-11-20SSSDChangeConf - a wrapper around ipachangeconfJakub Hrozek1-0/+91
2009-11-20Add Simo's ipachangeconfJakub Hrozek3-0/+461
2009-11-19Fix sysdb upgrade bugStephen Gallagher1-1/+1
2009-11-18Make the password field configurable in NSSJakub Hrozek6-4/+17
2009-11-18Adding Japanese translationnoriko2-0/+615
2009-11-18Update translatable stringsStephen Gallagher3-21/+51
2009-11-18Failover fixes and additionsSimo Sorce3-7/+25
2009-11-18Store initgr expire time on initgr callSimo Sorce1-6/+17
2009-11-18Change the pam code to perform an initgroups callSimo Sorce1-1/+1
2009-11-18Change initgroups code to use and check the cacheSimo Sorce2-218/+109
2009-11-18Fix crash due to uninitialized timeout variableSimo Sorce1-0/+1
2009-11-18Upgrade cache and local databases to case-sensitive namesStephen Gallagher2-2/+96
2009-11-18Make the sysdb user and group names case-sensitiveStephen Gallagher2-1/+39
2009-11-13Fix option name krb5_changepw_principalSumit Bose5-7/+7
2009-11-12Change var name to make its use more clear.Simo Sorce2-7/+7
2009-11-12Make 'permit' the default for the access targetSumit Bose2-16/+5
2009-11-12Fix check_cache bug in dealing with the callbackSimo Sorce1-97/+104
2009-11-12Fix double free case.Simo Sorce1-1/+3
2009-11-12Fixes for proxy providerSumit Bose2-7/+26
2009-11-12Fix inconsistent use of krb5_ccname_templateSumit Bose2-2/+2
2009-11-12Try to fix offline loginsSimo Sorce1-12/+6
2009-11-12Add support for host, source host and user categorySumit Bose1-8/+54
2009-11-10Add cleanup taskSimo Sorce9-156/+915
2009-11-10Refactor delete functions and add a fewSimo Sorce4-234/+648
2009-11-10Add check for access-time rules to ipa_access.Sumit Bose4-0/+74
2009-11-10Simplify krb5 child handlerSumit Bose1-17/+18
2009-11-09Fix segfault on unknown user/domainStephen Gallagher1-2/+2
2009-11-09Fix tevent_req error checking.Simo Sorce16-284/+111