1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/source4/lib/stream
Andrew Tridgell 69c531b75c r11870: fixed the problem volker reported with the RPX-XPLOGIN test. The
problem was caused by a callback destroying the packet processing
context while that context was being used in packet_recv()

This is the first time we have used the ability of talloc destructors
to 'refuse' a free request. It works well in this case as it makes the
composite API simpler to use for other code, and isolates the
complexity of having callbacks destroying the packet context to the
packet.c code.
(This used to be commit b1b2d86541)
2007-10-10 13:46:38 -05:00
..
config.mk r11595: added a helper layer to parse streams into individual packets. This is 2007-10-10 13:45:55 -05:00
packet.c r11870: fixed the problem volker reported with the RPX-XPLOGIN test. The 2007-10-10 13:46:38 -05:00
packet.h r11713: separate out the setting of the fde in the packet context from the 2007-10-10 13:46:17 -05:00