summaryrefslogtreecommitdiff
path: root/server/monitor/monitor_sbus.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-25Upgrade confdb to version 2Stephen Gallagher1-17/+3
This converts a great many configuration options to the new standard format.
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-6/+6
This reverts commit 8c50bd085c0efe5fde354deee2c8118887aae29d. Amended: commit 1016af2b1b97ad4290ccce8fa462cc7e3c191b2e also made use of the SYSLOG_ERROR() macro, so those portions of that code also needed to be reverted.
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-6/+6
This is just a band-aid until ELAPI is fully functional and ready to use.
2009-08-17Fix reconnection codeSimo Sorce1-1/+0
Remove redundant reconnection code that was interfeering with the sbus reconnection code. Consolidate include files for sbus relates operations. Make pamsrv code similar to nsssrv code.
2009-08-11Change services identification mechanismSimo Sorce1-0/+154
Let services identify themselves voiluntarily as the first operation instead of polling from the monitor. Also consolidate some common functions and make them available as monitor helpers.
2009-08-10Simplify interfaces initializationSimo Sorce1-35/+0
Make as much as possible static, and remove use of talloc_reference and allocation/deallocation of memory when not necessary. Fix also responder use of rctx->conn, was mistakenly used for both monitor and dp connections.
2009-08-10Remove redundant memory contextsSimo Sorce1-17/+11
Simplify code by removing stuff that is never used or redundant.
2009-01-27Refactoring the monitor code and SBUS utility functions.Stephen Gallagher1-0/+97