summaryrefslogtreecommitdiff
path: root/src/monitor/monitor_sbus.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-21Don't give memory context in confdb where not neededJan Zeleny1-1/+1
2011-08-25New DEBUG facility - conversionPavel Březina1-1/+2
https://fedorahosted.org/sssd/ticket/925 Conversion of the old debug_level format to the new one. (only where it was necessary) Removed: SSS_DEFAULT_DEBUG_LEVEL (completely replaced with SSSDBG_DEFAULT)
2011-05-06Allow changing the log level without restartStephen Gallagher1-4/+21
We will now re-read the confdb debug_level value when processing the monitor_common_logrotate() function, which occurs when the monitor receives a SIGHUP.
2011-05-06Create common sss_monitor_init()Stephen Gallagher1-0/+42
This was implemented almost identically for both the responders and the providers. It is easier to maintain as a single routine. This patch also adds the ability to provide a private context to attach to the sbus_connection for later use.
2010-11-05Handle errors during log reopening betterStephen Gallagher1-1/+2
2010-10-19Write log opening failures to the syslogStephen Gallagher1-1/+1
If there is a problem with reopening the logs, it can be an audit trail issue.
2010-03-17Fix a series of memory leaks in the SBUSStephen Gallagher1-3/+6
2010-03-15Properly handle dbus send attempts on a closed connectionStephen Gallagher1-22/+3
dbus_connection_send_with_reply() will report success and return a NULL pending_reply when the connection is not open for communication. This patch creates a new wrapper around dbus_connection_send_with_reply() to properly detect this condition and report it as an error.
2010-03-08Reopen logs when SIGHUP is caughtJakub Hrozek1-0/+13
Upon receiving SIGHUP, the monitor signals all services to reopen their debug logs. It is also possible to signal individual services to reopen their particular files. Fixes: #332
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+195
Also update BUILD.txt