Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-15 | s4-server: make server sockets a child of the task context | Andrew Tridgell | 1 | -2/+2 | |
We previously allocated sockets as direct children of the event context. That led to crashes if a service called task_server_terminate(), as it left the socket open and handling events for a dead protocol. Making them a child of the task allows the task to terminate and take all its sockets with it. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-11 | smb_server: Split core out of service, since the service can be built as a ↵ | Jelmer Vernooij | 1 | -0/+81 | |
.so against which we can't link. |