summaryrefslogtreecommitdiffstats
path: root/src/monitor
Commit message (Expand)AuthorAgeFilesLines
* CONFDB: Allow configuring [application] sections as non-POSIX domainsJakub Hrozek2017-03-301-0/+8
* MONITOR: Enable an implicit files domain if one is not configuredJakub Hrozek2017-02-271-0/+11
* MONITOR: Don't return an error in case we fail to register a serviceFabiano Fidêncio2017-02-221-5/+1
* MONITOR: Use the common inotify code to watch resolv.confJakub Hrozek2017-02-152-366/+108
* MONITOR: Remove checks for sssd.conf changesJakub Hrozek2017-02-151-13/+0
* MONITOR: Don't timeout if using local provider + socket-activated respondersFabiano Fidêncio2017-02-101-0/+9
* MONITOR: Wrap up sending sd_notify "ready" into a new functionFabiano Fidêncio2017-02-101-9/+21
* SERVER: Set the process group during server_setup()Fabiano Fidêncio2017-01-251-3/+3
* MONITOR: Fix warning with undefined macro HAVE_SYSTEMDLukas Slebodnik2017-01-241-1/+1
* RESPONDER: Shutdown {dbus,socket}-activated responders in case they're idleFabiano Fidêncio2017-01-231-1/+62
* SBUS: Add destructor data to sbus_connectionFabiano Fidêncio2017-01-231-1/+1
* SBUS: Add a time_t pointer to the sbus_connectionFabiano Fidêncio2017-01-232-1/+3
* MONITOR: Don't expose monitor_common_send_id()Fabiano Fidêncio2017-01-232-4/+4
* MONITOR: Deal with socket-activated respondersFabiano Fidêncio2017-01-231-14/+106
* MONITOR: Deal with no services set upFabiano Fidêncio2017-01-231-8/+21
* MONITOR: Split up check_services()Fabiano Fidêncio2017-01-231-9/+17
* MONITOR: Pass the service type to the RegisterService methodFabiano Fidêncio2017-01-233-3/+8
* MONITOR: Expose the monitor's services typeFabiano Fidêncio2017-01-232-5/+5
* MONITOR: Create pidfile after responders startedVictor Tapia2017-01-091-3/+39
* MONITOR: Remove unused shutDown sbus methodJakub Hrozek2016-11-093-13/+0
* MONITOR: Remove deprecated pong sbus methodJakub Hrozek2016-11-095-19/+0
* MONITOR: Do not set up watchdog for monitorJakub Hrozek2016-11-081-0/+2
* MONITOR: Add disable_netlink optionJustin Stephenson2016-09-121-3/+18
* MONITOR: Remove --disable-netlink command-line optionJustin Stephenson2016-09-121-13/+20
* netlink: Don't define USE_GNUJakub Hrozek2016-08-301-1/+2
* MONITOR: Remove the no longer used kill_service commandJakub Hrozek2016-08-301-141/+0
* MONITOR: Remove the no longer used diag_cmd commandJakub Hrozek2016-08-301-163/+0
* Monitor: Add support for disabling netlinkJustin Stephenson2016-08-171-9/+15
* UTILS: Fixing duplication of pid file declarationPetr Cech2016-08-091-2/+1
* SYSDB: Upgrade sysdb to use qualified names for users and groups, sudo rules ...Jakub Hrozek2016-07-071-0/+1
* SYSDB: Allow passing a context to sysdb upgrade functionsJakub Hrozek2016-07-071-1/+3
* Monitor: Add mode to generate confdb onlySimo Sorce2016-06-291-3/+21
* Monitor: Remove ping infrastructureSimo Sorce2016-06-292-226/+7
* confdb: Make it possible to use config snippetsMichal Židek2016-06-271-2/+4
* sss_tools: create confdb if not existPavel Březina2016-06-271-45/+3
* Internal: Rename CONFDB_DEFAULT_CONFIG_FILEStephen Gallagher2016-05-111-1/+1
* Netlink: Ignore RTM_NEWADDR signals from link-localStephen Gallagher2016-04-061-0/+50
* SSSD: Add a new option diag_cmdJakub Hrozek2015-11-131-22/+194
* Monitor: Show service pings at debug level 8Stephen Gallagher2015-10-291-2/+3
* util: Update get_next_domain's interfaceMichal Židek2015-10-231-5/+5
* MONITOR: Do not report missing file as fatal in monitor_config_fileMichal Židek2015-07-021-5/+5
* MONITOR: Poll for resolv.conf if not available during bootMichal Židek2015-07-021-2/+36
* Fix a few typos in commentsPavel Reichl2015-03-261-1/+1
* Add missing new lines to debug messagesLukas Slebodnik2015-03-172-11/+11
* sbus: use hard coded getters instead of generatedPavel Březina2015-02-171-54/+3
* MONITOR: Fix double freeLukas Slebodnik2015-02-121-0/+3
* sbus: add new iface via sbus_conn_register_iface()Pavel Březina2015-01-232-14/+3
* monitor: Service restart fixesStephen Gallagher2015-01-071-20/+74
* MONITOR: Disable inlining of function load_configurationLukas Slebodnik2014-12-111-6/+12
* Fix: always check return value of unlink()Pavel Reichl2014-11-281-1/+8