1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/nbt_server
Andrew Tridgell e2d4ae1510 fixed several places that unnecessarily take a reference to the event context
These references were triggering the ambiguous talloc_free errors from
the recent talloc changes when the server is run using the 'standard'
process model instead of the 'single' process model. I am aiming to
move the build farm to use the 'standard' process model soon, as part
of an effort to make our test environment better match the real
deployment of Samba4.

The references are not needed as the way that the event context is
used is as the 'top parent', so when the event context is freed then
all of the structures that were taking a reference to the event
context were actually freed as well, thus making the references
redundent.
2009-08-07 17:24:48 +10:00
..
dgram fix uninitialised use of samctx 2009-06-01 13:42:51 +10:00
wins fixed several places that unnecessarily take a reference to the event context 2009-08-07 17:24:48 +10:00
config.mk Fix more unresolved symbols. 2009-06-02 18:05:41 +02:00
defense.c Fix include paths to new location of libutil. 2008-10-11 21:31:42 +02:00
interfaces.c nbt_server: fix crash bug, the wins client interface may not have a nbtsock 2009-01-19 07:05:50 +01:00
irpc.c s4:dgram: s/private/private_data 2009-02-02 13:08:48 +01:00
nbt_server.c Rework samdb handling for 'netlogon' packets. 2008-06-30 12:22:50 +10:00
nbt_server.h winsserver: we need to ignore duplicated name register requests. 2009-01-19 07:05:21 +01:00
nodestatus.c Fix include paths to new location of libutil. 2008-10-11 21:31:42 +02:00
packet.c s4-nbt: use private_data instead of private. 2008-09-23 09:37:24 +02:00
query.c Fix include paths to new location of libutil. 2008-10-11 21:31:42 +02:00
register.c s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00