1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source4/winbind
Andrew Tridgell ef7f4a1420 s4-server: make server sockets a child of the task context
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-11-15 10:19:34 +11:00
..
idmap.c
idmap.h
wb_async_helpers.c
wb_async_helpers.h
wb_cmd_getdcname.c
wb_cmd_getgrent.c
wb_cmd_getgrgid.c
wb_cmd_getgrnam.c
wb_cmd_getgroups.c libcli/security Use common security.h 2010-10-12 03:35:36 +00:00
wb_cmd_getpwent.c
wb_cmd_getpwnam.c
wb_cmd_getpwuid.c
wb_cmd_list_groups.c
wb_cmd_list_trustdom.c
wb_cmd_list_users.c
wb_cmd_lookupname.c
wb_cmd_lookupsid.c
wb_cmd_setgrent.c
wb_cmd_setpwent.c
wb_cmd_userdomgroups.c
wb_cmd_usersids.c
wb_connect_lsa.c
wb_connect_sam.c
wb_dom_info_trusted.c
wb_dom_info.c
wb_gid2sid.c
wb_init_domain.c
wb_irpc.c
wb_name2domain.c
wb_pam_auth.c
wb_sam_logon.c
wb_samba3_cmd.c
wb_samba3_protocol.c
wb_server.c s4-server: make server sockets a child of the task context 2010-11-15 10:19:34 +11:00
wb_server.h
wb_sid2domain.c
wb_sid2gid.c
wb_sid2uid.c
wb_sids2xids.c
wb_uid2sid.c
wb_update_rodc_dns.c
wb_utils.c
wb_xids2sids.c
wscript_build winbind: Build as shared module. 2010-11-14 17:14:05 +00:00