summaryrefslogtreecommitdiffstats
path: root/server/monitor/monitor_sbus.c
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade confdb to version 2Stephen Gallagher2009-09-251-17/+3
| | | | | This converts a great many configuration options to the new standard format.
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-231-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.
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-211-6/+6
| | | | | This is just a band-aid until ELAPI is fully functional and ready to use.
* Fix reconnection codeSimo Sorce2009-08-171-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.
* Change services identification mechanismSimo Sorce2009-08-111-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.
* Simplify interfaces initializationSimo Sorce2009-08-101-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.
* Remove redundant memory contextsSimo Sorce2009-08-101-17/+11
| | | | Simplify code by removing stuff that is never used or redundant.
* Refactoring the monitor code and SBUS utility functions.Stephen Gallagher2009-01-271-0/+97