summaryrefslogtreecommitdiffstats
path: root/src/monitor/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* MONITOR: Fix start up with empty standard inputLukas Slebodnik2014-05-121-0/+3
* Monitor: fix message wrong perm. mode on config filePavel Reichl2014-04-281-2/+2
* util: Change file check fns to use a mode maskSimo Sorce2014-04-281-1/+2
* IFP: Re-add the InfoPipe serverJakub Hrozek2014-04-041-1/+1
* Remove --with-distro-versionNikolai Kondrashov2014-04-031-1/+1
* sbus: Refactor how we export DBus interfacesStef Walter2014-03-141-14/+9
* sbus: Add struct sbus_request to represent a DBus invocationStef Walter2014-03-141-40/+14
* sbus: Use constants to make dbus callsStef Walter2014-02-241-9/+9
* sbus: Rework sbus to use interface metadata and vtablesStef Walter2014-02-241-7/+5
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-67/+97
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-168/+168
* MONITOR: Incorrect permissions on sssd.confPavel Reichl2014-02-111-1/+7
* monitor: syslog when process killed by monitorPavel Reichl2013-12-091-0/+6
* monitor: memory-leak bugPavel Reichl2013-12-091-2/+4
* monitor: monitor_kill_service - refactorPavel Reichl2013-12-091-8/+20
* monitor: use-after-free bugfixPavel Reichl2013-12-091-4/+6
* monitor: Specific error message for missing sssd.confPavel Reichl2013-11-271-1/+7
* monitor: Stop using unnecessary helper pointer.Michal Zidek2013-11-151-8/+4
* monitor: return right error codeLukas Slebodnik2013-11-151-1/+1
* Include external headers with #include <foo.h>Jakub Hrozek2013-10-221-3/+3
* Fix formating of variables with type: uid_tLukas Slebodnik2013-09-111-1/+2
* AUTOTOOLS: More robust detection of inotify.Lukas Slebodnik2013-09-091-4/+4
* MONITOR: Move function declaration out of conditional buildLukas Slebodnik2013-08-281-5/+6
* Use brackets around macros.Lukas Slebodnik2013-08-221-4/+4
* NSS: Clear cached netgroups if a request comes in from the sss_cacheLukas Slebodnik2013-08-081-0/+1
* Revert "Implicitly activate the PAC responder for AD provider"Sumit Bose2013-06-261-2/+1
* Implicitly activate the PAC responder for AD providerSumit Bose2013-06-061-1/+2
* Check NSCD configuration fileOndrej Kos2013-05-211-6/+26
* DB: Switch to new libini_config APIOndrej Kos2013-04-261-2/+0
* Confusing error messages for invalid sssd.confAriel Barria2013-04-121-9/+11
* Improve syslog message when configuration cannot be loadedAriel Barria2013-04-021-1/+3
* Remove the alt_db_path parameter of sysdb_initMichal Zidek2013-03-051-1/+1
* Add function get_next_domain()Simo Sorce2013-02-101-5/+5
* Refactor sysdb initializationSimo Sorce2013-01-151-2/+1
* AUTOFS: Clear enum cache if a request comes in from the sss_cacheJakub Hrozek2012-12-181-0/+8
* RESPONDERS: Create a common file with service names and versionsJakub Hrozek2012-12-181-1/+1
* do not crash when id_provider is not setPavel Březina2012-12-041-0/+6
* Monitor quit when not exists no process no stopsAriel O. Barria2012-11-281-1/+3
* debug: print fatal and critical errors if debug level is unresolvedMichal Zidek2012-11-261-6/+0
* Restart services with a delay in case they are restarted too oftenJakub Hrozek2012-11-191-14/+59
* Display more information on DB version mismatchOndrej Kos2012-11-191-0/+1
* Always start PAC responder if IPA ID provider is configuredSumit Bose2012-11-141-0/+72
* Monitor: Better debugging for ping timeoutsStephen Gallagher2012-11-081-0/+8
* create pid file immediately after fork againPavel Březina2012-11-061-25/+4
* exit original process after sssd is initializedPavel Březina2012-11-061-0/+26
* make monitor_quit() usable outside signal handlerPavel Březina2012-11-061-14/+26
* Monitor: read the correct SIGKILL timeout for providers, tooJakub Hrozek2012-11-011-33/+41
* Include talloc log in our debug facilityMichal Zidek2012-10-291-1/+1
* do not create pid file twicePavel Březina2012-10-051-1/+6
* Check for existing pidfile before starting the providersJakub Hrozek2012-10-041-17/+15