summaryrefslogtreecommitdiff
path: root/server/sbus/sbus_client.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-10Simplify interfaces initializationSimo Sorce1-7/+2
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-10merge server and connection structuresSimo Sorce1-1/+1
This reduce code duplication as it allows to use one set of watch and timeout functions, and at the same time also allow not to use a secondary structure just to unify these functions.
2009-08-10Cosmetic changesSimo Sorce1-8/+8
Rationalize and rename connection names in preparatoin for merging of server and connection structures.
2009-08-10Remove redundant memory contextsSimo Sorce1-34/+17
Simplify code by removing stuff that is never used or redundant.
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-1/+1
dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
2009-01-27Refactoring the monitor code and SBUS utility functions.Stephen Gallagher1-0/+79