summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2010-01-14Copy-edit, mainly fixing typos and EnglishDavid O'Brien2-71/+68
2010-01-14Make sure callbacks never retry when ares channel is destroyedMartin Nagy1-4/+12
2010-01-14Don't recursively call ares_process_fd() from fd_event()Martin Nagy1-17/+0
2010-01-14Make periodic checks for DNS timeoutsMartin Nagy1-1/+82
2010-01-14Explicitly set async DNS timeoutStephen Gallagher5-6/+15
2010-01-12Fix #382, a segfault bug in the memberof plugin.Simo Sorce1-1/+1
2010-01-12Re-create c-ares channels if /etc/resolv.conf is modifiedMartin Nagy3-14/+95
2010-01-12Remove local and kerberos providers from the access_provider listStephen Gallagher3-6/+2
2010-01-12Update SV translationPiotr Drąg1-3/+2
2010-01-11Fix return value when offline and TGT is validSumit Bose1-1/+1
2010-01-05Update SV translationGöran Uddeborg1-3/+3
2010-01-05Update translations for masterStephen Gallagher9-411/+402
2010-01-05Don't free timer events within the handler.Simo Sorce1-16/+12
2010-01-05Return an error for an unknown PAM requestSumit Bose4-12/+41
2009-12-21Allow debug_timestamps setting on a per-domain basisStephen Gallagher2-0/+3
2009-12-18Fix broken password changes for local usersStephen Gallagher1-1/+6
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 Bose5-43/+185
2009-12-18Handle chauthtok with PAM_PRELIM_CHECK separatelySumit Bose6-21/+75
2009-12-17disable password migration codeSumit Bose1-2/+2
2009-12-17Clarify access_provider manpage entryStephen Gallagher1-1/+3
2009-12-17Add DEBUG messages to getpwnam_callback and getpwuid_callbackStephen Gallagher1-0/+4
2009-12-17Updating ES translationStephen Gallagher1-20/+36
2009-12-17Fix tight-loop in monitor part 2Stephen Gallagher1-0/+5
2009-12-17Change default for enumeration to TRUEStephen Gallagher2-2/+2
2009-12-17Raise DEBUG level of sdap_get_generic_done()Stephen Gallagher1-1/+1
2009-12-15Update SV translationGöran Uddeborg1-26/+35
2009-12-15Fix warning in server.cStephen Gallagher1-1/+1
2009-12-15Don't set explicit default for "timeout" in domainsStephen Gallagher1-1/+1
2009-12-15Fix tight loop in monitorStephen Gallagher2-4/+9
2009-12-15Cleanup db files after test runSumit Bose2-2/+21
2009-12-15Fix upgrade bug #323Simo Sorce1-180/+186
2009-12-15Properly close STDERR when daemonizingStephen Gallagher1-9/+3
2009-12-15Update IT translationMarina Latini2-0/+644
2009-12-15Update SV translationGöran Uddeborg1-86/+101
2009-12-15Build python modules in builddirSumit Bose2-4/+13
2009-12-15Check for minimal version of checkSumit Bose1-1/+1
2009-12-15Use sys.exit instead of exitSumit Bose1-1/+2
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-10Fix stupid copy-paste errorStephen Gallagher1-1/+0
2009-12-10Fix DEBUG message for sysdb_initSumit Bose1-2/+2
2009-12-10Fix for #322, update from old database versions.Simo Sorce1-1/+14
2009-12-10Run SSSDConfig tests during 'make check'Stephen Gallagher2-89/+108
2009-12-10Remove default for ldap_use_start_tls in IPA providersStephen Gallagher1-1/+1
2009-12-10Add 'permit' and 'deny' access providers to SSSDConfig APIStephen Gallagher2-5/+16
2009-12-10Consolidate code for splitting strings by separatorJakub Hrozek6-163/+107
2009-12-10Fix for #316Simo Sorce1-3/+3