mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
ef7f4a1420
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> |
||
---|---|---|
.. | ||
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 | ||
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 | ||
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 |