summaryrefslogtreecommitdiff
path: root/server/monitor/monitor.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-25Send debug messages to logfileJakub Hrozek1-3/+15
2009-09-25Upgrade confdb to version 2Stephen Gallagher1-16/+21
2009-09-25Temporarily disable automatic config file rereadStephen Gallagher1-1/+7
2009-09-24Handle suspend casesSimo Sorce1-6/+13
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-96/+89
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-89/+96
2009-09-11Exit if the sssd is launched as a user other than rootStephen Gallagher1-0/+9
2009-09-11Fix first-time confdb generationStephen Gallagher1-1/+1
2009-09-10Read the configuration parsing before daemonizationStephen Gallagher1-80/+103
2009-09-10Remove unused event context argument from confdb_initStephen Gallagher1-1/+1
2009-09-08Split database in multiple filesSimo Sorce1-10/+7
2009-09-02remove the concept of a backend nameSumit Bose1-2/+2
2009-08-18Ensure that only one local domain is configuredStephen Gallagher1-1/+32
2009-08-11Prevent races between dp startup and othersSimo Sorce1-16/+26
2009-08-11Change services identification mechanismSimo Sorce1-193/+204
2009-08-11Fix monitor ping timeoutStephen Gallagher1-1/+4
2009-08-10Simplify interfaces initializationSimo Sorce1-38/+26
2009-08-10merge server and connection structuresSimo Sorce1-4/+3
2009-08-10Cosmetic changesSimo Sorce1-40/+40
2009-07-22Minor cleanups in monitor.cStephen Gallagher1-1/+5
2009-07-20Add option to add timestamps to debug outputSimo Sorce1-4/+7
2009-07-20Implement resInit for monitor, NSS, PAM, DP and the backendsStephen Gallagher1-1/+13
2009-07-20Monitor resolv.conf for changesStephen Gallagher1-126/+229
2009-07-20Improvements to config file updatesStephen Gallagher1-40/+150
2009-07-02Adding wrappers to free data in INI API.Dmitri Pal1-4/+2
2009-07-02check pending_return after dbus_connection_send_with_replySumit Bose1-4/+4
2009-06-30Eliminate segfault on first start-upStephen Gallagher1-6/+19
2009-06-19Protect against segfault in service_signal_reloadStephen Gallagher1-0/+9
2009-06-19Fix segfault in update_monitor_configStephen Gallagher1-8/+26
2009-05-28Make Data Provider a mandatory serviceJakub Hrozek1-0/+32
2009-05-26Stop overwriting the stackSimo Sorce1-2/+2
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 Gallagher1-11/+342
2009-04-10Redesign the the monitor's configuration to enable live reloadsStephen Gallagher1-150/+617
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-07Fix race condition with initial sysdb creationStephen Gallagher1-0/+14
2009-03-06Implement CreateUser in InfoPipeStephen Gallagher1-1/+1