summaryrefslogtreecommitdiff
path: root/server/monitor/monitor_sbus.c
AgeCommit message (Collapse)AuthorFilesLines
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