summaryrefslogtreecommitdiff
path: root/server/monitor
AgeCommit message (Expand)AuthorFilesLines
2009-05-26Read the config before startup, fail if cannot be readJakub Hrozek1-0/+26
2009-05-15Treat the local provider as a special caseStephen Gallagher1-1/+16
2009-05-14Check for valid ID range, domains overlapJakub Hrozek1-0/+36
2009-05-12Fix warnings in monitor.c and confdb.cStephen Gallagher1-6/+12
2009-05-11Separate confdb API from confdb setupStephen Gallagher1-0/+1
2009-05-08Use tevent for shutdown signals, remove old pidfile, make sssd single-instance.Jakub Hrozek1-0/+70
2009-04-29Fix configuration corruption issueStephen Gallagher1-2/+20
2009-04-14Add common function to retrieve comma sep. listsSimo Sorce1-50/+4
2009-04-14Make reconnection to the Data Provider a global settingStephen Gallagher1-1/+1
2009-04-13Fix a couple of segfaults and timeout checksSimo Sorce1-1/+3
2009-04-13Allow configuration of the SSSD through /etc/sssd/sssd.confStephen Gallagher2-13/+347
2009-04-10Redesign the the monitor's configuration to enable live reloadsStephen Gallagher2-150/+618
2009-04-09Make the monitor address a compile-time optionStephen Gallagher1-20/+10
2009-04-08Change the way we retrieve domainsSimo Sorce1-11/+10
2009-03-27Fix bug where services restarted by the monitor would be pinged more than onc...Stephen Gallagher1-0/+8
2009-03-20Enhance server_setupSimo Sorce1-3/+4
2009-03-20Simplify default configurationSimo Sorce1-11/+65
2009-03-19Remove references to FreeIPA from D-BUS interfacesStephen Gallagher1-4/+4
2009-03-07Fix race condition with initial sysdb creationStephen Gallagher1-0/+14
2009-03-06Implement CreateUser in InfoPipeStephen Gallagher1-1/+1
2009-02-28Fix confdb issues.Simo Sorce1-2/+4
2009-02-27Refactor creation of domain_map into confdbStephen Gallagher1-2/+3
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2-20/+18
2009-02-24Proper fix for memory handling problem.Simo Sorce1-10/+8
2009-02-24Revert "Fixing serious memory allocation bug in sbus_message_handler."Simo Sorce1-3/+6
2009-02-23Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher1-6/+3
2009-02-13If we find the service we are doneSimo Sorce1-1/+2
2009-02-13Add a separte global checker that does not depend on individualSimo Sorce1-28/+91
2009-01-27Add skeleton for InfoPipe serviceStephen Gallagher1-0/+2
2009-01-27Refactoring the monitor code and SBUS utility functions.Stephen Gallagher5-0/+1203