mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
b40fb6a456
setup. Andrew, please check over this. What happens is this: - run the BASE-SECLEAK test - with each failed session setup using spnego a gensec ctx is leaked into the smb_conn structure - after the client disconnects these are finally cleaned up as they are all children of the connection structure - the cleanup of the millions of memory objects takes long enough that the next operation in test_posix.sh sometimes fails with a timeout Andrew, can you also look at the talloc_reference() on line 332 of sesssetup.c ? I suspect it isn't needed (I don't think it does any actual harm though) |
||
---|---|---|
.. | ||
config.mk | ||
conn.c | ||
management.c | ||
negprot.c | ||
nttrans.c | ||
reply.c | ||
request.c | ||
search.c | ||
service.c | ||
session.c | ||
sesssetup.c | ||
signing.c | ||
smb_server.c | ||
smb_server.h | ||
srvtime.c | ||
trans2.c |